Well, as I was able to learn in the forum, we need run command:
./amuleweb -w
that command make remote.conf archive, which we have to fill with our data (password/ports...)
with that file, we can start amuleweb without problems at startup.
One thing more, if your amuleweb crash and you don't want to restart amuleweb, you could use next command:
screen -dmS amuleweb /<path to amuleweb>/amuleweb -qThat command start a screen session which be let us logout linux without closing amuleweb (background don't work)
We could reconnect to amuleweb session with:
screen -r amuleweband leave one time more with keys:
ctrl + aMaybe would be interesting a option for check if amuleweb is crashed and restart it (automatically) if necesary
Funny with amuled!!
