Files

15 lines
729 B
Bash

# RemoteDesk Agent listens with TLS WebSocket on this address.
# Opening the port in the host or cloud firewall is an explicit administrator action.
REMOTEDESK_LISTEN=0.0.0.0:39500
# TOTP is mandatory. Configure it once before starting the daemon:
# sudo remotedesk-agentd totp-setup
# The secret is stored with mode 0600 under /var/lib/remotedesk.
# Optional Edge Presence configuration. Set all four values or leave all four unset.
# Public endpoints must use HTTPS; HTTP is accepted only for loopback development.
# REMOTEDESK_EDGE_API_URL=https://edge.example.com/
# REMOTEDESK_EDGE_PRESENCE_TOKEN=replace-with-a-dedicated-32-byte-or-longer-token
# REMOTEDESK_EDGE_REGION=cn-east-1
# REMOTEDESK_EDGE_GATEWAY_ID=gateway-1