MAAS Setup
Installationβ
sudo snap install maas
MAAS is distributed as a snap package β this installs the full stack (region controller, rack controller, UI).
Verify Servicesβ
sudo maas status
All services should show running.
Fix MAAS UI Binding (Critical)β
If the MAAS UI returns a 502 error or is inaccessible:
sudo snap set maas url=http://10.0.0.1:5240/MAAS
sudo snap restart maas
This binds the MAAS API and UI to the correct network interface.
Access the UIβ
http://10.0.0.1:5240/MAAS
Default admin user: maasadmin
Learn Moreβ
Official MAAS quickstart guide β covers the full provisioning flow in 30 minutes:
MAAS in Thirty Minutes β Canonical Docs
Initial Configuration Checklistβ
- Set DNS forwarder (e.g.
8.8.8.8) - Import Ubuntu 24.04 LTS image
- Enable DHCP on
10.0.0.0/24fabric - Disable DHCP on
192.168.1.0/24fabric - Delete IPv6 subnets
- Add SSH public key under user profile