Page 1 of 1

Cannot add server

Posted: 30 Mar 2020, 10:03
by Zar(StayingHomeStayingAlive)
Cannot add server via Feudal Tools
Game Server Details:
Game IP: 221.121.149.12
Hostname: CARP
Game Port: 33830
Query Port: 33832
Rcon Port: 33838

FTP Details:
Server IP: 221.121.149.12
Hostname: CARP
Username: lif_1383
Password: (redacted)
Port: 21

Re: Cannot add server

Posted: 30 Mar 2020, 10:15
by Chris
Hello.
your database address is wrong. query port does not equal database port.

Re: Cannot add server

Posted: 30 Mar 2020, 10:37
by Zar(StayingHomeStayingAlive)
That is the port i use to access the database via Heidi

Edit: any other port
"Couldn't connect to MariaDB Database 'lif_1' on 221.121.149.12 (33830)"

with port 33832
"Access denied on database login. Wrong credentials or missing privileges on database."

added this to config_local.cs

Code: Select all

// Serverkonsole
// @param port^^  Port to listen on for console connections (0 will shut down listening).
// @param consolePass Password for read/write access to console.
// @param listenPass  Password for read access to console.
// @param writerPass  Password for write-only access to console.
// @param remoteEcho  [optional] Enable echoing back to the client, off by default.

$telnet::bindAddress = $cm_config::localIpAddress;
telnetSetParameters(33838, "pass","LISTENPASSWORD",true);

Re: Cannot add server

Posted: 30 Mar 2020, 11:00
by Chris
That's a weird setup, as gameserver port +2 is supposed to be the steam query port.
Well in that case, the error message is evident. Wrong credentials or missing privileges on database.

FeudalTools does not use Telnet.

Re: Cannot add server

Posted: 30 Mar 2020, 18:07
by mazytus
Most likely, access to the Mysql is configured only for the user from your working computer-ip, so the Mysql blocks remote connections from other IP addresses.
And really there should be another bd port, not a rcon-server port.