Bluehost Web Hosting Help
VPS or Dedicated Hosting - Install a Minecraft Server
This tutorial will help you install a Minecraft Server on an VPS or Dedicated server.
Host your own Minecraft server on a Bluehost VPS Hosting service, sign up here to get started today.
You will need to make sure that you have Sudo Access enabled. If you have not enabled sudo access please see Enabling Sudo Access to learn how to do so. You will also need to have Java 1.7 or newer installed. If you have not installed Jave on your account, please see Installing Java.
Install Minecraft
To install the default or vanilla Minecraft server, please do the following:
- Open an SSH client and login.
- Create the folder that you want to install Minecraft to.
mkdir minecraft
This can be anywhere in the file structure, but it is usually best to put it in the home directory.
- Change to the minecraft directory.
cd minecraft
- It is recommended at this point you verfiy you have Java installed, to do this run the following command:
java -version
If java is not installed please see Installing Java to see how to install Java. - Download the Minecraft JAR file.
curl -O https://s3.amazonaws.com/MinecraftDownload/launcher/minecraft_server.jar
It is recommended that you check MineCraft's download page for the latest version.
- Now open the port that you will have Minecraft listen on.
sudo iptables -A INPUT -p tcp -m tcp --dport 25565 -j ACCEPT
sudo service iptables save
sudo service iptables restartIf you would like to use a port other than the default 25565, you will need to run the server once to create server.properties file needed to change the port.
- To run Minecraft when you are not connected to your server, you need Screen installed
sudo yum install screen
- Start the Minecraft Server.
screen java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui
You can exit SSH or use ctrl+a+d to exit the Screen session. This will not close it down. To open the Screen session, you can type screen -r
. If you have more than one Screen session running then you would need to know the instance number, which typing screen -list
will provide for you.
For more information on Minecraft visit Minecraft.net.
Recommended Help Content
VPS or Dedicated Hosting - Installing Java
How to install Java in a dedicated server.
VPS or Dedicated Hosting - Installing Git
This is a tutorial on how to install Git onto the server.
VPS and Dedicated Hosting: Restore or Transfer cPanel
If you need to transfer or restore a cPanel account for your VPS or Dedicated server, there is a tool within the WHM panel to perform these tasks. This article is about transferring or restoring from another server or restoring after a re-image.
Related Help Content
VPS or Dedicated Hosting - Manage Login SSL Certificates
How to manage the SSL used for cPanel login through the WHM
VPS and Dedicated Hosting: Enabling FTP on New Servers
This article will explain how-to enable FTP on a newly provisioned VPS or Dedicated cPanel server. Since FTP is an unsecured connection point to the server, cPanel has it disabled by default in version 11.86 or prior.
VPS and Dedicated Hosting: Third Party Applications
VPS and Dedicated servers come with all applications necessary to run a standard web and email server. The applications that come with the VPS and Dedicated servers are generally supported as-is by our support technicians.
VPS or Dedicated Hosting - Install ClamAV
How to install ClamAV to help with virus protection.
CentOS 7 and cPanel Upgrades
VPS and Dedicated customers with servers running the CentOS 6 operating system will not be able to upgrade cPanel past version 86. The cPanel team will still support CentOS 6 with cPanel 86 until March 31st, 2021.
VPS Dedicated Installing SSL
To help with installing an SSL certificate for an account on a dedicated server through the WHM
VPS or Dedicated Hosting - Using Multiple cPanel Accounts To Set Custom Nameservers
How to setup name servers for multiple cPanel accounts.
VPS or Dedicated Hosting - Assigning Dedicated IPs
How to assign a dedicated IP to a domain on a dedicated server.