Differenze tra le versioni di "Installazione Server Minecraft"
(3 versioni intermedie di 2 utenti non mostrate) | |||
Riga 7: | Riga 7: | ||
|title=Installazione Server Minecraft | |title=Installazione Server Minecraft | ||
|titlemode=replace | |titlemode=replace | ||
− | |keywords=Server | + | |keywords=Server Minecraft |
|description=Qui ti presenteremo come installare il tuo server Minecraft. Almeno : Ubuntu 12.04 LTS-Debian 7-Fedora 17-CentOS 6 | |description=Qui ti presenteremo come installare il tuo server Minecraft. Almeno : Ubuntu 12.04 LTS-Debian 7-Fedora 17-CentOS 6 | ||
|og:type=article | |og:type=article | ||
Riga 18: | Riga 18: | ||
=Introduzione= | =Introduzione= | ||
− | Minecraft è un gioco di costruzione sandbox creato dal fondatore di Mojang AB Markus "Notch" Persson, | + | Server[https://www.ikoula.com/fr/cloud-public/oneclick/minecraft] Minecraft è un gioco di costruzione sandbox creato dal fondatore di Mojang AB Markus "Notch" Persson, |
ispirato a Infiniminer, Dungeon Keeper e ai precedenti giochi Notch, Legend of the Chambered e RubyDung. | ispirato a Infiniminer, Dungeon Keeper e ai precedenti giochi Notch, Legend of the Chambered e RubyDung. | ||
Il gameplay prevede che i giocatori interagiscano con il mondo di gioco posizionando e rompendo diversi tipi di blocchi in un ambiente tridimensionale. | Il gameplay prevede che i giocatori interagiscano con il mondo di gioco posizionando e rompendo diversi tipi di blocchi in un ambiente tridimensionale. | ||
Riga 34: | Riga 34: | ||
*CentOS 6 | *CentOS 6 | ||
− | Gli altri non sono ancora stati testati, qualsiasi distribuzione con tmux 1.6 e JRE 1.7.0 dovrebbe essere compatibile con il server Minecraft.<br/<> | + | Gli altri non sono ancora stati testati, qualsiasi distribuzione con tmux 1.6 e JRE 1.7.0 dovrebbe essere compatibile con il ''server Minecraft''.<br/<> |
=Installare le dipendenze= | =Installare le dipendenze= |
Versione attuale delle 18:03, 5 mar 2020
fr:Installation Serveur Minecraft es:Instalación del servidor de Minecraft en:Minecraft Server Installation it:Installazione Server Minecraft
Introduzione
Server[1] Minecraft è un gioco di costruzione sandbox creato dal fondatore di Mojang AB Markus "Notch" Persson,
ispirato a Infiniminer, Dungeon Keeper e ai precedenti giochi Notch, Legend of the Chambered e RubyDung.
Il gameplay prevede che i giocatori interagiscano con il mondo di gioco posizionando e rompendo diversi tipi di blocchi in un ambiente tridimensionale.
In questo ambiente, i giocatori possono creare strutture creative e molto altro su server multiplayer, in modalità single player ed in più modalità di gioco.
Qui ti presenteremo come installare il tuo server Minecraft.
Prerequisiti per il tuo server Minecraft
Almeno:
- Ubuntu 12.04 LTS
- Debian 7
- Fedora 17
- CentOS 6
Gli altri non sono ancora stati testati, qualsiasi distribuzione con tmux 1.6 e JRE 1.7.0 dovrebbe essere compatibile con il server Minecraft.<br/<>
Installare le dipendenze
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
Installazione
Creazione dell’utente e del suo login
adduser mcserver
Nota : non inserire mcserver nella password. Usa una password complessa !
passwd mcserver su - mcserver
Download dello script d’installazione
wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh mcserver
Esegui il programma di installazione e segui le istruzioni
./mcserver install
Utilizzo
Tutte le istruzioni
È possibile trovare un elenco completo di comandi eseguendo:
./mcserver
- Avvio :
./mcserver start
- Chiudere :
./mcserver stop
- Riavviare :
./mcserver restart
- Verifica aggiornamenti e applet. Il server verrà aggiornato e riavviato se necessario.
./mcserver update
- Eseguire il backup dell'intero server in un archivio bzip2
./mcserver backup
Accedi al nostro piano di server gaming : Clicca qui
Questo articolo ti è stato utile ?
Attivare l'aggiornamento automatico dei commenti