Raised This Month: $51 Target: $400
 12% 

Solved [CSGO]My server is not listed on LAN


Post New Thread Reply   
 
Thread Tools Display Modes
FelterFalck
Junior Member
Join Date: Dec 2020
Old 12-09-2020 , 04:10   Re: [CSGO]My server is not listed on LAN
Reply With Quote #11

Quote:
Originally Posted by ThePwnt View Post
btw.

You forgot to open on UDP. =)
I opened TCP/UDP but still not listed.

I cant join with 127.0.0.1.

Last edited by FelterFalck; 12-09-2020 at 05:02.
FelterFalck is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 12-09-2020 , 05:07   Re: [CSGO]My server is not listed on LAN
Reply With Quote #12

Let's go, if you are actually making Windows servers, use this tool: https://windowsgsm.com/

It will help you a lot.

Then make sure you have released the ports in TCP / UDP otherwise it will not work.

Remember to configure a valid steam token for your game, otherwise you will not be able to connect players.

Also remember to change the port where the game starts, to do this add the following command in your CSGO, in the startup line: +clientport 27048

Check it all out, see if it goes.

Also make sure the correct IP to connect to the server, with it on use the status command on the server console and see the right IP.

Last edited by paulo_crash; 12-09-2020 at 05:08.
paulo_crash is offline
FelterFalck
Junior Member
Join Date: Dec 2020
Old 12-09-2020 , 07:40   Re: [CSGO]My server is not listed on LAN
Reply With Quote #13

Quote:
Originally Posted by paulo_crash View Post
Let's go, if you are actually making Windows servers, use this tool: https://windowsgsm.com/

It will help you a lot.

Then make sure you have released the ports in TCP / UDP otherwise it will not work.

Remember to configure a valid steam token for your game, otherwise you will not be able to connect players.

Also remember to change the port where the game starts, to do this add the following command in your CSGO, in the startup line: +clientport 27048

Check it all out, see if it goes.

Also make sure the correct IP to connect to the server, with it on use the status command on the server console and see the right IP.

Thanks so much I downloaded the application, it helps

It was me typing 'status' on the console that resolved me.

I was trying incorrect Ip

Still not showing on Lan but I can connect it's enough

Last edited by FelterFalck; 12-09-2020 at 07:44.
FelterFalck is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 12-09-2020 , 10:55   Re: [CSGO]My server is not listed on LAN
Reply With Quote #14

Quote:
Originally Posted by FelterFalck View Post
Thanks so much I downloaded the application, it helps

It was me typing 'status' on the console that resolved me.

I was trying incorrect Ip

Still not showing on Lan but I can connect it's enough
Perfect, if you want it to be visible to everyone, confirm that you have configured the token correctly and then add this command to your server.cfg:

Code:
sv_lan 0
With that all players can connect to the server.
paulo_crash is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 12-09-2020 , 16:54   Re: [CSGO]My server is not listed on LAN
Reply With Quote #15

All this advice is good, but we need to get back to basics first before moving on...
Quote:
Originally Posted by FelterFalck View Post
Code:
srcds -game csgo -console -usercon +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust 2 -maxplayers_override 32 +port 27016
I tested without port parameter but still not listed
It's -port 27016 not +port 27016.

The ports that need to be opened can be found in the following link -
https://developer.valvesoftware.com/...r#Connectivity

Quote:
The ports SRCDS officially requires are:

27015 TCP/UDP (game transmission, pings and RCON) - Can be changed using -port on startup
27020 UDP (SourceTV transmission) - Can be changed using +tv_port on startup
27005 UDP (Client Port) - Can be changed using -clientport on startup
26900 UDP (Steam Port, outgoing) - Can be changed using -sport on startup

SRCDS has also been spotted opening connections on 27005 and 51840 UDP, but these may be outbound only.
Tip.png Tip: Pinging your own server will fail with some routers and/or ISPs. The most reliable way to test whether your connection is open is either to get a friend to try connecting, or to install the Microsoft Network Monitor (apply the filter Udp.Port == 27015) and watch for requests coming in from random people around the world. Note that the heartbeats you will see being sent to the two master servers do not mean that the connection is open.
Note.png Note: A residential internet connection may not have the upload capacity to support large games.
Note.png Note: Using service providers which use CGNAT (such as mobile providers or an increasing amount of residential providers) may make it impossible to host any kind of server.
Note.png Note: Servers won't respond to queries until a map is loaded.
If you're using 27016, use that instead of 27015, but it is perfectly acceptable to set a range (e.g. 27015-27050 TCP/UDP)

If your server has changed ports or tokens it may take up to 48 hours to be listed on the Master list server officially. You can add your server to your favorites via public/private address.

If this server is on the same network as your computer, you will need to setup NAT or IP Split to enable connecting with an external address.
Reference #1
Reference #2

Last edited by Maxximou5; 12-09-2020 at 16:57.
Maxximou5 is offline
Reply



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 17:33.


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