Ulysses
General => Off-Topic => Topic started by: ErraticFox on January 27, 2014, 12:06:04 PM
-
I'm trying to set me as superadmin on my new servers. I have ulx and ulib installed, but when I type my rcon_password in, then I type rcon ulx adduser ErraticFox superadmin, I get the error: "Unable to connect to remote server (192.168.1.113:27015)"
-
Don't include the port.
-
I took it off, still the same thing, but it shows my public IP this time.
My batch file to start my server is:
start srcds.exe -console -game garrysmod +map gm_construct +maxplayers 16 +gamemode sandbox
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Server.cfg is:
// General server settings
"hostname" "Bad Gizmod"
"rcon_password" "mypassword"
"sv_password" "myrconpassword"
"sv_region" "0" // eastcoast: 0 - westcoast: 1 - south america: 2 - europe: 3 - asia: 4 - australia: 5 - middle east: 6 - africa: 7 - world: 255
"sv_lan" "0"
// Sandbox server settings
"sbox_godmode" "0"
-
Is this server on the local network or are you connecting from the Internet?
-
Thanks for the reply, other forums, I'm getting no responses. The server is on the machine I'm playing it on but this didn't seem to be a problem before.
-
Why rcon?
Join your server, alt tab out of Gmod game (or don't play in full screen), then in your server console, just type the ulx adduser <your name in game> superadmin
-
Why rcon?
Join your server, alt tab out of Gmod game (or don't play in full screen), then in your server console, just type the ulx adduser <your name in game> superadmin
Or if you really need to rcon, you can try doing rcon_connect localhost; rcon_password yourpassword.