Files
rmm-openwrt/.env.example
2026-06-04 15:26:43 +03:00

22 lines
738 B
Plaintext

# Replace both tokens before exposing the service outside a trusted lab network.
RMM_ENROLLMENT_TOKEN=replace-with-a-long-random-enrollment-token
RMM_OPERATOR_TOKEN=replace-with-a-long-random-operator-token
RMM_OPERATOR_USERNAME=admin
RMM_OPERATOR_PASSWORD=replace-with-a-long-random-password
RMM_SESSION_SECRET=replace-with-at-least-32-random-characters
# Set true when the UI is served through an HTTPS reverse proxy.
RMM_COOKIE_SECURE=false
RMM_HTTP_BIND_IP=0.0.0.0
RMM_HTTP_PORT=18080
# The router connects to this port. Ports 22000-22099 are operator endpoints.
RMM_TUNNEL_BIND_IP=0.0.0.0
RMM_TUNNEL_SSH_PORT=2222
# Optional HTTPS reverse proxy overlay.
RMM_DOMAIN=rmm.example.com
RMM_PROXY_HTTP_PORT=80
RMM_PROXY_HTTPS_PORT=443