Menu
HomeDriversSkillsUpdatesGitHub

PhanthyMotus

Back to updates
Releasecore2026-07-03

Secure remote access — HTTPS everywhere

Dashboard now runs over HTTPS with auto-generated certificates. Access your robot securely from any browser, anywhere.

Secure remote access — HTTPS everywhere

Control Your Robot Securely From Any Browser

You can now access your robot dashboard securely from anywhere — no more SSH required.

New Features

  • **Auto HTTPS** — A self-signed SSL certificate is generated on first boot, zero configuration needed
  • **WebSocket encryption** — Browser microphone streams (wss://) and data push are fully encrypted
  • **Persistent certificates** — Certificates survive restarts, so you only trust once in your browser
  • **Token authentication** — Optional access token protection to prevent unauthorized access

How to Use

Navigate to https://<robot-ip>:15678 in your browser and accept the certificate on first visit.

Set the ACCESS_TOKEN environment variable to enable token-based authentication for an extra layer of security.