Skip to content

Connect to a Remote Daemon

unitwk edited this page Dec 12, 2022 · 2 revisions
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": ""
}

Clone this wiki locally