Config - PocketCloudSystem/PocketCloud GitHub Wiki

You can choose between tmux and screen as a start method.

{
    "language": "en_US",
    "memoryLimit": 512,
    "debugMode": false,
    "updateChecks": true,
    "executeUpdates": true,
    "startMethod": "tmux",
    "network": {
        "port": 3656,
        "encryption": true
    },
    "httpServer": {
        "enabled": false,
        "port": 8000,
        "auth-key": "2TZX22N3JI"
    },
    "startCommands": {
        "server": "%CLOUD_PATH%bin/php7/bin/php %SOFTWARE_PATH%PocketMine-MP.phar --no-wizard",
        "proxy": "java -jar %SOFTWARE_PATH%Waterdog.jar"
    }
}