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