Raised This Month: $ Target: $400
 0% 

CS:GO dedicated server issues


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
rysiaczek1234
New Member
Join Date: Dec 2024
Old 12-25-2024 , 21:20   CS:GO dedicated server issues
Reply With Quote #1

I setup a CS:GO dedicated server and I have a weird issue, when connecting the progress bar immediately fills up and disconnects, and this error in the console:
Connecting to public(77.255.247.38:27015) ...
Server using 'public' lobbies, requiring pw no, lobby id ffffffffffffffff
this will not stop until I set sv_lan 1, but I don't want my server to be lan

can someone please help?

EDIT: fixed the issue by using
https://github.com/vanz666/NoLobbyReservation
and
https://github.com/nuxencs/NoLobbyReservation
(just replace the nolobbyreservation.games.txt and nolobbyreservation.sp from nuxencs's fork)

Last edited by rysiaczek1234; 12-26-2024 at 01:44.
rysiaczek1234 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 12-26-2024 , 01:05   Re: CS:GO dedicated server issues
Reply With Quote #2

if you host SRCDS from same computer or from computer in same modem (LAN)
- use connect command to that server: "connect 192.168.xxx.xxx:27015"
you see IP and port from "status" command
Bacardi is offline
ValidSimple
New Member
Join Date: Feb 2025
Old 02-05-2025 , 08:51   Re: CS:GO dedicated server issues
Reply With Quote #3

Quote:
Originally Posted by rysiaczek1234 View Post
I setup a CS:GO dedicated server and I have a weird issue, when connecting the progress bar immediately fills up and disconnects, and this error in the console:
Connecting to public(77.255.247.38:27015) ...
Server using 'public' lobbies, requiring pw no, lobby id ffffffffffffffff
this will not stop until I set sv_lan 1, but I don't want my server to be lan

can someone please help?

EDIT: fixed the issue by using
https://github.com/vanz666/NoLobbyReservation
and
https://github.com/nuxencs/NoLobbyReservation
(just replace the nolobbyreservation.games.txt and nolobbyreservation.sp from nuxencs's fork)
Did you change the steam.inf version from 1575 to 2000258???

Last edited by ValidSimple; 02-05-2025 at 19:06.
ValidSimple is offline
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 02-05-2025 , 13:48   Re: CS:GO dedicated server issues
Reply With Quote #4

Quote:
Originally Posted by ValidSimple View Post
Did you change the steam.inf vesion from 1575 to 2000258???
The Client version or server version ?
Im having same problem server is not listed but shows on Fav tab and can connect to it, just doesn't seem to appear on MasterServer
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
ValidSimple
New Member
Join Date: Feb 2025
Old 02-05-2025 , 19:05   Re: CS:GO dedicated server issues
Reply With Quote #5

Quote:
Originally Posted by CryWolf View Post
The Client version or server version ?
Im having same problem server is not listed but shows on Fav tab and can connect to it, just doesn't seem to appear on MasterServer
ClientVersion=2000258
ServerVersion=1575
My friend says he can connect to his public ip, when version is changed, but I can't connect to him, and it doesn't work through radmin vpn. Firstly, I want my friends try to connect to my public ip, and if it won't work, I will try to install nolobbyreservation plugin
ValidSimple is offline
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 02-06-2025 , 08:11   Re: CS:GO dedicated server issues
Reply With Quote #6

Same, server doesn't show up in master server, but shows on Favorites and can connect to it using 'connect' and from fav tab.

What did i do ?
- Moved server to another node
- Check if it's a firewall problem
- added steamtoken
- modified ClientVersion=1575 to ClientVersion=2000258
Code:
./srcds_run -game csgo -console -ip 0.0.0.0 -port 27015 +net_public_adr PUBLIC_IP -norestart +sv_setsteamaccount DELETED -tickrate 128 -maxplayers_override 32 +game_type 0 +game_mode 0 +map awp_india_csgo -strictportbind +mapgroup mg_custom
Server doesn't whanna show on MasterServer, there are a lot of servers using same version but they do show up.
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
ValidSimple
New Member
Join Date: Feb 2025
Old 02-06-2025 , 11:05   Re: CS:GO dedicated server issues
Reply With Quote #7

Quote:
Originally Posted by CryWolf View Post
Same, server doesn't show up in master server, but shows on Favorites and can connect to it using 'connect' and from fav tab.

What did i do ?
- Moved server to another node
- Check if it's a firewall problem
- added steamtoken
- modified ClientVersion=1575 to ClientVersion=2000258
Code:
./srcds_run -game csgo -console -ip 0.0.0.0 -port 27015 +net_public_adr PUBLIC_IP -norestart +sv_setsteamaccount DELETED -tickrate 128 -maxplayers_override 32 +game_type 0 +game_mode 0 +map awp_india_csgo -strictportbind +mapgroup mg_custom
Server doesn't whanna show on MasterServer, there are a lot of servers using same version but they do show up.
I also checked for firewall and added steam token, and it didn't help. Did you try downloading that plugin?
ValidSimple is offline
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 02-06-2025 , 12:35   Re: CS:GO dedicated server issues
Reply With Quote #8

That plugin got nothing to do with server listening on master, i already have it from the beggining.

PHP Code:
{
  
"response": {
    
"success"true,
    
"servers": [
      {
        
"addr""REMOVED",
        
"gmsindex": -1,
        
"steamid""85568392924999083",
        
"reject""bad_version",
        
"appid"730,
        
"gamedir""csgo",
        
"region"3,
        
"secure"true,
        
"lan"false,
        
"gameport"27015,
        
"specport"0
      
}
    ]
  }

Checked other servers by ip, every one of them has "reject": "bad_version" but they do show up in ms list.
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:29.


Powered by vBulletin®
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Theme made by Freecode