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:
sudo apt-get install screen
sudo apt-get install unzip
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.
cd /usr/local
wget http://mcmyadmin.com/Downloads/etc.zip
unzip etc.zip
rm etc.zip
cd /root
mkdir Server
cd Server
wget http://mcmyadmin.com/Downloads/MCMA2_glibc26_2.zip
unzip MCMA2_glibc26_2.zip
rm MCMA2_glibc26_2.zip
./MCMA2_Linux_x86_64 -setpass YOURPASSWORD -configonly
In step 7, replace YOURPASSWORD
with a password you want.
screen ./MCMA2_Linux_x86_64
123.456.7.89:8080