remoteagent.online  the open-source control plane for secure, cost-controlled AI agents

Install remoteagent.online on Linux (and WSL2)

Install the remoteagent daemon on Linux or WSL2, log in, and start the service. Covers Debian/Ubuntu-style systems and systemd.

Updated 2026-08-22Reading time 4 min

Requirements

  • A Linux distribution with systemd (Ubuntu, Debian, Fedora) or WSL2.
  • Node.js 20+ and curl.

Install

$ curl -fsSL https://remoteagent.online/install.sh | bash

Log in

  1. Run remoteagent login.
  2. Open the printed link and approve the device.
  3. Verify with remoteagent status.

Run as a background service

The installer can register a systemd service so the agent survives reboots. If you installed manually, start it in the foreground with remoteagent start or use the daemon command.

WSL2 notes

i
WSL2 works, but filesystem access to Windows paths is slower. Keep the agent workspace inside the Linux filesystem for the best results.

Troubleshooting

If the service will not start, run remoteagent doctor and check the journal: journalctl -u remoteagent -n 50.