aMule Forum

English => Skins & GUI => Topic started by: lechon on December 05, 2008, 01:27:19 PM

Title: gui of amule
Post by: lechon on December 05, 2008, 01:27:19 PM
Hi to all!
I 'm looking for the interface that have the aMule to comunicate with it
I know that are the amuleWEB and amuleCMD  but  I need do one implementation for controll the aMule remotely.
Can somebody explain to me how get this interface or gui? or better, where can I donwload this code or functions?

thank you.
Title: Re: gui of amule
Post by: GonoszTopi on December 05, 2008, 02:18:17 PM
Can somebody explain to me how get this interface or gui?
If you're compiling aMule just add --enable-amule-gui to the configure options to get the remote gui built.

or better, where can I donwload this code or functions?
The aMule packages for your platform should contain it. Without knowing your operating system we cannot help too much, but you should check the download page (http://www.amule.org/files) and the board for user-contributed packages (http://forum.amule.org/index.php?board=75.0).
Title: Re: gui of amule
Post by: lechon on December 05, 2008, 04:42:03 PM
 
Without knowing your operating system we cannot help too much, but you should check the download page  and the board for   user-contributed packages..
 

I will use linux, exactly ubuntu.

 
If you're compiling aMule just add --enable-amule-gui to the configure options to get the remote gui built.
 
this comand  only put the gui in enable, and I need know what method I have to use for comunicate with the program.

Title: Re: gui of amule
Post by: Pitxyoki on March 07, 2009, 11:52:50 AM
What you need is to install the amule-daemon package on the server machine and run
Code: [Select]
$ amuled --ec-config
I'd recommend closing (using Ctrl+C) and restarting amuled in order for it to create all the needed files.

After that, you need to install the amule-utils-gui package on the client and just run amulegui that must be on your gnome menu, under the "Internet" section. You will need to provide the server machine's IP and the password you told amuled to use.
Title: Re: gui of amule
Post by: Stu Redman on March 07, 2009, 12:50:00 PM
What you need is to install the amule-daemon package on the server machine
If you have an X-Server on the serrver you don't need amuled - amule can be controlled remotely just as well, and doesn't have some limitations amuled has.