4 Years Ago
[D11] Changes to run multiple servers on a single host. new command-line arguments: 1. +server.httpport 9001 - used to serve maps on the local server (default is 28018) and to run console commands from the Rustworks 2. +server.pingport 9002 -used to retrieve Ping from Xbox/PS4 to game servers (default is 28019) 3. Default the fixed server to 127.0.0.1 (MainMenu.prefab). This allows connecting from Unity Editor to local Win64 builds without any configuration. 4. Retrieving port info from Rustworks. 5. Returning the http port used from the local server. Example command to run a local linux server on custom ports: .\RustDedicated +server.port 9000 +server.httpport 9001 +server.pingport 9002 Same, but with default ports: .\RustDedicated Example command to run a linux server on Digital Ocean with HTTP server only available to localhost: .\RustDedicated +server.port 9000 +server.httpport 9001 +server.pingport 9002 +server.httpserverpublic 0