jank Posted December 22, 2019 Posted December 22, 2019 (edited) Dear Community, I am in trouble starting my server. My virtual server has two network interfaces with two public ip's. I configured in conf.json as following: { "maxplayers" : 100, "name" : "xxxxxxxx", "gamemode" : "RealLife", "stream-distance" : 500.0, "announce" : true, "bind" : "5.180.131.4", "port" : 22005, "language" : "de" } The error-message is as follows: Starting RAGE Multiplayer server... [=========================================================] MaxPlayers: 100 Sync rate: 40 Name: xxxx [Real-Life] Gamemode: RealLife Streaming distance: 500 Announcement: enabled Voice chat: disabled Address: 5.180.131.4:22005 Connection limits: disabled Encryption: disabled NodeJS: enabled C#: disabled [=========================================================] [N] Starting network...Unknown bind__() error -1. - FAILED: Network failed to start. Terminating.. I assume this is a problem in the server binary (bad implementation of bind), but not the virtual server system at all, because everything works fine with both ip's and there are several other applications bound to that ip. Would be nice if this issue can be addressed, or there is already a solution. Regards, Jan Edited December 22, 2019 by jank
jank Posted December 22, 2019 Author Posted December 22, 2019 (edited) Problem solved: I have forgotten, that I builded a service for the server. So at reboot the server automaticly starts and blocks obviously that port 22005.... So if you encounter the same problem, check if a ragemp server instance is already running, or if another programm blocks this port. Edited December 22, 2019 by jank
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now