Manual installation
Install Kairos manually
To install manually, follow the quickstart. When the QR code is prompted at the screen, you will be able to log in via SSH to the box with the password kairos
as kairos
user.
Note
Note: After the installation, the password login is disabled, users, and SSH keys to log in must be configured via cloud-init.Installation
To start the installation, run the following command from the console:
sudo kairos-agent manual-install --device "auto" $CONFIG
Where the configuration can be a cloud-init
file or a URL to it:
#cloud-init
p2p:
network_token: ....
# extra configuration
The token p2p.network_token
is a base64 encoded string which
contains an edgevpn
token. For more information, check out the architecture section.
Note:
- The command is disruptive and will erase any content on the drive.
- The parameter “auto” selects the biggest drive available in the machine.
Feedback
Was this page helpful?
Awesome! Glad to hear it! Please tell us how we can improve.
Oh snap! Sorry to hear that. Please tell us how we can improve.