2 Connect to a Remote Daemon
unitwk edited this page 2022-12-12 17:32:44 +08:00
image

Where is Token?

Linux: /opt/mcsmanager/daemon/data/Config/global.json

Windows: "Install Dir"/daemon/data/Config/global.json

{
    "version": 2,
    "ip": "",
    "port": 24444,                                            // Daemon port
    "key": "b597b06d6c094757a8dd3eadbfc4583a0ad9dfe246e09dc", // this is your daemon token.
    "maxFileTask": 2,
    "maxZipFileSize": 60,
    "language": "en_us",
    "defaultInstancePath": ""
}