Difference between revisions of "Minecraft Server Installation"
Aouarab4ab79 (talk | contribs) (Created page with "<span data-link_translate_fr_title="Installation Serveur Minecraft" data-link_translate_fr_url="Installation Serveur Minecraft"></span>fr:Installation Serveur Minecraft[...") |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
<span data-link_translate_es_title="Instalación del servidor de Minecraft" data-link_translate_es_url="Instalación del servidor de Minecraft"></span>[[:es:Instalación del servidor de Minecraft]][[es:Instalación del servidor de Minecraft]] | <span data-link_translate_es_title="Instalación del servidor de Minecraft" data-link_translate_es_url="Instalación del servidor de Minecraft"></span>[[:es:Instalación del servidor de Minecraft]][[es:Instalación del servidor de Minecraft]] | ||
<span data-link_translate_en_title="Minecraft Server Installation" data-link_translate_en_url="Minecraft Server Installation"></span>[[:en:Minecraft Server Installation]][[en:Minecraft Server Installation]] | <span data-link_translate_en_title="Minecraft Server Installation" data-link_translate_en_url="Minecraft Server Installation"></span>[[:en:Minecraft Server Installation]][[en:Minecraft Server Installation]] | ||
+ | <span data-link_translate_it_title="Installazione Server Minecraft" data-link_translate_it_url="Installazione Server Minecraft"></span>[[:it:Installazione Server Minecraft]][[it:Installazione Server Minecraft]] | ||
+ | |||
+ | |||
{{#seo: | {{#seo: | ||
− | |title=Installation | + | |title=Minecraft Server Installation |
|titlemode=replace | |titlemode=replace | ||
− | |keywords=wiki ikoula, ikoula wiki, base de connaissance ikoula, hébergement, | + | |keywords=wiki ikoula, ikoula wiki, base de connaissance ikoula, hébergement,Minecraft Server |
− | |description=Minecraft | + | |description=Minecraft is a sandbox construction game created by Mojang AB founder Markus "Notch" Persson, inspired by Infiniminer, Dungeon Keeper and |
|og:type=article | |og:type=article | ||
− | |og:image=https:// | + | |og:image=https://en-wiki.ikoula.com/resources/assets/logo_ikwiki.png |
}} | }} | ||
− | + | == Introduction Minecraft server== | |
− | == Introduction == | + | ''Minecraft'' is a sandbox construction game created by Mojang AB founder Markus "Notch" Persson, inspired by Infiniminer, Dungeon Keeper and previous Notch, Legend of the Chambered and RubyDung games. The gameplay involves players interacting with the game world by placing and breaking different types of blocks in a three-dimensional environment. In this environment, players can create creative structures, creations, and artwork on multiplayer servers and solo worlds in multiple game modes. |
− | Minecraft | + | |
+ | We will show you here how to install your '''Minecraft server rental '''. | ||
− | + | == | |
+ | Prerequisites for your Minecraft server == | ||
− | + | At least : | |
− | |||
*Ubuntu 12.04 LTS | *Ubuntu 12.04 LTS | ||
*Debian 7 | *Debian 7 | ||
Line 26: | Line 30: | ||
*CentOS 6 | *CentOS 6 | ||
− | <small> | + | <small>The others have not yet been tested, any distribution with tmux 1.6 and a JRE 1.7.0 should be compatible with the Minecraft server.</small> |
− | == | + | == Installing dependencies == |
=== Ubuntu === | === Ubuntu === | ||
*64-bit | *64-bit | ||
− | <pre>sudo dpkg --add-architecture i386 | + | <pre> |
+ | sudo dpkg --add-architecture i386 | ||
+ | sudo apt update | ||
+ | sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux default-jre</pre> | ||
*32-bit | *32-bit | ||
− | <pre>sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux default-jre</pre> | + | <pre> |
+ | sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux default-jre</pre> | ||
=== Debian === | === Debian === | ||
*64-bit | *64-bit | ||
− | <pre>sudo dpkg --add-architecture i386 | + | <pre> |
+ | sudo dpkg --add-architecture i386 | ||
+ | sudo apt update | ||
+ | sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux default-jre</pre> | ||
*32-bit | *32-bit | ||
− | <pre>sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux default-jre</pre> | + | <pre> |
+ | sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux default-jre</pre> | ||
=== Fedora === | === Fedora === | ||
*64-bit & 32-bit | *64-bit & 32-bit | ||
− | <pre>dnf install mailx postfix curl wget file bzip2 gzip unzip python binutils bc jq tmux java-1.8.0-openjdk</pre> | + | <pre> |
+ | dnf install mailx postfix curl wget file bzip2 gzip unzip python binutils bc jq tmux java-1.8.0-openjdk</pre> | ||
=== CentOS === | === CentOS === | ||
*64-bit & 32-bit | *64-bit & 32-bit | ||
<pre>yum install mailx postfix curl wget bzip2 gzip unzip python binutils bc jq tmux java-1.8.0-openjdk</pre> | <pre>yum install mailx postfix curl wget bzip2 gzip unzip python binutils bc jq tmux java-1.8.0-openjdk</pre> | ||
== Installation == | == Installation == | ||
− | === | + | === Creation of the user and his login=== |
<pre>adduser mcserver</pre> | <pre>adduser mcserver</pre> | ||
− | '''Note :''' | + | '''Note :''' do not put mcserver in password. Use ''a password'' '''strong'''! |
<pre>passwd mcserver</pre> | <pre>passwd mcserver</pre> | ||
<pre>su - mcserver</pre> | <pre>su - mcserver</pre> | ||
− | === | + | === |
+ | Downloading the installation script === | ||
<pre>wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh mcserver</pre> | <pre>wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh mcserver</pre> | ||
− | === | + | === Run the installer and follow the instructions === |
<pre>./mcserver install</pre> | <pre>./mcserver install</pre> | ||
− | == | + | == Use == |
− | === | + | === All control === |
− | + | A complete list of control can be found by executant : | |
<pre>./mcserver</pre> | <pre>./mcserver</pre> | ||
− | + | start : | |
<pre>./mcserver start</pre> | <pre>./mcserver start</pre> | ||
− | + | stop | |
<pre>./mcserver stop</pre> | <pre>./mcserver stop</pre> | ||
− | + | restart | |
<pre>./mcserver restart</pre> | <pre>./mcserver restart</pre> | ||
− | + | Update | |
− | + | Check if updates are available and apply them. The server will be updated and restart if necessary. | |
<pre>./mcserver update</pre> | <pre>./mcserver update</pre> | ||
− | + | Backup | |
− | + | Backs up the entire server under a bzip2 archive. | |
<pre>./mcserver backup</pre> | <pre>./mcserver backup</pre> | ||
− | [https://www.ikoula.com/ | + | [https://www.ikoula.com/en/dedicated-server/gaming Access our gaming server offers] |
Latest revision as of 13:14, 14 November 2019
fr:Installation Serveur Minecraft es:Instalación del servidor de Minecraft en:Minecraft Server Installation it:Installazione Server Minecraft
Introduction Minecraft server
Minecraft is a sandbox construction game created by Mojang AB founder Markus "Notch" Persson, inspired by Infiniminer, Dungeon Keeper and previous Notch, Legend of the Chambered and RubyDung games. The gameplay involves players interacting with the game world by placing and breaking different types of blocks in a three-dimensional environment. In this environment, players can create creative structures, creations, and artwork on multiplayer servers and solo worlds in multiple game modes.
We will show you here how to install your Minecraft server rental .
== Prerequisites for your Minecraft server ==
At least :
- Ubuntu 12.04 LTS
- Debian 7
- Fedora 17
- CentOS 6
The others have not yet been tested, any distribution with tmux 1.6 and a JRE 1.7.0 should be compatible with the Minecraft server.
Installing dependencies
Ubuntu
- 64-bit
sudo dpkg --add-architecture i386 sudo apt update sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux default-jre
- 32-bit
sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux default-jre
Debian
- 64-bit
sudo dpkg --add-architecture i386 sudo apt update sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux default-jre
- 32-bit
sudo apt install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux default-jre
Fedora
- 64-bit & 32-bit
dnf install mailx postfix curl wget file bzip2 gzip unzip python binutils bc jq tmux java-1.8.0-openjdk
CentOS
- 64-bit & 32-bit
yum install mailx postfix curl wget bzip2 gzip unzip python binutils bc jq tmux java-1.8.0-openjdk
Installation
Creation of the user and his login
adduser mcserver
Note : do not put mcserver in password. Use a password strong!
passwd mcserver
su - mcserver
=
Downloading the installation script ===
wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh mcserver
Run the installer and follow the instructions
./mcserver install
Use
All control
A complete list of control can be found by executant :
./mcserver
start :
./mcserver start
stop
./mcserver stop
restart
./mcserver restart
Update Check if updates are available and apply them. The server will be updated and restart if necessary.
./mcserver update
Backup Backs up the entire server under a bzip2 archive.
./mcserver backup