• Please be sure to read the troubleshooting guidelines and the General FAQ before creating a thread.
    Please also be sure to see related threads to your issue, a solution may already exist.
  • Push notifications are temporarily unavailable due to a third-party service issue. We’re on it and will re-enable them shortly.
  • Hope your holidays went well, Guest!
    Rigs of Rods 2026.01 has been released and is now available for download.
    Check out the release announcement to learn what’s new. →

keep getting this error

The server runs in the background by default to prevent it from shutting down when exiting the terminal window or SSH session. Can be changed in your server.cfg file, though it's not recommended:
Code:
foreground = y
Make sure to kill the old processes if needed:

Code:
# Display list of all running "rorserver" processes with their pids
ps aux | grep rorserver

# Example: sudo kill 1274
sudo kill pid

Edit:
After doing some testing with the Linux package, I found a bug with the log verbosity setting: https://github.com/RigsOfRods/ror-server/issues/155
Workaround would be to enable foreground mode and run the server in a screen session.
 
Last edited:
Back
Top