Skipper ✪ Posted December 21, 2018 Posted December 21, 2018 In this tutorial I will explain how you can make your own list of servers that appear in a Counter-Strike 1.6 or Counter-Strike: Source This version of the masterserver is written in python, making it the easiest to use. Download Download Girlshare Download Zippyshare For starters you need: - 1 VPS on the LINUX platform (Debian or Ubuntu) with a configuration of at least 128MB Ram - MasterServer - You need Putty and WinSCP to connect to VPS and start the masterserver (they can search on Google) Let's get started .. 1. Download the above masterserver if you have not already downloaded it and unzipped the folder on your pc somewhere at your fingertips. 2. Now connect to your VPS with WinSCP or any other program with which you can connect to VPS to upload the masterserver folder to the home folder of the VPS. 3. Set the masterserver folder to 777 permissions and all the files in it. 4. Connect with Putty to VPS and enter the following after logging in: apt-get update && apt-get upgrade (upgrade to installation packages) apt-get install nano screen curl libcurl3 (installs the necessary masterserver run) apt-get install ia32-libs (install x86 libraries in case you have x64 system) apt-get purge -f iptables (disable firewall on linux) 5. Start the masterserver with the following commands: cd / home / masterserver (the directory where the masterserver is located) ./start_masterserver_screen.sh (with this command we start masterserver) * This command is required whenever we start / restart / stop the VPS we have because it does not turn on automatically and we have to do it manually. 6. Modify CS 1.6 and CS servers: Source In the masterserver folder you have the files: serverscs, serverscs2 and hl (in .TXT format), from there you will modify your servers.
Recommended Posts