Troubleshooting - Jomik/screeps-server GitHub Wiki
Help, my server is running but I can't connect.
- Follow the instructions for screepsmod-auth
rollup
to my server.
I can't push any code via - Make sure your
screeps.json
configuration in your project is set properly. - In your
email:
field, simply put in yourusername
. Verify your password is the same as yourscreepsmod-auth
setting.
My map is all red, I can't actually spawn in!
-
This is most likely a result of your map not loaded properly on first-run. To fix it do the following.
- Step 1: Navigate to your server file location in terminal/powershell.
- Step 2: Run
docker compose exec screeps cli
- Step 3: Run
system.resetAllData()
and reconnect.
-
Restart your server, check your configuration and follow the instructions for screepsmod-admin-utils