Ubuntu – Can’t access MAAS web interface

maasserver

I'm currently using a virtual machine to run ubuntu server. I installed maas on it. I got this error everytime.

The requested URL /MAAS was not found on this server.
Apache/2.2.22 (Ubuntu) Server at 192.168.1.105 Port 80

I tried to access the web interface. I don't understand what I'm doing wrong. Can someone help me out? Thank you.

Best Answer

Looks like something went wrong when you installed the package. Please make sure that the package is installed by checking if the file /usr/share/maas/maas/urls.py is present on your system. Then you need to make sure that the apache configuration is properly installed by making sure that /etc/apache2/conf.d/maas-http.conf is a valid link.

As a last resort option, you can purge the package and reinstall it:

sudo apt-get purge maas
sudo apt-get install maas
Related Question