Skip to main content

Linux Client

Linux/systemd is the current stable client scope for FRP Auto Deploy.

What the client needs

Before enrollment, confirm:
  • sudo/root access is available for installation
  • the client can make outbound connections to the FRP server public endpoints
  • any service you want to publish already exists and is reachable from the client
  • for SSH, the SSH user already exists and sshd is running
FRP Auto Deploy does not create operating-system users, passwords, SSH keys, or application services.

Choose enrollment method

For the easiest interactive server workflow:
Then:
For an explicit SSH profile:
Replace aella with an SSH account that already exists on the target machine. Run the exact generated command on the client; do not reconstruct the bootstrap payload manually.

Manual Enrollment Code

On the server:
Run the generated client bootstrap command and enter the short-lived Enrollment Code when prompted. The installer can then guide the remote operator through service selection.

What happens during enrollment

Verify on the client

Verify on the server

The client receives a persistent CLIENT ID. Normal reboots, supported service edits, and normal stable project updates do not require a new enrollment.

Changing services later

Client-side service edits are staged:
Use discard before apply if you want to throw away pending changes.

Important lifecycle rule

Removing local client software does not automatically free the server’s public-port reservations. See Lifecycle Semantics.
Last modified on September 7, 2026