Changes

From Amahi Wiki
Jump to: navigation, search
7 bytes added ,  01:36, 12 February 2011
no edit summary
Minecraft server with web-based front end for server management.
<pre>#!/bin/bash* Install dependancies{{Code|yum install mono-develyum install java}}
# Install dependancies yum install mono-develyum install java # * Get and install McMyAdmin {{Code|mkdir /var/hda/web-apps/mcmyadmin
wget -P /var/hda/web-apps/mcmyadmin http://www.phonicuk.com/Downloads/McMyAdmin-latest.zip
unzip /var/hda/web-apps/mcmyadmin/McMyadmin-Latest.zip -d /var/hda/web-apps/mcmyadmin/
chmod +x /var/hda/web-apps/mcmyadmin/start.sh}}
# * Start McMyAdmin and Minecraft server{{Code|nohup /var/hda/web-apps/mcmyadmin/start.sh &</pre>}}
The web interface runs on port 8080 by default account admin/admin. By default the web interface can only be accessed from the machine it is running on. To make it available from another machine the entry passwordmd5 in McMyAdmin.conf.default must be changed.
12,424

edits