View Single Post
Author Message
thepibrei
New Member
Join Date: Jul 2017
Old 07-19-2017 , 13:03   [HELP] I can only enter my server through the console.
Reply With Quote #1

Server does not appear in favorites, it only enters through the connect ip command.
Linux system
To start the server use the commands in the console:

sudo iptables -A INPUT -p udp -m udp --sport 27000:27030 --dport 1025:65355 -j ACCEPT

sudo iptables -A INPUT -p udp -m udp --sport 4380 --dport 1025:65355 -j ACCEPT
cd ~/steamcmd/csgoserver

screen -S csgo

./srcds_run -game csgo -console -usercon -tickrate 102 +game_type 0 +game_mode 0 +mapgroup -maxplayers_override 16 mg_active +map de_dust2 +sv_setsteamaccount EAXXXXXXXXXXXXXXX2 -ip 191.252.110.189 -port 27015 -net_port_try 1

__

And my server.cfg is:

sv_setsteamaccount EADCXXXXXXXXXXXXXXXX2
hostname "ProerdGaming"
rcon_password "SteamXXXXXX"
sv_lan 0
thepibrei is offline