[GH-ISSUE #846] [CSGO] Connection issues #679

Closed
opened 2026-02-27 02:03:06 +03:00 by kerem · 2 comments
Owner

Originally created by @nycze on GitHub (May 29, 2016).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/846

Hi,
Can someone help me with my CounterStrikeGlobalOffensive server please?

  1. How do I change my servers tickrate to 128?
  2. And Why can't people connect to my server only I can on LAN if I knew how to change it in the config I will but I'm not sure where its located or I have to do it in console.
  3. Last where can I download libstdc++6:i386?

Distro: Debian GNU/Linux 8.4 (jessie)
Arch: x86_64
Kernel: 3.16.0-4-amd64
Hostname: linux ****
tmux: tmux 1.9
GLIBC: 2.19

Performance

Uptime: 0d, 0h, 40m
Avg Load: 0.40, 0.24, 0.23

Mem: total used free
Physical: 3.8G 1.3G 2.5G
Swap: 6.1G 0B 6.1G

Storage

Filesystem: /dev/sda1
Total: 141G
Used: 18G
Available: 116G
Serverfiles: 15G

Counter Strike: Global Offensive Server Details

Server name: csgo
Server IP: 192.168.1.4:27015
Server password: NOT SET
RCON password: **********
Game mode: 0
Tick rate: 64
Status: OFFLINE

csgoserver Script Details

Service name: csgo-server
csgoserver version: 210516
User: *****
GLIBC required: 2.3.6
Email alert: off
Update on start: off
Location: /home/*****
Config file: /home/*****/serverfiles/csgo/cfg/csgo-server.cfg

Backups

No Backups created

Command-line Parameters

./srcds_run -game csgo -usercon -strictportbind -ip 192.168.1.4 -port 27015 +clientport 27005 +tv_port 27020 +sv_setsteamaccount ******************************* -tickrate 64 +map de_dust2 +servercfgfile csgo-server.cfg -maxplayers_override 16 +mapgroup random_classic +game_mode 0 +game_type 0 +host_workshop_collection +workshop_start_map -authkey

Ports

Change ports by editing the parameters in:
csgoserver

Useful port diagnostic command:
netstat -atunp | grep srcds_linux

DESCRIPTION DIRECTION PORT PROTOCOL

Game/RCON INBOUND 27015 tcp/udp
SourceTV INBOUND 27020 udp
< Client OUTBOUND 27005 udp

Status: OFFLINE

e**@linux-user:~$ ./csgoserver st
[ WARN ] Starting csgo-server: Checking dependencies: missing: libstdc++6:i386

Infomation! e** does not have sudo access. Please manually install dependencies

sudo dpkg --add-architecture i386; sudo apt-get install libstdc++6:i386

[ .... ] Starting csgo-server: Applying workshop map fix: Counter Strike: Global[ INFO ] Starting csgo-server: Applying workshop map fix: Counter Strike: Global[ OK ] Starting csgo-server: Applying workshop map fix: Counter Strike: Global Offensive
[ OK ] Starting csgo-server: csgo

Originally created by @nycze on GitHub (May 29, 2016). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/846 Hi, Can someone help me with my CounterStrikeGlobalOffensive server please? 1. How do I change my servers tickrate to 128? 2. And Why can't people connect to my server only I can on LAN if I knew how to change it in the config I will but I'm not sure where its located or I have to do it in console. 3. Last where can I download libstdc++6:i386? # Distro: Debian GNU/Linux 8.4 (jessie) Arch: x86_64 Kernel: 3.16.0-4-amd64 Hostname: linux **** tmux: tmux 1.9 GLIBC: 2.19 # Performance Uptime: 0d, 0h, 40m Avg Load: 0.40, 0.24, 0.23 Mem: total used free Physical: 3.8G 1.3G 2.5G Swap: 6.1G 0B 6.1G # Storage Filesystem: /dev/sda1 Total: 141G Used: 18G Available: 116G Serverfiles: 15G # Counter Strike: Global Offensive Server Details Server name: csgo Server IP: 192.168.1.4:27015 Server password: NOT SET RCON password: ********** Game mode: 0 Tick rate: 64 Status: OFFLINE # csgoserver Script Details Service name: csgo-server csgoserver version: 210516 User: ***** GLIBC required: 2.3.6 Email alert: off Update on start: off Location: /home/***** Config file: /home/*****/serverfiles/csgo/cfg/csgo-server.cfg # Backups No Backups created # Command-line Parameters ./srcds_run -game csgo -usercon -strictportbind -ip 192.168.1.4 -port 27015 +clientport 27005 +tv_port 27020 +sv_setsteamaccount ******************************\* -tickrate 64 +map de_dust2 +servercfgfile csgo-server.cfg -maxplayers_override 16 +mapgroup random_classic +game_mode 0 +game_type 0 +host_workshop_collection +workshop_start_map -authkey # Ports Change ports by editing the parameters in: csgoserver Useful port diagnostic command: netstat -atunp | grep srcds_linux DESCRIPTION DIRECTION PORT PROTOCOL > Game/RCON INBOUND 27015 tcp/udp > SourceTV INBOUND 27020 udp > < Client OUTBOUND 27005 udp Status: OFFLINE e**@linux-user:~$ ./csgoserver st [ WARN ] Starting csgo-server: Checking dependencies: missing: libstdc++6:i386 Infomation! e*\* does not have sudo access. Please manually install dependencies sudo dpkg --add-architecture i386; sudo apt-get install libstdc++6:i386 [ .... ] Starting csgo-server: Applying workshop map fix: Counter Strike: Global[ INFO ] Starting csgo-server: Applying workshop map fix: Counter Strike: Global[ OK ] Starting csgo-server: Applying workshop map fix: Counter Strike: Global Offensive [ OK ] Starting csgo-server: csgo
kerem closed this issue 2026-02-27 02:03:06 +03:00
Author
Owner

@UltimateByte commented on GitHub (May 30, 2016):

  1. Before changing the tickrate, maybe try to have a working server.
    Anyways, just change it in csgoserver script, line 45
    https://github.com/dgibbs64/linuxgsm/blob/master/CounterStrikeGlobalOffensive/csgoserver#L45

  2. If you're hosting your server at home, your IP set into the script must be your local IP, your interface IP in the end, then you'll have to redirect ports to that IP through your router. GSLT must be set too in order for the server to work. https://github.com/dgibbs64/linuxgsm/wiki/Game-Server-Login-Token

  3. See "Dependencies" section. https://gameservermanagers.com/lgsm/csgoserver/
    If it's not enough : https://github.com/dgibbs64/linuxgsm/wiki/Glibc

Now you got the keys to do your homework. If you need more help for usage, please use the steam group, as github is more for reporting script issues, not usage/comprehension issues.
http://steamcommunity.com/groups/linuxgsm/discussions/0/364043054112714838/

<!-- gh-comment-id:222427423 --> @UltimateByte commented on GitHub (May 30, 2016): 1) Before changing the tickrate, maybe try to have a working server. Anyways, just change it in csgoserver script, line 45 https://github.com/dgibbs64/linuxgsm/blob/master/CounterStrikeGlobalOffensive/csgoserver#L45 2) If you're hosting your server at home, your IP set into the script must be your local IP, your interface IP in the end, then you'll have to redirect ports to that IP through your router. GSLT must be set too in order for the server to work. https://github.com/dgibbs64/linuxgsm/wiki/Game-Server-Login-Token 3) See "Dependencies" section. https://gameservermanagers.com/lgsm/csgoserver/ If it's not enough : https://github.com/dgibbs64/linuxgsm/wiki/Glibc Now you got the keys to do your homework. If you need more help for usage, please use the steam group, as github is more for reporting script issues, not usage/comprehension issues. http://steamcommunity.com/groups/linuxgsm/discussions/0/364043054112714838/
Author
Owner

@lock[bot] commented on GitHub (Jul 19, 2018):

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:406237143 --> @lock[bot] commented on GitHub (Jul 19, 2018): This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#679
No description provided.