Attach a Node in three minutes
Node turns a server into a remote work endpoint under your account. After install, add it from Desktop with a short code — then the Agent can work on that machine.
Install Node
Run on the target Linux host (amd64 / arm64 — the script detects architecture):
One-line install (Linux)curl -fsSL https://get.aihper.com/node | shSign in
Use the same Aihper account as Desktop. Point --server at your API:
aihper-node login --server https://your-api.exampleKeep it online
Leave the process running (systemd in production, or foreground with):
aihper-node run --name 'my-server-1'Link from Desktop
Print the short code on the server. In Desktop → Resources → Add Aihper node, paste the code. Then open Agent on that node from the device list.
aihper-node short-code
Needs a runnable binary and network access to the API. Prefer systemd in production; Desktop can send upgrade commands to online nodes.
After the node is online, keep Desktop signed in to the same account so you can browse remote resources and open Agent sessions on that machine.
