Search found 13 matches
- Thu Nov 06, 2014 7:09 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: RCON Bad Password? .-.
- Replies: 15
- Views: 7111
Re: RCON Bad Password? .-.
By default, SRCDS listens for RCON connections on TCP port 27015. If the server's port number is changed using the -port option, the RCON port will change as well. from https://developer.valvesoftware.com/wiki/Source_RCON_Protocol When you use netstat, does it show srcds listening on TCP port 27027...
- Thu Nov 06, 2014 6:49 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: RCON Bad Password? .-.
- Replies: 15
- Views: 7111
Re: RCON Bad Password? .-.
Good news, I tested it on my PH server and it works great with the RCON. So it's the port, I have -port 27027 on my TTT server, is there a way to change the default RCON port for a server? Thanks!
- Thu Nov 06, 2014 4:34 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: RCON Bad Password? .-.
- Replies: 15
- Views: 7111
Re: RCON Bad Password? .-.
That would be the "rcon tool" on the "server control" tab. Generally it will display a "Unable to connect to remote server" error when using the "rcon" prefix before any commands. Well the issue is, if I'm trying to login through HLSW or use my MySQL database...
- Thu Nov 06, 2014 4:18 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: RCON Bad Password? .-.
- Replies: 15
- Views: 7111
Re: RCON Bad Password? .-.
Rcon tool?kraze wrote:Make sure not to add the "rcon" prefix to your command if you are using the rcon tool within the control panel.

- Thu Nov 06, 2014 4:16 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: RCON Bad Password? .-.
- Replies: 15
- Views: 7111
Re: RCON Bad Password? .-.
You do not need to set your rcon IP in your server.cfg rcon_address is for a client connecting to RCON without joining the server. All you should need in your server.cfg is rcon_password 123(or even better, put +rcon_password 123 in your command line for security), and after you join your server ty...
- Thu Nov 06, 2014 3:52 pm
- Forum: Garrysmod
- Topic: I can't get ULX working on my TTT server
- Replies: 6
- Views: 1766
Re: I can't get ULX working on my TTT server
Is it hosted on Linux? If so MAKE SURE the folder's name is lowercase.
ULib = ulib
ULX = ulx
ULib = ulib
ULX = ulx
- Thu Nov 06, 2014 3:49 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: RCON Bad Password? .-.
- Replies: 15
- Views: 7111
RCON Bad Password? .-.
hai everybudy So I've been using NFO for about a week now and I'm very pleased, but I ran into an issue. I set the rcon IP adress and password in my server.cfg and startup, but when I put in my correct rcon password it just comes up as "Bad Password" pretty sure my supersecret password tha...
- Tue Nov 04, 2014 8:15 pm
- Forum: Garrysmod
- Topic: Garry's Mod MySQL TTT
- Replies: 10
- Views: 3876
Re: Garry's Mod MySQL TTT
What is on line 59 of rankingsql.lua? Please use pastebin for large amounts of text, or simply attach the .log file(if its allowed). My bad about that, but I solved the issue. I had to check "allow external connections" which you recommended, but the main cause was I had the wrong client ...
- Tue Nov 04, 2014 6:36 pm
- Forum: Garrysmod
- Topic: Garry's Mod MySQL TTT
- Replies: 10
- Views: 3876
Re: Garry's Mod MySQL TTT
I also get this in my console Unknown command: rakingsql_refreshtopplayers Unknown command: rakingsql_refreshtopplayers Unknown command: rakingsql_refreshtopplayers Unknown command: rakingsql_refreshtopplayers Unknown command: rakingsql_refreshtopplayers Unknown command: rakingsql_refreshtopplayers ...
- Tue Nov 04, 2014 6:34 pm
- Forum: Garrysmod
- Topic: Garry's Mod MySQL TTT
- Replies: 10
- Views: 3876
Re: Garry's Mod MySQL TTT
Adding Path: [/home/CSS/cstrike] FIND [/home/CSS/cstrike/*.vpk] ADDING [/home/CSS/cstrike/cstrike_pak_000.vpk] Couldn't load shader dll: game_shader_generic_garrysmod_srv.soConVarRef mat_dxlevel doesn't point to an existing ConVar Game_srv.so loaded for "Garry's Mod" Initializing Steam lib...
- Tue Nov 04, 2014 4:31 pm
- Forum: Garrysmod
- Topic: Garry's Mod MySQL TTT
- Replies: 10
- Views: 3876
Re: Garry's Mod MySQL TTT
You need to modify the lua file and point it to your database. Remember to check "Allow external connections" in your databases tab. Also enable -condebug and check the console.log file that is generated. Look for SQL errors or lua errors that mention sql. local UseMySQL = true -- If you ...
- Tue Nov 04, 2014 2:17 pm
- Forum: Garrysmod
- Topic: Garry's Mod MySQL TTT
- Replies: 10
- Views: 3876
Re: Garry's Mod MySQL TTT
Did you create and setup the database? Import the .sql tables? Sorry for the lengthy response, but the addon doesn't come with any .sql files and it says it should automatically create a file, but when I make the database it detects but it says unknown name. When I connect and kill a few, it still ...
- Tue Nov 04, 2014 5:23 am
- Forum: Garrysmod
- Topic: Garry's Mod MySQL TTT
- Replies: 10
- Views: 3876
Garry's Mod MySQL TTT
Hey everyone! So I've recently bought my NFO VPS and I've so far extremely pleased, provides everything I need and more. I found this little addon that I think would be nice for my TTT server, for some competition to get the best stats. I want to upload this to a database, I've gotten my GM_MYSQLOO ...