Homepage allmon3

Good morning,
today i installed allstarlink 3, following the official guide, and also the webserver. When i try to open the webpage, i get Apache2 Debian Default Page and i’m not able to go on.

I have also seen this topic Issues getting to landing page
but i don’n know if i have to do the same things, because there it has been written the system would be updated.

The os is debian 12 on a dell wyse.

Thanks

If you did not install the ASL3 Appliance than the packages to not “take over” control of your webserver. Allmon3 will be located at http://hostname/allmon3/ and will not auto-redirect.

May i ask you how to do the redirect?

I followed this guide Debian 12 Install - AllStarLink Manual

I need to do the automatic redirect (using for example for 80) because i would reach outside my net the page and, as i do for allmon3 on raspberry, i use a ddns creating a rule on my modem amd it works.

Thanks for your support

Please the following contents at /var/www/html/index.html:

<meta http-equiv="Refresh" content="0; url=/allmon3/" />

Sorry, do i have to put the string in that folder?

Edit the file /var/www/html/index.html and put that single line as the only contents of the file.

Hi, thanks.
I added the line it seems to work but the homepage is different from the ones i have on my raspberry PI. May we have the same?
Finally, it could be helful to add this tip on the guide to who is not so skilled like me :slight_smile:

Look at what i have just said:

The Pi Appliance is different than installing on a generic Debian OS. You can install the asl3-pi-appliance package and you’ll get everything that comes with the appliance. There’s a few things that don’t work right because it’s not technically supported on non-Pis.

Sorry if i made “stupid questions” but i am new.
Is pi appliance for raspberry, right?

I answer to myself. yes :slight_smile: .

Is it possible to have also a redirect to AllStarLink System Manager or do i need to nat to 9090?
Regards