Quick start
Assuming you've already installed both binaries.
-
Start the server (dev/self-signed — see Server reference for production TLS notes):
potaru-server run --self-signed --state-dir ./state -
Set up the admin account. Visit
https://localhost:8443, click through the self-signed cert warning, and fill in the setup form. -
Create an enrollment token from the dashboard ("Enroll a new agent"), or headlessly:
potaru-server create-enrollment-token --label "my-laptop" --state-dir ./state -
Enroll the agent on the target machine:
potaru init --server <server-host>:7000 --token <the-token> --insecure potaru run -
Open a shell. Back in the dashboard, the agent shows up online within a few seconds — click it to get a live terminal.
That's it. Every session is logged in the audit log (admin-only, linked from the top nav).