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.
Please ensure that your AKLWEB HOST Server has at least 1GB of RAM. 2GB of RAM is recommended.
You will need the following packages:
Screen: sudo apt-get install screen
Unzip: sudo apt-get install unzip
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.
We need to update the “etc” folder to ensure that McMyAdmin can run.
Go to the local directory: cd /usr/local
Download the new etc folder: wget http://mcmyadmin.com/Downloads/etc.zip
Unzip the etc folder that we downloaded: unzip etc.zip
Remove the ZIP file that we downloaded: rm etc.zip
Go to your root folder: cd /root
Make a directory for your server: mkdir Server
Go to the Server directory we created: cd Server
Download the McMyAdmin server files: wget http://mcmyadmin.com/Downloads/MCMA2_glibc26_2.zip
Unzip the McMyAdmin server files: unzip MCMA2_glibc26_2.zip
Remove the ZIP file that we downloaded: rm MCMA2_glibc26_2.zip
Run the McMyAdmin server file: ./MCMA2_Linux_x86_64 -setpass YOURPASSWORD -configonly
It will prompt you to download the McMyAdmin package, type “Y”.
In step 7, replace YOURPASSWORD with the password you want.
To start McMyAdmin, type: screen ./MCMA2_Linux_x86_64
Open your web browser and type your AKLWEB Host server IP address with port 8080: 123.456.7.89:8080
For the login, type “admin” as the username, and for the password, type what you set before in step 7.
Customize your server to your liking.
On the left, click Status , and then when ready, you can start your Minecraft server!
Enjoy!