Page 1 of 1

Setting up a CS:GO server

Posted: Tue Feb 02, 2021 4:48 pm
by Kami
Hey guys,

I'm trying to set up a CS:GO dediacted server and I'm running into some problems.

I can start the server fine and can see it in the server browser too. But when I connect via Lan IP it goes to the loading screen, fills the loading bar in 1 second and goes back to the main menu. The server does not register my connection attempt or notice it in any way.

I'm starting the server via srcds shortcut with these commands:

Code: Select all

-game csgo -console +sv_setsteamaccount <mytoken>  +mapgroup mg_active +map de_dust2


maybe someone else had a similar problem and knows what to do. Thanks! :)

Re: Setting up a CS:GO server

Posted: Tue Feb 02, 2021 5:04 pm
by cssbestrpg
Hi, it sounds to me you have outdated version of csgo server. Are you sure you have newest version of csgo server?

Re: Setting up a CS:GO server

Posted: Tue Feb 02, 2021 5:09 pm
by Kami
It's a fresh install, I just checked and it's uptodate

Re: Setting up a CS:GO server

Posted: Tue Feb 02, 2021 5:15 pm
by cssbestrpg
Try with this start server:

Code: Select all

srcds -game csgo -console -usercon +game_type 0 +game_mode 2 +mapgroup mg_active -tickrate 128 +map de_dust2 +sv_setsteamaccount <your token> -net_port_try 1


This one for me works fine and let me join in csgo server via Lan ip

Re: Setting up a CS:GO server

Posted: Tue Feb 02, 2021 5:22 pm
by Kami
This gets me a little further but now it says

Code: Select all

RejectConnection: 192.168.178.29:27005 - Server only accepting connections from game lobby 192.168.178.29:27005 80316491

Re: Setting up a CS:GO server

Posted: Tue Feb 02, 2021 5:27 pm
by cssbestrpg
Try put this:

Code: Select all

sv_setsteamaccount <your token>
in up server.cfg
and remove it from start command

Re: Setting up a CS:GO server

Posted: Tue Feb 02, 2021 8:07 pm
by Kami
using sv_lan 1 with your start command line seems to work! Thank you :)

Re: Setting up a CS:GO server

Posted: Wed Feb 03, 2021 9:56 am
by cssbestrpg
Np:)