I've already explained. I am on debian unstable. I used the apt-get install to install amule-daemon (which also installed the amuleweb). It added to my init.d (run at startup whatever) the amuled and amuleweb. But, when I would run it, amuleweb would not run. When I could eventually get it somehow running, it wouldn't let me login when i gave it the right password. Your wiki may be easy for advanced linux users to understand but i'm not advanced.
your wiki: Run amuleweb -w to generate ~/.aMule/remote.conf and edit it for these options. It previously were on ~/.aMule/amule.conf, but the lines are still on this file, so edit both if in doubt.
The file generated did not contain the same "lines". That sentence doesn't make any since. "It previously were on" throws me off.
amule.conf
[eMule]
AppVersion=aMule 2.1.1
Nick=Sporc
QueueSizePref=50
MaxUpload=0
MaxDownload=0
SlotAllocation=2
Port=4662
UDPPort=4672
UDPDisable=0
Autoconnect=1
MaxSourcesPerFile=300
MaxConnections=500
MaxConnectionsPerFiveSeconds=20
RemoveDeadServer=1
DeadServerRetry=2
ServerKeepAliveTimeout=0
Reconnect=1
Scoresystem=1
Serverlist=0
AddServersFromServer=1
AddServersFromClient=1
SafeServerConnect=0
AutoConnectStaticOnly=0
SmartIdCheck=1
ConnectToKad=1
ConnectToED2K=1
TempDir=/home/brandon/.aMule/Temp
IncomingDir=/home/brandon/.aMule/Incoming
ICH=1
AICHTrust=0
CheckDiskspace=1
MinFreeDiskSpace=1
AddNewFilesPaused=0
PreviewPrio=0
ManualHighPrio=0
FullChunkTransfers=1
StartNextFile=0
StartNextFileSameCat=0
FileBufferSizePref=16
DAPPref=1
UAPPref=1
OSDirectory=/home/brandon/.aMule/
OnlineSignature=0
OnlineSignatureUpdate=5
EnableTrayIcon=0
MinToTray=0
ConfirmExit=0
StartupMinimized=0
3DDepth=10
ToolTipDelay=1
ShowOverhead=0
ShowInfoOnCatTabs=0
ShowRatesOnTitle=0
VerticalToolbar=0
VideoPlayer=
VideoPreviewBackupped=1
StatGraphsInterval=3
statsInterval=30
DownloadCapacity=3
UploadCapacity=3
StatsAverageMinutes=5
VariousStatisticsMaxValue=100
SeeShare=2
FilterLanIPs=1
IPFilterAutoLoad=1
IPFilterURL=
FilterLevel=127
FilterMessages=0
FilterAllMessages=0
MessagesFromFriendsOnly=0
MessageFromValidSourcesOnly=1
FilterWordMessages=0
MessageFilter=
ShareHiddenFiles=0
AutoSortDownloads=0
NewVersionCheck=0
ExecOnCompletion=0
ExecOnCompletionCommand=sh -c '~/example.sh "%FILE" %HASH'
Language=
SplitterbarPosition=75
YourHostname=
DateTimeFormat=%A, %x, %X
IndicateRatings=1
AllcatType=0
ShowAllNotCats=0
DisableKnownClientList=0
DisableQueueList=0
MaxMessageSessions=50
PermissionsFiles=416
PermissionsDirs=488
Address=
[FakeCheck]
Browser=0
BrowserTab=1
CustomBrowser=
[Proxy]
ProxyEnableProxy=0
ProxyType=0
ProxyName=
ProxyPort=1080
ProxyEnablePassword=0
ProxyUser=
ProxyPassword=
[WebServer]
Enabled=1
Password=098f6bcd4621d373cade4e832627b4f6
PasswordLow=
Port=4711
UseGzip=1
UseLowRightsUser=0
PageRefreshTime=120
Template=
[ExternalConnect]
AcceptExternalConnections=1
ECUseTCPPort=1
ECAddress=
ECPort=4712
ECPassword=098f6bcd4621d373cade4e832627b4f6
ShowProgressBar=1
ShowPercent=0
UseSrcSeeds=0
UseSecIdent=1
IpFilterOn=1
[Razor_Preferences]
FastED2KLinksHandler=1
FullQueueSources=0
HighQueueRankingSources=0
HighQueueRanking=1200
AutoDropTimer=240
NoNeededSourcesHandling=2
[SkinGUIOptions]
UseSkinFile=0
SkinFile=
[Statistics]
MaxClientVersions=0
TotalDownloadedBytes=0
TotalUploadedBytes=0
remote.conf
(note: i have changed the Host= line to all sorts of addresses)
Locale=
[EC]
Host=localhost
Port=4712
Password=098F6BCD4621D373CADE4E832627B4F6
[Webserver]
Port=-1
Template=php-default
UseGzip=0
AllowGuest=0
AdminPassword=098F6BCD4621D373CADE4E832627B4F6
GuestPassword=
sporc:/# ls -la /usr/bin/amule*
-rwxr-xr-x 1 root root 1721136 2006-04-19 03:44 /usr/bin/amuled
-rwxr-xr-x 1 root root 488716 2006-04-19 03:44 /usr/bin/amuleweb
sporc:/#
sporc:/# ls -la /usr/local/bin/amule*
ls: /usr/local/bin/amule*: No such file or directory
sporc:/#
--------
The debian internal ip is: 192.168.1.45.
After running the init.d for starting the daemon process I would try to go to 192.168.1.45:4711 and recieve connection refused.
In my debian bash shell "command prompt" i'd type:
sporc:/# amuleweb -h localhost
This is amuleweb 2.1.1
Creating client...
Connection Failed. Unable to connect to the specified host
but typing this works for getting the amuleweb running:
sporc:/# amuleweb -h 192.168.1.45
This is amuleweb 2.1.1
Creating client...
Succeeded! Connection established to aMule 2.1.1
--------------------------------------
| aMule Web Server |
--------------------------------------
Use 'Help' for command list
Web Server: Started
WSThread: Thread started
aMuleweb$ WSThread: created socket listening on :4711
I'm using the password test for everything until it gets working, before when I would run this, i'd put in test and it would just refresh the page back to the login. I managed to login now running as root. I am able to get to the web interface using the ip address. Yet when I try to run it under my normal linux account the login page still refreshes and is not logging in. I check and see this:
Web Server: Started
aMuleweb$
WSThread: Thread started
WSThread: created socket listening on :4711
Processing request [original]:
No session opened - will request login
Session created - requesting login
Checking password
Password bad
Processing request [redirected]: login.html
Again I have set every password to "test".
I want to login to this from a home PC the debian computer has my webserver on it called scorpwanna.com I tryed scorpwanna.com:4712 (external connection) and it didn't work.