Go into the program and enter the necessary data
Posted: Sat Apr 05, 2025 6:03 am
Creating a cs server
Initially, you will need a server on Linux OS, but there are many versions of this OS. I recommend choosing Ubuntu as it is easy to manage and use, ideal for beginners. That's what I used in the video above.
After you have rented the server, you will need to download the Putty program and connect through it to the administrator console. This one provides hosting for connection, or see how it is done in the video. It is important that ssh keys are installed on the server (they are installed by default in our service)
What will be required
1. IP address
2. SSH port (22 is the buy phone number list original port)
3. Login (It is unlikely that it was changed so it will be root)
4. The password of the root user
After entering the data, you will be transferred to the console where you need to enter a username and password (It will not be displayed when you enter it).
After you have logged in, you need to check whether the server needs updates using the apt-get update command. You can also update it to a new version using apt-get upgrade if necessary.
In the case of using another hosting service, it is better to go through all possible points. Specified below:
After you have checked the operability of all these commands, you will need to enter the following command: apt-get install lib32gcc1 this is necessary to configure and operate the server, you will need to confirm the download because some space will be occupied.
Next, we create two folders: Server and SteamCMD. This is necessary in order to place the game server itself in one, and the command part from steam in the second.
Initially, we will go to the main directory using cd / after which we enter
After all these actions, we have completed the system configuration. Next we need to download steamcmd and unpack it to do this, go to the steamcmd directory.
Initially, you will need a server on Linux OS, but there are many versions of this OS. I recommend choosing Ubuntu as it is easy to manage and use, ideal for beginners. That's what I used in the video above.
After you have rented the server, you will need to download the Putty program and connect through it to the administrator console. This one provides hosting for connection, or see how it is done in the video. It is important that ssh keys are installed on the server (they are installed by default in our service)
What will be required
1. IP address
2. SSH port (22 is the buy phone number list original port)
3. Login (It is unlikely that it was changed so it will be root)
4. The password of the root user
After entering the data, you will be transferred to the console where you need to enter a username and password (It will not be displayed when you enter it).
After you have logged in, you need to check whether the server needs updates using the apt-get update command. You can also update it to a new version using apt-get upgrade if necessary.
In the case of using another hosting service, it is better to go through all possible points. Specified below:
After you have checked the operability of all these commands, you will need to enter the following command: apt-get install lib32gcc1 this is necessary to configure and operate the server, you will need to confirm the download because some space will be occupied.
Next, we create two folders: Server and SteamCMD. This is necessary in order to place the game server itself in one, and the command part from steam in the second.
Initially, we will go to the main directory using cd / after which we enter
After all these actions, we have completed the system configuration. Next we need to download steamcmd and unpack it to do this, go to the steamcmd directory.