What's new

Welcome to HvH Forum!

SignUp Now! Download Free HvH CS2/CS:GO Cheats, CFG, LUA/JS Scripts, And More!


SignUp Now!
get good, uninstall valorant
User ID
59412
Messages
5
Reactions
3
Level
2
hello, welcome to this tutorial where i will be teaching you how to make a csgo 2k23 server. im doing this bcuz i made a thread asking for a tutorial but no one answered so here you go

step 1. get steamcmd

if you are on windows use

if you are on linux do this
Code:
sudo add-apt-repository multiverse; sudo dpkg --add-architecture i386; sudo apt update

sudo apt install steamcmd

step 2. setup the path for server installation

windows:
Code:
force_install_dir c:\csgoserverpath\

linux:
Code:
force_install_dir /home/username/csgoserverpath/

step 3. log in to steam as anonymous

now you are going to login as anonymous on steamcmd, do this: login anonymous

step 4. install server

on the terminal window you are going to put "app_update 740 validate" and click enter, it will automatically install the game for you in the selected path

------ YOU HAVE INSTALLED THE CSGO SERVER! --------

now, lets run it.

we will need an gameserver token that you can get

if you have windows just make a .bat file with
Code:
srcds -game csgo -console -usercon +game_type 0 +game_mode 1 +map de_mirage -insecure +sv_setsteamaccount gameservertoken

and for linux make a .sh file that contains:
Code:
srcds_linux -game csgo -console -usercon +game_type 0 +game_mode 1 +map de_mirage -insecure +sv_setsteamaccount gameservertoken

and do
Code:
chmod +x theshfile.sh
and
Code:
chmod +x srcds_linux

after that you should have a csgo server, you can use +port 27015 if you want a static port for your server you just need to open it and kaboom you can now play.

if you want a tutorial for getting sourcemod and metamod for the server just comment it out and ill probably make it
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Top