AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   Solved [CSGO] #Valve_Reject_Connect_From_Lobby (https://forums.alliedmods.net/showthread.php?t=310948)

tky 09-27-2018 12:22

[CSGO] #Valve_Reject_Connect_From_Lobby
 
I have set up everything on my server at home (connecting from PC with ethernet, server is connected to router so can't use LAN), server cfg/launch options below. Running on 16.04 Ubuntu server version.

Code:

screen -S "Counter-Strike: Global Offensive Server" ./srcds_run -game csgo -usercon +game_type 0 +game_mode 1 -exec server +mapgroup mg_bomb +map de_dust2 +net_public_adr <server's ip> -net_port_try 1
Code:

hostname "aidan's server"
sv_password ""
sv_timeout 60
sv_setsteamaccount <my gslt>
mp_autoteambalance 1
mp_limitteams 1
writeid
writeip
sv_lan 0

Very basic stuff. Just testing server before I do anything big.

Whenever I try to connect to my server through the connect command + IP, it gives the message that I can only connect from a lobby, with my server outputting the message below:

https://files.scam.cat/574bi.png

I can't figure out what to do/change.

DeteCT0R 09-27-2018 13:31

Re: [CSGO] #Valve_Reject_Connect_From_Lobby
 
PHP Code:

sv_setsteamaccount <my gslt

Better if you put this to the command line or the top of the server.cfg

tky 09-27-2018 14:12

Re: [CSGO] #Valve_Reject_Connect_From_Lobby
 
Quote:

Originally Posted by DeteCT0R (Post 2617008)
PHP Code:

sv_setsteamaccount <my gslt

Better if you put this to the command line or the top of the server.cfg

Worked. Thanks for this.


All times are GMT -4. The time now is 11:05.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.