Creating your own server is time-consuming, but ininteresting time at the same time. You can not only play with friends on your server, but also become its admin. In our article you will learn how to create a free server.

CSS server

Without knowing the basics of programming, create your ownthe COP server is completely free impossible. The only option is to download the finished server version. The site all-cs.net.ru presents various options for the servers of the COP. To create your server, follow the instructions:

  1. Download the appropriate server from the site.
  2. Unzip to the folder in the cop.
  3. Make yourself a server admin. To do this, add the users.ini file with "nickname", "password" - "abcdefghijklmnopqrstu", "a", respectively - and save the changes. After that, go to the console and enter setinfo _pw your_password. Then go into the game and open the console and type amxmodmenu.
  4. Start the server by looking for the hlds.exe file in the C: Program FilesValve folder. Run this file and add the data:
    • Game - you must select Counter-Strike;
    • Server name - create a name for the server;
    • Map - select the appropriate map;
    • Network - select a server (LanInternet);
    • Max Players - enter the number of players here;
    • UDP Port - server port;
    • RCON Password - RCON server password.
  5. At the very end, click start.

For more information about creating a CS server, see How to create a CS server.

SAMP server

Samp - multifunctional multiplayer San Andreas. With it, you can create various games. If you want to create a Samp server for free, start with our instructions:

  1. Download the appropriate server from the site all-cspro.ru.
  2. Unzip the folder to a convenient place for you.
  3. Go to the folder and open the server.cfg file using notepad. Change the items:
    • hostname NameServer - specify the name of the server;
    • gamemode0 mode - select a game mod.
  4. Minimize your notebook and open the gamemodes folder. Select the appropriate mod and paste it into gamemode0 mode.
  5. Collapse the notepad again and go to the filterscripts folder and select the appropriate scripts. For instance,
    • / rcon login - allows you to log in as administrator;
    • / rcon exec - starts the config;
    • / rcon cmdlist - displays a list of commands;
    • / rcon exit - exit.
  6. Open the server by running the samp-server.exe file.

If you want to create a COD 4 or WoW server, read the articles How to create a WoW server or How to create a COD 4 server.

Minecraft Server

If you are thinking about how to create a Minecraft server for free, then this is quite simple. For this:

  1. Download the server from Bukkit.org. It is better to choose files marked in green, which are more stable and checked for viruses.
  2. Create a new folder for the server and copy the downloaded file there. The folder must be with the extension .jar.
  3. After that, you need to create a file with the extension .bat.
  4. Run the file using a text editor and write “java Xmx1G” in it. This command allows you to set the amount of RAM.
  5. Next, write Xincgc, which loads cells from RAM. And add jar. This option defines the file to which the previous ones will apply.
  6. After that, you can start the server using the .jar file.

For more information about creating a Minecraft server, see the article How to create a Minecraft server.

Comments 0