I encounter that problem, I want to add admins on my server and helpers but when I try to add them in server.cfg the server(already opened) don’t read them, any method to restart server.cfg only without restart the entire server ?
How are you adding your admins and helpers in your server.cfg?
And, is the issue that you want to add new admins, but you don’t want to restart the whole server for that?
Just run exec server.cfg
in the console, or have a split configuration file for those so you can just run that.
1 Like
If I try to run exec server.cfg in the console the server autorestart and say me the ip address is already in use
that is the error
[ net-tcp-server] Listening on socket failed - libuv error EADDRINUSE.
[ net-tcp-server] error on connection: address already in use
[ citizen-server-impl] Error: Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
Odd, it shouldn’t ‘restart’ as a result.
However, indeed - you can’t use the same endpoint bind twice so you probably should split that part into another configuration file.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.