<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://test.amule.szerverem.hu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Shakraw</id>
		<title>AMule Project FAQ - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Shakraw"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/Shakraw"/>
		<updated>2026-04-05T18:23:34Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Webserver-1.2.x</id>
		<title>Webserver-1.2.x</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Webserver-1.2.x"/>
				<updated>2005-07-10T20:06:22Z</updated>
		
		<summary type="html">&lt;p&gt;Shakraw: =Connecting to amuleweb=&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Webserver with [[aMule]] 1.2.8 or earlier ===&lt;br /&gt;
&lt;br /&gt;
The following is based on the original instruction by BigBob. They guide you on how to modify [[aMule]]'s configuration files to set [[aMuleWeb]] correctly.&amp;lt;br&amp;gt;&lt;br /&gt;
There is &amp;quot;Preferences&amp;quot;-&amp;gt;&amp;quot;Remote Controls&amp;quot; now, but anyway, information is never a bad idea.&lt;br /&gt;
&lt;br /&gt;
*Shutdown [[aMule]] to avoid overwritting config files while shutting down.&lt;br /&gt;
&lt;br /&gt;
*Copy from [[aMule]]'s sources (version 1.2.4 or later) the directory ''src/webserver/'' into your ''~/.aMule/webserver/'' directory.&lt;br /&gt;
&lt;br /&gt;
*Copy from [[aMule]]'s sources (version 1.2.4 or later) the file ''src/aMule.tmpl'' into your ''~/.aMule/aMule.tmpl'' directory.&lt;br /&gt;
&lt;br /&gt;
*Open a terminal and type (you might have to install ''[http://www.delorie.com/gnu/docs/textutils/md5sum.1.html md5sum]''):&lt;br /&gt;
&lt;br /&gt;
:''echo -n &amp;quot;'''THEPASWORDYOUWANT'''&amp;quot; | md5sum | cut -d &amp;quot; &amp;quot; -f 1''&lt;br /&gt;
:This command will reply with an [[MD4 hash|MD5 hash]]. Something like: 324f85f6095f9e5fe25b6c85af44b445&lt;br /&gt;
&lt;br /&gt;
*Edit your ''~/.eMule'' file, locate the ''[ExternalConnect]'' section in it and change this fields:&lt;br /&gt;
&lt;br /&gt;
:''AcceptExternalConnections=1'' &amp;lt;- To enable [[aMule]] to listen for [[External Connections]].&lt;br /&gt;
:''ECUseTCPPort=0'' &amp;lt;- Set this to 1 to use the [http://www.faqs.org/faqs/internet/tcp-ip/resource-list TCP] port. If disabled [[External Connections]] will fail!!&lt;br /&gt;
:''ECPort=4712'' &amp;lt;- Put here the port on which you want [[aMule]] to listen for [[External Connections]].&lt;br /&gt;
:''ECPassword=39e5049d0614baf21906500e2261d500'' &amp;lt;- Put here the password for [[External Connections]]&amp;lt;nowiki&amp;gt;'&amp;lt;/nowiki&amp;gt; authentications you generated before in terminal (something like 324f85f6095f9e5fe25b6c85af44b445).&lt;br /&gt;
&lt;br /&gt;
*Edit your ''~/.eMule'' file, locate the ''[WebServer]'' section in it and change fields:&lt;br /&gt;
&lt;br /&gt;
:''Password=324f85f6095f9e5fe25b6c85af44b445'' &amp;lt;- Put here the password generated with [http://www.delorie.com/gnu/docs/textutils/md5sum.1.html md5sum] for the admin (full privileged users).&lt;br /&gt;
:''PasswordLow=1db5a746266e941b3ef7dd3586863ca7'' &amp;lt;- Put here the password generated with [http://www.delorie.com/gnu/docs/textutils/md5sum.1.html md5sum] for &amp;quot;low users&amp;quot; (low privileged users).&lt;br /&gt;
:''Port=10000'' &amp;lt;- Put the port you want [[aMuleWeb]] to listen on.&lt;br /&gt;
:''Enabled=1'' &amp;lt;- This option has been deprecated and is completly ignored now. Enabling External Connections will enable any application it connects to it, including [[aMuleWeb]].&lt;br /&gt;
:''UseGzip=1'' &amp;lt;- Enable compression on communication.&lt;br /&gt;
:''PageRefreshTime=120'' &amp;lt;- Put here the web page refresh time (in seconds).&lt;br /&gt;
:''UseLowRightsUser=0'' &amp;lt;- 0/1 (disabled/enabled) &amp;quot;low user&amp;quot; access.&lt;br /&gt;
&lt;br /&gt;
*Restart [[aMule]].&lt;br /&gt;
&lt;br /&gt;
*Once [[aMule]] is running, start the web interface ([[aMuleWeb]]).&lt;br /&gt;
&lt;br /&gt;
*Now point your web browser to http://localhost:10000 (or whatever your host and ports are) and authenticate yourself with &amp;quot;Password&amp;quot; (for full privileged user) or &amp;quot;PasswordLow&amp;quot; (for low privileged user, if enabled).&lt;br /&gt;
&lt;br /&gt;
*That's all :)&lt;br /&gt;
&lt;br /&gt;
:'''NOTE:'' In latest [[aMule]] 1.2.x releases, the option ''WebTemplateFile'' allows to override the file template to use (thanks to [[User:Stefanero|Stefanero]]. You can set this option in the ''[eMule]]'' section. Example:&lt;br /&gt;
&lt;br /&gt;
:''WebTemplateFile=eMule.tmpl''&lt;br /&gt;
&lt;br /&gt;
== Connecting to [[aMuleWeb|amuleweb]] ==&lt;br /&gt;
&lt;br /&gt;
To run [[aMuleWeb]] run ''&amp;lt;b&amp;gt;amuleweb&amp;lt;/b&amp;gt;'' on a terminal. For more information about running [[aMuleWeb]] check the [[aMuleWeb|aMuleWeb document]].&lt;br /&gt;
&lt;br /&gt;
Once [[aMuleWeb]] is running, open a web browser and connect to:&lt;br /&gt;
&lt;br /&gt;
''http://host:port''&lt;br /&gt;
&lt;br /&gt;
where ''host'' stands for your host's name (try with ''localhost'') and port stands for the [[aMuleWeb]] port ('''NOT''' the [[External Connections]] port).&lt;br /&gt;
&lt;br /&gt;
For example: ''http://localhost:4711''&lt;br /&gt;
&lt;br /&gt;
''Shakraw''&lt;/div&gt;</summary>
		<author><name>Shakraw</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Webserver-1.2.x</id>
		<title>Webserver-1.2.x</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Webserver-1.2.x"/>
				<updated>2005-07-10T20:02:17Z</updated>
		
		<summary type="html">&lt;p&gt;Shakraw: =Connecting to amuleweb=&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Webserver with [[aMule]] 1.2.8 or earlier ===&lt;br /&gt;
&lt;br /&gt;
The following is based on the original instruction by BigBob. They guide you on how to modify [[aMule]]'s configuration files to set [[aMuleWeb]] correctly.&amp;lt;br&amp;gt;&lt;br /&gt;
There is &amp;quot;Preferences&amp;quot;-&amp;gt;&amp;quot;Remote Controls&amp;quot; now, but anyway, information is never a bad idea.&lt;br /&gt;
&lt;br /&gt;
*Shutdown [[aMule]] to avoid overwritting config files while shutting down.&lt;br /&gt;
&lt;br /&gt;
*Copy from [[aMule]]'s sources (version 1.2.4 or later) the directory ''src/webserver/'' into your ''~/.aMule/webserver/'' directory.&lt;br /&gt;
&lt;br /&gt;
*Copy from [[aMule]]'s sources (version 1.2.4 or later) the file ''src/aMule.tmpl'' into your ''~/.aMule/aMule.tmpl'' directory.&lt;br /&gt;
&lt;br /&gt;
*Open a terminal and type (you might have to install ''[http://www.delorie.com/gnu/docs/textutils/md5sum.1.html md5sum]''):&lt;br /&gt;
&lt;br /&gt;
:''echo -n &amp;quot;'''THEPASWORDYOUWANT'''&amp;quot; | md5sum | cut -d &amp;quot; &amp;quot; -f 1''&lt;br /&gt;
:This command will reply with an [[MD4 hash|MD5 hash]]. Something like: 324f85f6095f9e5fe25b6c85af44b445&lt;br /&gt;
&lt;br /&gt;
*Edit your ''~/.eMule'' file, locate the ''[ExternalConnect]'' section in it and change this fields:&lt;br /&gt;
&lt;br /&gt;
:''AcceptExternalConnections=1'' &amp;lt;- To enable [[aMule]] to listen for [[External Connections]].&lt;br /&gt;
:''ECUseTCPPort=0'' &amp;lt;- Set this to 1 to use the [http://www.faqs.org/faqs/internet/tcp-ip/resource-list TCP] port. If disabled [[External Connections]] will fail!!&lt;br /&gt;
:''ECPort=4712'' &amp;lt;- Put here the port on which you want [[aMule]] to listen for [[External Connections]].&lt;br /&gt;
:''ECPassword=39e5049d0614baf21906500e2261d500'' &amp;lt;- Put here the password for [[External Connections]]&amp;lt;nowiki&amp;gt;'&amp;lt;/nowiki&amp;gt; authentications you generated before in terminal (something like 324f85f6095f9e5fe25b6c85af44b445).&lt;br /&gt;
&lt;br /&gt;
*Edit your ''~/.eMule'' file, locate the ''[WebServer]'' section in it and change fields:&lt;br /&gt;
&lt;br /&gt;
:''Password=324f85f6095f9e5fe25b6c85af44b445'' &amp;lt;- Put here the password generated with [http://www.delorie.com/gnu/docs/textutils/md5sum.1.html md5sum] for the admin (full privileged users).&lt;br /&gt;
:''PasswordLow=1db5a746266e941b3ef7dd3586863ca7'' &amp;lt;- Put here the password generated with [http://www.delorie.com/gnu/docs/textutils/md5sum.1.html md5sum] for &amp;quot;low users&amp;quot; (low privileged users).&lt;br /&gt;
:''Port=10000'' &amp;lt;- Put the port you want [[aMuleWeb]] to listen on.&lt;br /&gt;
:''Enabled=1'' &amp;lt;- This option has been deprecated and is completly ignored now. Enabling External Connections will enable any application it connects to it, including [[aMuleWeb]].&lt;br /&gt;
:''UseGzip=1'' &amp;lt;- Enable compression on communication.&lt;br /&gt;
:''PageRefreshTime=120'' &amp;lt;- Put here the web page refresh time (in seconds).&lt;br /&gt;
:''UseLowRightsUser=0'' &amp;lt;- 0/1 (disabled/enabled) &amp;quot;low user&amp;quot; access.&lt;br /&gt;
&lt;br /&gt;
*Restart [[aMule]].&lt;br /&gt;
&lt;br /&gt;
*Once [[aMule]] is running, start the web interface ([[aMuleWeb]]).&lt;br /&gt;
&lt;br /&gt;
*Now point your web browser to http://localhost:10000 (or whatever your host and ports are) and authenticate yourself with &amp;quot;Password&amp;quot; (for full privileged user) or &amp;quot;PasswordLow&amp;quot; (for low privileged user, if enabled).&lt;br /&gt;
&lt;br /&gt;
*That's all :)&lt;br /&gt;
&lt;br /&gt;
:'''NOTE:'' In latest [[aMule]] 1.2.x releases, the option ''WebTemplateFile'' allows to override the file template to use (thanks to [[User:Stefanero|Stefanero]]. You can set this option in the ''[eMule]]'' section. Example:&lt;br /&gt;
&lt;br /&gt;
:''WebTemplateFile=eMule.tmpl''&lt;br /&gt;
&lt;br /&gt;
== Connecting to [[aMuleWeb|amuleweb]] ==&lt;br /&gt;
&lt;br /&gt;
To run [[aMuleWeb]] run ''&amp;lt;b&amp;gt;amuleweb&amp;lt;/b&amp;gt;'' on a terminal. For more information about running [[aMuleWeb]] check the [[aMuleWeb|aMuleWeb document]].&lt;br /&gt;
&lt;br /&gt;
Once [[aMuleWeb]] is running, open a web browser and connect to:&lt;br /&gt;
&lt;br /&gt;
''http://host:port''&lt;br /&gt;
&lt;br /&gt;
where ''host'' stands for your host's name (try with ''localhost'') and port stands for the [[aMuleWeb]] port ('''NOT''' the [[External Connections]] port).&lt;br /&gt;
&lt;br /&gt;
For example: ''http://localhost:4711''&lt;br /&gt;
&lt;br /&gt;
[[User:Shakraw|Shakraw]]&lt;/div&gt;</summary>
		<author><name>Shakraw</name></author>	</entry>

	</feed>