Difference between revisions of "Minecraft Server Installation"

From EN Ikoula wiki
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽
Line 4: Line 4:
  
 
{{#seo:
 
{{#seo:
|title=Installation de votre location serveur minecraft
+
|title=Minecraft Server Installation
 
|titlemode=replace
 
|titlemode=replace
|keywords=wiki ikoula, ikoula wiki, base de connaissance ikoula, hébergement, location serveur minecraft, minecraft, serveur minecraft
+
|keywords=wiki ikoula, ikoula wiki, base de connaissance ikoula, hébergement,Minecraft Server
|description=Minecraft est un jeu de construction de type sandbox créé par le fondateur de Mojang AB, Markus "Notch" Persson, inspiré d'Infiniminer, de Dungeon Keeper et
+
|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://fr-wiki.ikoula.com/resources/assets/logo_ikwiki.png
+
|og:image=https://en-wiki.ikoula.com/resources/assets/logo_ikwiki.png
 
}}  
 
}}  
  
  
 
== Introduction ==
 
== Introduction ==
Minecraft est un jeu de construction de type sandbox créé par le fondateur de Mojang AB, Markus "Notch" Persson, inspiré d'Infiniminer, de Dungeon Keeper et des précédents jeux de Notch, Legend of the Chambered et RubyDung. Le gameplay implique que les joueurs interagissent avec le monde du jeu en plaçant et en cassant différents types de blocs dans un environnement tridimensionnel. Dans cet environnement, les joueurs peuvent créer des structures créatives, des créations et des illustrations sur des serveurs multijoueurs et des mondes solo dans plusieurs modes de jeu.
+
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.
  
Nous allons vous présenter ici comment prosséder à l'installation de votre '''location de serveur Minecraft'''.
+
We will show you here how to install your '''Minecraft server rental '''.
  
== Prérequis pour votre serveur Minecraft ==
+
==  
Au minimum :
+
Prerequisites for your Minecraft server ==
 +
 
 +
At least :
 
*Ubuntu 12.04 LTS
 
*Ubuntu 12.04 LTS
 
*Debian 7
 
*Debian 7
Line 25: Line 27:
 
*CentOS 6
 
*CentOS 6
  
<small>Les autres n'ont pas encore été testés, toute distribution avec tmux 1.6 et un JRE 1.7.0 devrait être compatible avec le serveur Minecraft.</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>
  
== Installation des dépendances ==
+
== Installing dependencies ==
 
=== Ubuntu ===
 
=== Ubuntu ===
 
*64-bit
 
*64-bit
Line 45: Line 47:
 
<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 ==
=== Création de l'utilisateur et de son login ===
+
=== Creation of the user and his login===
 
<pre>adduser mcserver</pre>
 
<pre>adduser mcserver</pre>
'''Note :''' ne pas mettre mcserver en mot de passe. Utiliser ''un mot de passe'' '''fort''' !
+
'''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>
=== Téléchargement du script d'installation ===
+
===  
 +
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>
=== Executer l'installeur et suivre les instructions ===
+
=== Run the installer and follow the instructions ===
 
<pre>./mcserver install</pre>
 
<pre>./mcserver install</pre>
  
== Utilisation ==
+
== Use ==
=== Toutes les commandes ===
+
=== All control ===
Une liste complète des commandes peut être trouver en executant :
+
A complete list of control can be found by executant :
 
<pre>./mcserver</pre>
 
<pre>./mcserver</pre>
Démarrer :
+
start :
 
<pre>./mcserver start</pre>
 
<pre>./mcserver start</pre>
Arrêter
+
stop
 
<pre>./mcserver stop</pre>
 
<pre>./mcserver stop</pre>
Redémarrer
+
restart
 
<pre>./mcserver restart</pre>
 
<pre>./mcserver restart</pre>
Mise à jour
+
Update
Vérifie si des mises à jours sont disponibles et les appliques. The serveur sera mis à jour et redémarrer si nécessaire.
+
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>
Sauvegarde
+
Backup
Sauvegarde l'intégralité du serveur sous une archive bzip2.
+
Backs up the entire server under a bzip2 archive.
 
<pre>./mcserver backup</pre>
 
<pre>./mcserver backup</pre>
  
  
[https://www.ikoula.com/fr/serveur-dedie/gaming Accéder à nos offres de serveur gaming]
+
[https://www.ikoula.com/en/dedicated-server/gaming Access our gaming server offers]

Revision as of 15:21, 28 August 2019

fr:Installation Serveur Minecraft es:Instalación del servidor de Minecraft en:Minecraft Server Installation


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.

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


Access our gaming server offers