RMU build Gen-1.5: III. Maas - B. Install Maas Software via APT
From Internet Computer Wiki
This page is part of the Gen-1.5 RMU build runbook.
Go back to the previous section: A. Create Proxmox CT
B. Install Maas Software via APT
- Open the console, Select
RMU>120 (maas)>Consoleapt update && apt upgrade -y reboot
- Start with updating the server software (accept the defaults to any prompts):
useradd -u1000 -U -m -c "Admin" -s /bin/bash <admin> - Add a Generic admin account. Please change
<admin>to your admin username NOTE: This account will be used to log into the web GUI for MaaSapt install software-properties-common curl -y - Install the software tools (so that apt-add-repository works):
- Install MaaS 3.3:
- Run these commands one at a time:
apt-add-repository ppa:maas/3.3
- (hit enter to continue)
apt updateapt remove systemd-timesyncd -yapt install maas-region-controller -yapt install maas-rack-controller -ymaas createadmin --username=<admin> --email=<email address>
- (Make sure you change
<admin>and<email address>to create a non-trivial password and store it in your password manager. Optionally import an ssh public key.)
- Run these commands one at a time:
Go to the index of the Gen-1.5 RMU build runbook.