How to start a local server in minecraft. How to create your own server in minecraft? Server connection

Hello my dear readers! We talked a lot about. I think it's time to talk about how to create your own server for the site.

In other words, I want to tell you how to turn an ordinary, home computer into a serious professional unit that allows you to host sites that will be available to users anywhere in the world.

Looking ahead a little, I must warn you that this task is not one of the easiest.

What is a home server?

A local server is specialized software that allows you to manage (create and host) personal sites on home equipment (local computer).

A local server at home allows you to get functionality similar to the standard online one, only absolutely free.

What to do?

I will answer the question quite succinctly: download and install the necessary software set of components. But before you do this, you need to evaluate your capabilities, or rather the capabilities of your PC. To do this, you need to check its characteristics: volume random access memory, CPU metrics, etc.

In addition, you need:

  • Active statistical IP-address (most often this service is paid by providers, but, unfortunately, there is no way without it)
  • Uninterrupted high speed data reception and transmission. You must have a proven and reliable provider with a minimum allowable speed of 10 Mbps. The ideal speed indicator is 100 Mbps.

Since the services of the provider (especially those that provide you with a high data transfer rate) are paid, it is much easier and cheaper to use the services of private physical servers.

For those who are not looking for easy ways, and whose home equipment meets high requirements, in the guide below I will describe step by step how to properly create your server.

Instruction

Installing a multi-user operating system Unix system. For example, Apple Mac OS X or Linux (by the way, Windows is not so bad in this matter, but I would strongly recommend installing a Unix system after all).

Download archive from software Apache and install through the command line. I think it makes no sense to describe this process step by step, since there are a lot of high-quality materials on this topic on the network, as they say, Google will help you.

Go to program settings Apache configuration) and write in the listen section 80: your IP address.

We open port number 80 and voila - we use the server at home.

Now, having registered your IP address in the address bar, the computer should open the Apache configurator. You can change the root directory of an Internet site through httpd.conf. Well, if you plan to open access to the server not only through IP, but also through, then you will need to raise DNS.

Attention ! Do not forget that now your PC (server) cannot be turned off. If you do this, your sites in global network become inaccessible to users.

I think this material is quite enough to decide for yourself whether you still want to make a server out of your PC or not.

Sincerely! Abdullin Ruslan

If you want to open your own server, but don't know how to do it, then this article will be of interest to you. In minecraft, create a server that will allow you to play with friends or with other players in your own world. There is also an assembly of mods that will decorate your world for the better. The assembly is put without much difficulty. Use various commands, they will allow you to control the game in your world: ban players, change the weather in Minecraft and much more.

You can find a lot of videos on youtube on how to have fun. And also, if you are interested, you can create your own channel and make all your adventures on video. By creating your own server, you will have complete control over it. Minecraft is a game where fantasy is given free rein, so you can evaluate not only your imagination, but also your friends. The assembly of various modifications to the game will fill it with more features. Also, the assembly for the game can be made by the players themselves and distributed across sites. An assembly can be created by combining several mods in minecraft.

You can also put various maps on the server that you can go through with friends. You can install them on our website in the Maps section. You can install them and have fun going through them, you can make them yourself, creating your own world. And if you are planning to create something really cool, if you wish, you can put them up for general download. If the players wish, you can create a card of incredible beauty that will justify your work, looking at nice card in minecraft.

The commands on the server also play an important role, as already mentioned above, they allow you to “hold the control panel in your hands”. Commands are written so that the server is under your control.
The commands are shown in the screenshot below (CLICK ON THEM):

Creating a server in minecraft

First you need to go to http://www.minecraft.net/download.jsp and you will need to download a file called Minecraft_Server.exe. This is the official site, therefore, it contains all the latest versions.
The file that you downloaded Minecraft_Server.exe (or in another way it is called minecraft_server.jar) needs to be opened and transferred to the folder in which you will have the server.
Now let's move on to the ports, you need to open it, but if you have it open 25565, then you will see the following inscription:


Now keep calm and wait until the process for minecraft game comes to an end. Once completed, you will need to close the window.

Another case will be if you have a port closed for minecraft, or some program, such as a firewall, blocks the operation of Minecraft_Server.exe or Java, as shown in the picture below. If this happens, try uninstalling java and reinstalling it, a message will pop up from the firewall and you will need to allow the application access.


How to open port 25565. In any case, to begin with, you must allow java access, if, of course, such a window pops up. Of course, you allow java these rights. The screenshot shows an example of blocking.


If everything goes well, then new files will appear in the folder, and the world folder.
We definitely need a file called server.properties. You need to open given file notepad. Now you should take note of the information that is given below.

In order to find out your IP address, you need to go to sites that will show you it. For example, I can cite the site 2ip.ru, where you can freely see your ip address, as shown in the screenshot.


If your ip is changing, and most of it is, then you need to enter to update the server-ip= line before each server start.
Sites that show ip should be bookmarked to make searching easier.

We start and go to our server (c video)

The information is relevant for Minecraft versions 1.2.5, 1.5.2, 1.6.1, 1.6.2, 1.6.4. Next, you need to run Minecraft_Server.exe and wait for the download to finish. We go into minecraft (it is not necessary to enter a username and password).
Click on Multiplayer, then Add Server, as shown in the picture below.


Next, you need to enter the server name (this name will be shown in the list) and the server ip
Next, click Done, and you will have the server listed. Green stripes on the right indicate that it is working, and is also shown online. Next, you need to click Join Server.


Done, now you are playing on your own server.

This guide is about how to create a Minecraft server on various platforms. By the end of the guide, you will know how to install a Minecraft server on operating Linux systems, Windows and Mac.

All in all, Minecraft is a sandbox video game developed by Mojang. It is ranked among the most popular games on streaming sites like Twitch. The game can be played on its own, however there is also a multiplayer mode with a large community of players.

In order to enjoy the multiplayer mode, players need to either set up their own Minecraft server or use a hosting provider. In this guide, we will focus on the solution of installing our own minecraft servers on Linux, Windows and Mac. If you have it on Hostinger, you can use these instructions and play with your friends and family!

How to create a Minecraft server on Linux

Let's see how to create a Minecraft server on two best distributions Linux OS - Ubuntu and CentOS. Although the process is very similar on both systems, there are some differences in the process of installing the necessary packages.

Setting up a Minecraft server on Ubuntu

First of all, we will create a Minecraft server using a VPS running Ubuntu 16.04. The whole process is three simple steps.

Before you begin, you need to connect to your server via SSH. To login to the server, open a terminal (or use if you're on Windows) and enter these commands:

ssh [email protected]

Once you're logged in, you can start installing your Minecraft server. Please note that installing a Minecraft server requires Java to be installed on your system. Perhaps Java is already installed on your system. To check this, run the following command:

Java-version

If you receive a message that says Java was not found on your system, you can continue to follow these instructions. AT otherwise, you can finish the current section and go to step 2.

Run these commands in your terminal to download the latest software packages to install on your system, including Java:

Sudo apt-get update

Now you need to install Java. We install Java 7 for this tutorial:

sudo apt-get install openjdk-7-jdk

If you need the latest version of Java, you can run this command instead of the previous one:

sudo apt-get install default-jdk

Here we also need to install screen, which will keep your server running in the background even if the connection is lost. To do this, enter the following command:

sudo apt-get install screen

You now have Java and Screen installed on your system.

Step 2 – Installing Minecraft Server on Ubuntu

Let's now see how to create a Minecraft server on an Ubuntu VPS. It's always best to keep your files and programs clean and tidy. To avoid chaos, let's create a new directory where all Minecraft files will be stored. This step is optional, although for the sake of clarity, we highly recommend it. To make a new directory, run:

Mkdir minecraft

Once created, move inside the directory:

sudo apt-get install wget

Now download and install your own Minecraft server:

Wget -O minecraft_server.jar https://s3.amazonaws.com/Minecraft.Download/versions/1.11.2/minecraft_server.1.11.2.jar

At the time of writing, the latest available version was 1.11.2. You need to replace this number with the version that is the most recent at the moment. You can check the version from the link.

Accept the Minecraft User License Agreement:

echo "eula=true" > eula.txt

Let's start screen first so we can run the server in the background:

Screen -S "Minecraft server 1"

We called current session‘Minecraft server 1’ but you can use any other name.

That's it - you've successfully installed your custom Minecraft server on Ubuntu.

Now you only need to run installed server. To do this, run the following command in the terminal:

As you can see, Minecraft requires 1024MB or 1GB of RAM available to run the server. Since it minimum requirements, we recommend that you have more random access memory (RAM) available for better performance. To allocate more memory for the server, simply replace 1024 with -Xmx and -Xms parameters to 2048 (2GB) and so on. Here is what you will see after running the command:

And now you have it: your own Minecraft server in just a few minutes. The server is running in the background because we are using screen. To disable screen, click CTRL+A, after D. You can roll back the operation and reopen the screen window by typing screen -r in a terminal. You can experiment with server settings in the properties file:

Nano ~/minecraft/server.properties

Installing a Minecraft Server on CentOS 7

Let's see how to create a Minecraft server on a VPS running CentOS 7. The process is not too different from Ubuntu.

Step 1 - Installing Java and Screen

First, you need to install Java, since Minecraft is completely built on it. Next screen , as it is required for the Minecraft server after logging out of the SSH session. Connect to your VPS server via SSH (Windows users can use the client for this) and install these two packages:

Yum install java screen -y

Step 2 – Installing Minecraft Server on CentOS 7

To streamline the installation, create a new directory:

cd minecraft

Download the Minecraft server packages:

Wget -O minecraft_server.jar https://s3.amazonaws.com/Minecraft.Download/versions/1.10.2/minecraft_server.1.10.2.jar

Run screen with the correct name:

Screen -S "Minecraft server"

Accept the EULA agreement by changing the value from false to true in the eula.txt file:

Nano eula.txt

Step 3 – Starting the Minecraft Server

Now you can start the server using this command:

Java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui

The result should be something like this:

Server Minecraft was launched successfully, you can exit screen using the keyboard shortcut CTRL-A+D.

Server settings can be changed by editing this file:

Nano server.properties

How to create a Minecraft server on Windows

You can also install the Minecraft server on your Windows PC. We will try to reveal everything that you need for this in three steps.

Step 1 - Installing the latest version of Java

Since Minecraft is based on Java, you need to install the latest version of it and make sure everything is running correctly. You can use the command line to check for compliance. Run the following command:

Java-version

Then make sure your version matches the latest Java version on the official site. Download and install if your current version is older or if you don't have Java at all.

Step 2 – Installing Minecraft Server on Windows

Now you need to choose the location where you want to install your Minecraft server. In order to organize the storage of all desired files, we recommend that you create a special directory. Once you create it, download the latest Minecraft server program installer from the official website.

Move file .jar to the directory you created earlier and double click on it.

Before proceeding with the installation of the Minecraft server, you must agree to the terms of the license agreement EULA. This can be done by editing the file eula.txt and changing the parameter eula=false on the eula=true.

You can start a Minecraft server with command line Windows. Use it to navigate to your Minecraft directory. For example:

CD Desktop/MinecraftServer

Start the Minecraft server by executing the command:

Java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui

Or you can double-click the left mouse button again on the file with the extension .jar and it will lead to the same result. You will need to allow the Minecraft server access through the Windows firewall (firewall).

If you see a screen like this, it means your Minecraft server has successfully started:

How to create a Minecraft server on Mac

Last but not least, consider installing a Minecraft server on MacOS. Problem solving in three steps.

Step 1 - Installing Java and Screen

Java enabled default if you are using the most latest version macOS systems. You can double check this by typing this command in your terminal:

Java-version

If it doesn't appear to be available, you can download traditional versions of Java from the Apple website.

Step 2 – Installing Minecraft Server on Mac

To keep everything neat and organized the best choice will create a directory for your minecraft server. Once you've created it, download the Minecraft server installation from the official site.

Download it to the created directory. Then open text editor and set the format to plain text Format › Make Plain Text. Paste the following into the file:

#!/bin/bash cd "$(dirname "$0")" exec java -Xms1024M -Xmx1024M -jar minecraft_server.jar nogui

Save the file as startmc.command in the same directory where the Minecraft server installation files are located. To make it work, you need to change the permissions. You can assign them from the Terminal (Terminal), which can be found in ApplicationsUtilities. Once the terminal opens, navigate to your Minecraft directory. For example:

cd Desktop/MinecraftServer

You can assign access rights with the following command:

Chmod a+x startmc.command

Step 3 – Starting the Minecraft Server

If all the steps have been completed correctly, you can start the Minecraft server by double-clicking on the file startmc.command. After that, a new terminal window will appear.

You may notice warnings about several missing files or directories when you first start it. Don't worry about it, it's quite normal!

Finally

Congratulations! With the completion of this tutorial, you have learned how to create a Minecraft server on various platforms and operating systems.

Many players eventually become the creators of Minecraft servers. Where do they start? How to create your own Minecraft server from scratch? What are the pros and cons of each approach? Read about it in our article.

Let's start with how to create your own Minecraft server using the Realms service - this is the easiest way. You open the licensed version of the game, click "Minecraft Realms" and get into the menu for managing your servers. Next, you need to make paid subscription to the service and invite your friends.

The screenshot shows the third button "Minecraft Realms" - it will allow you to get into the menu for managing your Realms server.

The Realms service is supported by the official developer of the game, Mojang, which means that you will find high-quality support and all the features of licensed online gameplay. Let's look at the pros and cons of such a solution.

  • you can quickly raise the server
  • backups are automatically created
  • Mojang official mini-games and packs available
  • the server is always online, regardless of your personal computer and Internet channel
  • automatic server updates when new versions are released
  • this is paid service(about 479 rubles per month from the server owner)
  • All players must have a licensed version of the game
  • installation of own plugins and mods is not available
  • maximum online only 20 people
  • no dedicated IP address (the connection is made strictly through the Realms interface)

How to create your own Minecraft server using specialized hosting

How else can you create your own Minecraft server? The next way is with the help of specialized hosting. We will not advertise specific companies, you can easily find them using the search. The idea is to create your own Minecraft server through the site. You register, specify the desired settings, and after 10 minutes you can invite friends to your project.

These are the opportunities that one of the well-known hostings of Minecraft servers promises us. Tempting, isn't it? :)

  • fast
  • backups are automatically created in case of an accident
  • free small configurations (few slots and few plugins)
  • installation of your own plugins and mods is available
  • there is a dedicated IP address that can be shared with friends to connect
  • built-in protection against DDoS attacks and hacking
  • the server is always available, regardless of your computer and Internet channel
  • you need to configure the server (slots, plugins, mods, motd, etc.)
  • per a large number of slots and plugins will have to pay
  • tuning is not available for big online
  • many hostings in free mode will show their ads on your servers

Now let's see how to create your own Minecraft server based on home computer. To do this, you first need a static (fixed) IP address. To obtain such an address, contact your ISP. Usually it is inexpensive - about 100 rubles a month. After that, it is enough to launch your single-player version of the Minecraft game and click the "Open for the network" button in the menu - after that, your world will become available at the IP address given to you from anywhere in the world.

This is how the menu of the most ordinary world in Minecraft looks like. In the lower right corner, you can easily see the "Open for the web" button - it is this that turns your personal world into an open Minecraft server.

  • fast
  • is free
  • with a sufficient level of knowledge, you can tune such a server for a big online
  • you can set up login from pirated versions
  • you will need a dedicated IP address (ISPs charge extra for this)
  • you will be responsible for the maintenance
  • when you turn off your home computer, the server will go offline
  • when used in parallel home internet there will be lags on the server

How to create your own Minecraft server on a dedicated server

And finally, the most difficult thing: let's see how to create your own Minecraft server on a dedicated server. To do this, we need to contact any hosting that provides hardware for rent. You need to take a solution that has more RAM, SSD drives and powerful processor. Next, you should put on a rented car operating system Linux is the best. Download the server version of the Minecraft game on the official website or in any other place and run it. The difficulty with this approach is that you will need some serious administration skills remote servers. But as a plus, you get unlimited freedom to customize and tune!

  • any configuration of mods and plugins to your taste
  • you can tune such a server for a very large online
  • the server is always available, regardless of your personal computer
  • The server's Internet channel is occupied only by game traffic (there will be no lags associated with the Internet)
  • dedicated IP address
  • you can set up login from pirated versions
  • slowest and longest way (needs a lot of manual tweaking)
  • knowledge is required to carefully configure the OS and software on rented hardware
  • you need to pay for the lease of a dedicated server
  • you will have to make backups on your own, protect the project from DDoS attacks and hacking
  • you will have to deal with software updates and patches yourself

We looked at 4 ways to create your own server in Minecraft, as well as their pros and cons. This will help you navigate in order to choose the most suitable one. It remains to get down to business and stubbornly move forward until the arrival of the first visitors. Good luck!

In this tutorial, I will teach you how to create your own minecraft server without the help of Hamachi and other applications. So, let's get started!

To create a server, you need to meet several requirements. For the most part, they depend on the provider providing you with their services. Your IP must be static otherwise they won't be able to connect to you. If it is dynamic, then you can use third-party sites to third level domain registration. Also, your ports should be open.

If you do not have a static IP or you are too lazy to open ports, you can use the instructions.

Instruction(we do everything in order):

1) First, download the server itself. For Windows, select file minecraft_server.exe, You can download it on the official Mojang page.

2) After downloading this file, place it in the folder where the server will be located. Then, run it and it will create the necessary folders and server files. After the world is generated, we turn off the server and start setting up.

(This is what the folder with the server looks like)

3) After that, you need to find out your IP in order to subsequently enter it in the desired line of settings. You can find out the IP.

4) The main server configuration file is server.properties, it looks like this:


The main setting is the field: server-ip=, in which you need to enter the address of your computer (IP) after "=".

This is how it should look like: server-ip=109.169.230.149

In addition, here you can also set up your server by some of the parameters, for example, disable monster spawning, put your own map, whitelist, online mod and much more.

Save the settings and start the server!

5) The server is ready and in order to connect to it, players must simply enter your IP in the server connection field.

6) This is what the server log will look like when you try to connect to it.

If you want to play with friends on pirate version of Minecraft, disable authentication by replacing the line:

online mode= true

to value:

online mode= false

================================================

If you have problems with creating a server, then describe it in detail in the comments. Our experts will try to help you.
A computer