

steam_api_key If you launch the server without running the local Steam client, then the Steam Web API key is required for authenticating users. Don't set this option greater than the number of your physical CPU cores. processors_cnt The number of parallel processor worker processes to launch. runners_cnt The number of parallel runner worker processes to launch. cli_host The hostname on which the CLI server should listen. cli_port The port number on which the CLI server should listen.
SCREEPS SERVERS PASSWORD
password The server password which should be provided on user sign in. host The hostname on which the game server should listen. port The port number on which the game server should listen. assetdir The path to directory where static assets are located.
SCREEPS SERVERS MODS
modfile The path to JSON file with the list of custom mods to load. logdir The path to directory where logs will be created. Launch options can be configured from command line or using the. You can specify them directly when you launch the server using the console command start. screepsrc in the current catalog stores launch configuration options. If you use a stock launcher (either desktop or console), the file. Click "Change server" and enter your server credentials: You can connect to your private server using the Steam game client.
SCREEPS SERVERS HOW TO
See this step-by-step guide which explains how to install a standalone private server on Ubuntu using MongoDB and Redis as a storage. However, you can manually replace the storage engine with another community solution to improve performance. The default built-in storage is based on LokiJS library which allows to embed it in pure JavaScript environments like the Steam game client. Please refer to the file launcher/lib/start.js for the list of environment variables that each process needs. You can launch those processes your own way (for example, via upstart/systemd, for distributing them across different machines, or setting up an automated testing framework). The launchers are intended to launch other server's processes and give them correct environment variables. You will be prompted for your Steam Web API key, you can obtain it on this page.
