No web access after ASL3 install

I just built a new virtual server with Debian 13 (Trixie). I then followed the instructions on the Allstarlink website on how to install ASL3. The install did not have any errors, and I can successfully run asl-menu. But when I attempt to access the cockpit or ASL login page, it fails. I then found that my base OS did not have Apache installed with within the OS image. But even after installing Apache, opening ports 80, 443 and 9090, I am still unable to login or access the cockpit. Any ideas?

Hi!

Cockpit doesn't come preinstalled on Debian so you would need to install it by sudo apt-get update && sudo apt install cockpit . This is also covered in the following topic brought up earlier. unable to access cockpit web admin interface

Hope this helps.

Regards,

Adam

@ap2x ... much thanks, I did not see in the documentation that step was required to get cockpit installed. I also attempted to install ASL3 via "sudo apt install asl3-appliance" shown in Appliance Installation. This command failed stating "unable to locate package". Any suggestion on how to report this issue?

it is apt install asl3-appliance-pc it works fine and is well documented.