Installing McMyAdmin on Ubuntu 14.10

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 AKLWEB Host 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 AKLWEB Host 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!
  • Ubuntu, Minecraft, Linux Guides, Game Servers
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Setup Ragnarok Online Server on Ubuntu 14.04 x64

In this article, we are going to setup a Ragnarok Online Server on Ubuntu 14.04 x64. You can be...

Installing Ubuntu Server on Drives Larger Than 2 TB

The following tutorial requires a motherboard that is EFI compatible (most boards since 2012 are...

Enabling root user in Ubuntu

Instructions on how to enable root user in a newly installed Ubuntu server. The root user in...

Install MailCatcher On Ubuntu 14

Introduction MailCatcher is a tool that provides an easy way for developers to inspect emails...

Install PostgreSQL On Ubuntu 14

Introduction PostgreSQL is the world's most advanced open source Relational Database Management...