Quickly build a CSGO community server

Let's briefly talk about how to build a CSGO community server. Many players who like to play Counter-Strike CSGO want to build their own CSGO server on the platform, so how to build a CSGO server? The following is a step-by-step guide on how to build a CSGO server.

CSGO Community Server If you like playing Counter-Strike CSGO, then come and build it

Briefly explain how to build your own Regarding the community server, many players who like to play Counter-Strike CSGO want to build their own CSGO server on the platform, so how to build a CSGO server? The following is a step-by-step guide on how to build a CSGO server.Both LINUX and Windows can build csgo community servers.

Install CSGO Dedicated Server

refer to : Global Offensive dedicated server link, after installing SteamCMD according to the tutorial

# The default installation path of steamCMD on Linux is /usr/games/steamcmd

It is recommended to create a dedicated Linux user for the community server to isolate the server from other users and the root user. It is not recommended to install the community server as the root user.

sudo useradd -m steam sudo password steam

steamCMD is a bash-like REPL environment. Installation path

force_install_dir /home/steam/csgo login anonymous # First time install app_update 740 validate # Or, update an existing server app_update 740

740 is the App ID of the CSGO server in the Steam system. The update of the CSGO server needs to be done manually, and the game end cannot connect to the server that has not been updated.

The server file is large, about 30G. Wait patiently for the file to be downloaded and installed. Then, cd /home/steam/csgo and create a startup script start_server.sh

# start_server.sh screen -dm -S "Counter-Strike: Global Offensive Server" \ ./srcds_run -game csgo -console -usercon +game_type 0 +game_mode 1 +mapgroup mg_active +map de_inferno \ +sv_setsteamaccount YOURGSLT -net_port_try 1 \ -tickrate 128

Replace YOURGSLT with your "Game Server Login Token". If you don't have it, get it here. This is a code that Steam requires every community server developed with a public IP to be bound to a valid Steam account. If the community server violates Steam's regulations on community servers, all GLSTs under this account will be banned. Steam restricts behaviors including changing the skin in the game.

game_type 0 stands for Classic, game_mode 1 stands for Competitive mode, together they start the server in Classic Competitive mode, which is the 5v5 ranked mode we are familiar with.

Collect community service address

Open Steam, select View > Server in the top menu, select Favorites, right click, add server by IP address, enter server address csgo.yangruoqi.site, and you can quickly connect to the community server in Steam. Double-click the server and CSGO will automatically start. If the server has a password, you will need to enter the password.

Quickly build a CSGO community server Quickly build a CSGO community server Quickly build a CSGO community server Quickly build a CSGO community server

 

Currently, the community server is hosted on a Google Cloud VPS in Hong Kong, China, so the latency from China will be relatively high, measured at around 200ms. It is recommended to use it with an accelerator. If you have a UU accelerator, you can use the Asia-Hong Kong node of CS:GO (international server), and the measured latency is 40-50ms.

Original link:https://yangruoqi.site/csgo-server/

1/5 - (2 votes)

Leave a Reply

Your email address will not be published. Required fields are marked *