Article

Table of Contents
Theme:
Was this article helpful?

1  out of  1 found this helpful

Try Vultr Today with

$50 Free on Us!

Want to contribute?

You could earn up to $600 by adding new articles.

Installing McMyAdmin on Ubuntu 14.10

Last Updated: Fri, Feb 27, 2015
Game Servers Linux Guides Minecraft Ubuntu
Archived content

This article is outdated and may not work correctly for current operating systems or software.

McMyAdmin is a Minecraft server control panel used to administrate your server. Although McMyAdmin is free, there are multiple editions, some of which are paid versions.

Prerequisites

Please ensure that your VULTR server has at least 1GB of RAM. 2GB of RAM is recommended.

You will need the following packages:

  1. Screen: sudo apt-get install screen

  2. Unzip: sudo apt-get install unzip

  3. Java: sudo apt-get install openjdk-7-jre

McMyAdmin doesn't recommend running it as the root user. For tutorial purposes, we will be running it as root.

Initial Setup

We need to update the "etc" folder to ensure that McMyAdmin can run.

  1. Go to the "local" directory: cd /usr/local

  2. Download the new "etc" folder: wget http://mcmyadmin.com/Downloads/etc.zip

  3. Unzip the "etc" folder that we downloaded: unzip etc.zip

  4. Remove the ZIP file that we downloaded: rm etc.zip

McMyAdmin Setup

  1. Go to your root folder: cd /root

  2. Make a directory for your server: mkdir Server

  3. Go to the "Server" directory we created: cd Server

  4. Download the McMyAdmin server files: wget http://mcmyadmin.com/Downloads/MCMA2_glibc26_2.zip

  5. Unzip the McMyAdmin server files: unzip MCMA2_glibc26_2.zip

  6. Remove the ZIP file that we downloaded: rm MCMA2_glibc26_2.zip

  7. Run the McMyAdmin server file: ./MCMA2_Linux_x86_64 -setpass YOURPASSWORD -configonly

  8. It will prompt you to download the McMyAdmin package, type "Y".

In step 7, replace YOURPASSWORD with a password you want.

Running McMyAdmin

  1. To start McMyAdmin, type: screen ./MCMA2_Linux_x86_64

  2. Open your web browser and type your VULTR server IP address with port 8080: 123.456.7.89:8080

  3. For the login, type "admin" as the username and for the password type what you set before in step 7.

  4. Customize your server to your liking.

  5. On the left, click "Status" and then when ready you can start your minecraft server!

Enjoy!

Want to contribute?

You could earn up to $600 by adding new articles.