Benvenuto, ospite! [ Registrati | Login

A proposito di partlaura3

Descrizione:

How To Set Up A McMyAdmin Minecraft Server On A VPS

Minecraft is an amazing game. It's a fact. Some of us may have hosted servers for our friends using our home computers. lion's roar This is great, but you eventually get tired and want to be able to access the Internet faster. Renting a VPS can solve this problem. Virtual Private Servers are servers that you pay monthly and can be used 24/7. If you look around you can usually find some good deals. Check out LowEndBox.com - I just found a 2GB VPS, which is perfect for a small Minecraft server, for just about $2.50 a month!


So now that you have a VPS you could off course go right ahead and install java and run the Minecraft server java file. This is great but not many of us are large fans of the Linux terminal. A work around for avoiding the Linux terminal would be to use a powerful Minecraft server control panel. Today, we will install McMyAdmin on a Linux VPS with two gigabytes of RAM. This will allow us manage our server and perform tasks such as reboots and back-ups with just a few clicks using a web browser. Let's get started!


We will assume you have a Linux 64 bit-based VPS and know how SSH into your server. Google is your friend if these things are not clear to you.


We will first install the latest Java for Linux. Open the Java website on your computer. Click the right click to download Linux x64RPM. Select "copy URL". SSH into your server and type the following commands, replace LINK with the link you copied. Each line should be entered separately into your SSH client.


mkdir /usr/java cd /usr/java wget LINK


The file we downloaded might look a little strange due to the Java website or the wget utility. We will need to rename this file using the mv utility. Replace FILE NAME by the exact name of your downloaded file. If you need to find out the name of the file, you can run ls from a terminal. Rename the file to include the first few words up to the question mark. Use the following example to help you.


mv jre-7u7-linux-x64.rpm?ssdflsdjkfhkjhnfsdkfhlsdkhflsk jre-7u7-linux-x64.rpm


Now you will need to install Java RPM. This syntax will install Java RPM. Replace the filename with your own.


rpm –ivh


rpm -ivh jre-7u7-linux-x64.rpm


Java should now be installed on your Linux VPS. You can refer to the Java RPM installation instructions if you have any problems with Java installation.
Lion Is The King Of The Jungle

We will now install McMyAdmin!


First, create a directory for McMyAdmin.


mkdir/minecraft CD /minecraft


Now you can download and install McMyAdmin. Last line: Enter your password to the web panel.


wget http://mcmyadmin.com/Downloads/MCMA2_glibc25.zip unzip MCMA2_glibc25.zip cd /usr/local wget http://mcmyadmin.com/Downloads/etc.zip unzip etc.zip cd /minecraft ./MCMA2_Linux_x86_64 -setpass ENTER-YOUR-NEW-PASSWORD-HERE


Now your server should start. Head over to a web browser and type the following address: http://Your-Server-IP:8080


Log in with admin username and password that you have previously set.


Here you can configure the server. After you have selected everything, click on the Start button to start the server. You should now have a working McMyAdmin Minecraft server running on your VPS!


Bonus


At the moment the server will shutdown if your close the SSH client Window. If you don't have screen, install it. Then run


screen ./MCMA2_Linux_x86_64


To start your server. Then you can close the SSH window and the server will continue running!


Have questions? Have questions? Ask in the comments!

Siamo spiacenti, non sono stati trovati annunci.