<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Afterspencer</id>
	<title>Amahi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Afterspencer"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/Afterspencer"/>
	<updated>2026-04-12T17:38:28Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=McMyAdmin&amp;diff=51776</id>
		<title>McMyAdmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=McMyAdmin&amp;diff=51776"/>
		<updated>2012-01-13T04:40:58Z</updated>

		<summary type="html">&lt;p&gt;Afterspencer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Minecraft server with web-based front end for server management.&lt;br /&gt;
&lt;br /&gt;
* Install dependancies&lt;br /&gt;
{{Code|yum install mono-devel&lt;br /&gt;
yum install java-1.6.0-openjdk java-1.6.0-openjdk-plugin-1}}&lt;br /&gt;
* Get and install McMyAdmin&lt;br /&gt;
{{Code|mkdir /var/hda/web-apps/mcmyadmin&lt;br /&gt;
wget -P /var/hda/web-apps/mcmyadmin http://www.phonicuk.com/Downloads/McMyAdmin-latest.zip&lt;br /&gt;
unzip /var/hda/web-apps/mcmyadmin/McMyAdmin-latest.zip -d /var/hda/web-apps/mcmyadmin/&lt;br /&gt;
chmod +x /var/hda/web-apps/mcmyadmin/start.sh}}&lt;br /&gt;
* Start McMyAdmin and Minecraft server&lt;br /&gt;
{{Code| /var/hda/web-apps/mcmyadmin/start.sh}}&lt;br /&gt;
and wait for it to download the latest Minecraft server.  Once done stop it with '''&amp;lt;Ctrl-C&amp;gt;''' and run the following.&lt;br /&gt;
{{Code|nohup /var/hda/web-apps/mcmyadmin/start.sh &amp;amp;}}&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
The Minecraft server runs on port 25565 by default. After users have properly forwarded ports to the Amahi server Minecraft players will be able to use the HDA URL to connect to the server.&lt;br /&gt;
&lt;br /&gt;
Cronjob will need to be set for autostart on boot. Amahi may also be able to monitor this server to make sure it is running, similar to other services.&lt;br /&gt;
&lt;br /&gt;
[[Category:Apps]]&lt;/div&gt;</summary>
		<author><name>Afterspencer</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Reset_Amahi_Password&amp;diff=48980</id>
		<title>Reset Amahi Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Reset_Amahi_Password&amp;diff=48980"/>
		<updated>2011-11-24T15:18:05Z</updated>

		<summary type="html">&lt;p&gt;Afterspencer: Additional information, including sudo problem&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Be sure you know the root password before you use this method!''' See notes for more information.&lt;br /&gt;
&lt;br /&gt;
In the event that you can't get into the web with your username and password but can still get into terminal on Fedora (either by SSH or from the GUI) you can still reset your password.&lt;br /&gt;
&lt;br /&gt;
Run the following command:&lt;br /&gt;
&lt;br /&gt;
{{Code|/var/hda/platform/html/script/reset-user-password -u &amp;lt;username&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
This will allow you to login to the web with any password and will be forced to change your password.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
&lt;br /&gt;
This will only work if you only have one admin in Amahi.&lt;br /&gt;
I do not know if it changes the Fedora/samba passwords for the user, but assume it does.&lt;br /&gt;
This will be a problem if you reset your password manually using passwd.&lt;br /&gt;
I need to do some additional testing to confirm but it seems as though using this method will take the user out of the wheel group and thus not be able to sudo. Make sure you know the root password before using this method!&lt;/div&gt;</summary>
		<author><name>Afterspencer</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Reset_Amahi_Password&amp;diff=48530</id>
		<title>Reset Amahi Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Reset_Amahi_Password&amp;diff=48530"/>
		<updated>2011-11-18T21:50:46Z</updated>

		<summary type="html">&lt;p&gt;Afterspencer: moved Reset amahi password to Reset Amahi Password: title change&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In the event that you can't get into the web with your username and password but can still get into terminal on Fedora (either by SSH or from the GUI) you can still reset your password.&lt;br /&gt;
&lt;br /&gt;
Run the following command:&lt;br /&gt;
&lt;br /&gt;
{{Code|/var/hda/platform/html/script/reset-user-password -u &amp;lt;username&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
This will allow you to login to the web with any password and will be forced to change your password.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
&lt;br /&gt;
This will only work if you only have one admin in Amahi.&lt;br /&gt;
I do not know if it changes the Fedora/samba passwords for the user, but assume it does.&lt;br /&gt;
This will be a problem if you reset your password manually using passwd.&lt;/div&gt;</summary>
		<author><name>Afterspencer</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Reset_amahi_password&amp;diff=48536</id>
		<title>Reset amahi password</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Reset_amahi_password&amp;diff=48536"/>
		<updated>2011-11-18T21:50:46Z</updated>

		<summary type="html">&lt;p&gt;Afterspencer: moved Reset amahi password to Reset Amahi Password: title change&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Reset Amahi Password]]&lt;/div&gt;</summary>
		<author><name>Afterspencer</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Reset_Amahi_Password&amp;diff=48524</id>
		<title>Reset Amahi Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Reset_Amahi_Password&amp;diff=48524"/>
		<updated>2011-11-18T21:50:21Z</updated>

		<summary type="html">&lt;p&gt;Afterspencer: Created page with &amp;quot;In the event that you can't get into the web with your username and password but can still get into terminal on Fedora (either by SSH or from the GUI) you can still reset your pa...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In the event that you can't get into the web with your username and password but can still get into terminal on Fedora (either by SSH or from the GUI) you can still reset your password.&lt;br /&gt;
&lt;br /&gt;
Run the following command:&lt;br /&gt;
&lt;br /&gt;
{{Code|/var/hda/platform/html/script/reset-user-password -u &amp;lt;username&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
This will allow you to login to the web with any password and will be forced to change your password.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
&lt;br /&gt;
This will only work if you only have one admin in Amahi.&lt;br /&gt;
I do not know if it changes the Fedora/samba passwords for the user, but assume it does.&lt;br /&gt;
This will be a problem if you reset your password manually using passwd.&lt;/div&gt;</summary>
		<author><name>Afterspencer</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=McMyAdmin&amp;diff=33151</id>
		<title>McMyAdmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=McMyAdmin&amp;diff=33151"/>
		<updated>2011-02-11T05:41:31Z</updated>

		<summary type="html">&lt;p&gt;Afterspencer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Minecraft server with web-based front end for server management.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
# Install dependancies&lt;br /&gt;
&lt;br /&gt;
yum install mono-devel&lt;br /&gt;
yum install java&lt;br /&gt;
&lt;br /&gt;
# Get and install McMyAdmin&lt;br /&gt;
&lt;br /&gt;
mkdir /var/hda/web-apps/mcmyadmin&lt;br /&gt;
wget -P /var/hda/web-apps/mcmyadmin http://www.phonicuk.com/Downloads/McMyAdmin-latest.zip&lt;br /&gt;
unzip /var/hda/web-apps/mcmyadmin/McMyadmin-Latest.zip -d /var/hda/web-apps/mcmyadmin/&lt;br /&gt;
chmod +x /var/hda/web-apps/mcmyadmin/start.sh&lt;br /&gt;
&lt;br /&gt;
# Start McMyAdmin and Minecraft server&lt;br /&gt;
nohup /var/hda/web-apps/mcmyadmin/start.sh &amp;amp;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
The Minecraft server runs on port 25565 by default. After users have properly forwarded ports to the Amahi server Minecraft players will be able to use the HDA URL to connect to the server.&lt;br /&gt;
&lt;br /&gt;
Cronjob will need to be set for autostart on boot. Amahi may also be able to monitor this server to make sure it is running, similar to other services.&lt;/div&gt;</summary>
		<author><name>Afterspencer</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=McMyAdmin&amp;diff=33127</id>
		<title>McMyAdmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=McMyAdmin&amp;diff=33127"/>
		<updated>2011-02-10T23:46:58Z</updated>

		<summary type="html">&lt;p&gt;Afterspencer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;McMyAdmin&lt;br /&gt;
&lt;br /&gt;
Minecraft server with web-based front end for server management.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
# Install dependancies&lt;br /&gt;
&lt;br /&gt;
yum install mono-devel&lt;br /&gt;
yum install java&lt;br /&gt;
&lt;br /&gt;
# Get and install McMyAdmin&lt;br /&gt;
&lt;br /&gt;
mkdir /var/hda/web-apps/mcmyadmin&lt;br /&gt;
wget -P /var/hda/web-apps/mcmyadmin http://www.phonicuk.com/Downloads/McMyAdmin-latest.zip&lt;br /&gt;
unzip /var/hda/web-apps/mcmyadmin/McMyadmin-Latest.zip -d /var/hda/web-apps/mcmyadmin/&lt;br /&gt;
chmod +x /var/hda/web-apps/mcmyadmin/start.sh&lt;br /&gt;
&lt;br /&gt;
# Start McMyAdmin and Minecraft server&lt;br /&gt;
/var/hda/web-apps/mcmyadmin/start.sh&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The web interface runs on port 8080 by default account admin/admin. And 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.&lt;br /&gt;
&lt;br /&gt;
The Minecraft server runs on port 25565 by default. After users have properly forwarded ports to the Amahi server Minecraft players will be able to use the HDA URL to connect to the server.&lt;/div&gt;</summary>
		<author><name>Afterspencer</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=McMyAdmin&amp;diff=33121</id>
		<title>McMyAdmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=McMyAdmin&amp;diff=33121"/>
		<updated>2011-02-10T23:21:55Z</updated>

		<summary type="html">&lt;p&gt;Afterspencer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;McMyAdmin&lt;br /&gt;
&lt;br /&gt;
Minecraft server with web-based front end for server management.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
# Install dependancies&lt;br /&gt;
&lt;br /&gt;
yum install mono-devel&lt;br /&gt;
yum install java&lt;br /&gt;
&lt;br /&gt;
# Get and install McMyAdmin&lt;br /&gt;
&lt;br /&gt;
mkdir /var/hda/web-apps/mcmyadmin&lt;br /&gt;
wget -P /var/hda/web-apps/mcmyadmin http://www.phonicuk.com/Downloads/McMyAdmin-latest.zip&lt;br /&gt;
unzip /var/hda/web-apps/mcmyadmin/McMyadmin-Latest.zip -d /var/hda/web-apps/mcmyadmin/&lt;br /&gt;
chmod +x /var/hda/web-apps/mcmyadmin/start.sh&lt;br /&gt;
&lt;br /&gt;
# Start McMyAdmin and Minecraft server&lt;br /&gt;
/var/hda/web-apps/mcmyadmin/start.sh&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Afterspencer</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=McMyAdmin&amp;diff=33115</id>
		<title>McMyAdmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=McMyAdmin&amp;diff=33115"/>
		<updated>2011-02-10T23:21:06Z</updated>

		<summary type="html">&lt;p&gt;Afterspencer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;McMyAdmin&lt;br /&gt;
&lt;br /&gt;
Minecraft server with web-based front end for server management.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
# Install dependancies&lt;br /&gt;
&lt;br /&gt;
yum install mono-devel&lt;br /&gt;
yum install java&lt;br /&gt;
&lt;br /&gt;
# Get and install McMyAdmin&lt;br /&gt;
&lt;br /&gt;
mkdir /var/hda/web-apps/mcmyadmin&lt;br /&gt;
&lt;br /&gt;
wget -P /var/hda/web-apps/mcmyadmin http://www.phonicuk.com/Downloads/McMyAdmin-latest.zip&lt;br /&gt;
&lt;br /&gt;
unzip /var/hda/web-apps/mcmyadmin/McMyadmin-Latest.zip -d /var/hda/web-apps/mcmyadmin/&lt;br /&gt;
&lt;br /&gt;
chmod +x /var/hda/web-apps/mcmyadmin/start.sh&lt;br /&gt;
&lt;br /&gt;
# Start McMyAdmin and Minecraft server&lt;br /&gt;
/var/hda/web-apps/mcmyadmin/start.sh&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Afterspencer</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=McMyAdmin&amp;diff=33109</id>
		<title>McMyAdmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=McMyAdmin&amp;diff=33109"/>
		<updated>2011-02-10T23:20:27Z</updated>

		<summary type="html">&lt;p&gt;Afterspencer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;McMyAdmin&lt;br /&gt;
&lt;br /&gt;
Minecraft server with web-based front end for server management.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
# Install dependancies&lt;br /&gt;
&lt;br /&gt;
yum install mono-devel&lt;br /&gt;
yum install java&lt;br /&gt;
&lt;br /&gt;
# Get and install McMyAdmin&lt;br /&gt;
&lt;br /&gt;
mkdir /var/hda/web-apps/mcmyadmin&lt;br /&gt;
wget -P /var/hda/web-apps/mcmyadmin http://www.phonicuk.com/Downloads/McMyAdmin-latest.zip&lt;br /&gt;
unzip /var/hda/web-apps/mcmyadmin/McMyadmin-Latest.zip -d /var/hda/web-apps/mcmyadmin/&lt;br /&gt;
chmod +x /var/hda/web-apps/mcmyadmin/start.sh&lt;br /&gt;
&lt;br /&gt;
# Start McMyAdmin and Minecraft server&lt;br /&gt;
/var/hda/web-apps/mcmyadmin/start.sh&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Afterspencer</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=McMyAdmin&amp;diff=33103</id>
		<title>McMyAdmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=McMyAdmin&amp;diff=33103"/>
		<updated>2011-02-10T23:15:57Z</updated>

		<summary type="html">&lt;p&gt;Afterspencer: Minecraft server with web-based front end for server management.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;McMyAdmin&lt;br /&gt;
&lt;br /&gt;
Minecraft server with web-based front end for server management.&lt;br /&gt;
&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
# Install dependancies&lt;br /&gt;
&lt;br /&gt;
yum install mono-devel&lt;br /&gt;
yum install java&lt;br /&gt;
&lt;br /&gt;
# Get and install McMyAdmin&lt;br /&gt;
&lt;br /&gt;
mkdir /var/hda/web-apps/mcmyadmin&lt;br /&gt;
wget -P /var/hda/web-apps/mcmyadmin http://www.phonicuk.com/Downloads/McMyAdmin-latest.zip&lt;br /&gt;
unzip /var/hda/web-apps/mcmyadmin/McMyadmin-Latest.zip -d /var/hda/web-apps/mcmyadmin/&lt;br /&gt;
chmod +x /var/hda/web-apps/mcmyadmin/start.sh&lt;br /&gt;
&lt;br /&gt;
# Start McMyAdmin and Minecraft server&lt;br /&gt;
/var/hda/web-apps/mcmyadmin/start.sh&lt;/div&gt;</summary>
		<author><name>Afterspencer</name></author>
		
	</entry>
</feed>