COMA Docs
COMA Remote Access Setup
Configure COMA remote access with public URLs, HTTPS, Cloudflare Tunnel checks, firewall rules and uncached API routes.
Steps
- Confirm local playback works first.
- Open Admin > Networking.
- Configure a public URL or tunnel hostname.
- Disable caching for /api/* and test from outside your home network.
cloudflared tunnel list
curl -I https://your-coma-host.example
Before you continue
Confirm your licence is active, your server is claimed to the right COMA cloud account, and any reverse proxy or Cloudflare rule leaves /api/* uncached.
Related docs
Install COMA Media Server on Windows, open local admin, connect your account, add libraries and verify web playback.
Open docInstall COMA Media Server With DockerDeploy COMA Media Server with Docker Compose using the Docker ZIP package, environment settings and persistent media paths.
Open docCOMA Reverse Proxy SetupConfigure a reverse proxy for COMA Media Server with HTTPS, forwarded headers, API pass-through and static asset caching.
Open docCOMA Transcoding SetupPrepare COMA Media Server transcoding with FFmpeg checks, quality options, subtitle guidance and fallback playback modes.
Open doc