Ulysses

General => Off-Topic => Topic started by: ErraticFox on January 27, 2014, 12:06:04 PM

Title: Cannot use rcon ulx adduser command?
Post 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)"
Title: Re: Cannot use rcon ulx adduser command?
Post by: Cobalt on January 27, 2014, 12:11:51 PM
Don't include the port.
Title: Re: Cannot use rcon ulx adduser command?
Post by: ErraticFox on January 27, 2014, 12:20:13 PM
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"
Title: Re: Cannot use rcon ulx adduser command?
Post by: Megiddo on January 28, 2014, 05:06:54 AM
Is this server on the local network or are you connecting from the Internet?
Title: Re: Cannot use rcon ulx adduser command?
Post by: ErraticFox on January 28, 2014, 07:23:02 AM
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.
Title: Re: Cannot use rcon ulx adduser command?
Post by: JamminR on January 28, 2014, 02:29:12 PM
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
Title: Re: Cannot use rcon ulx adduser command?
Post by: LuaTenshi on February 01, 2014, 10:11:54 PM
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.