Flussonic License Key Page
If you change hardware:
Receive the License File
Self-Service for Trials
Partner Portal Access
Important: Flussonic licenses are often IP-bound. If your server’s primary IP address changes (e.g., moving from a test VLAN to production), your key may become invalid. You must request a re-issue from support.
Edit /etc/flussonic/flussonic.conf:
license_key "YOUR-LICENSE-KEY-HERE";
Then restart Flussonic:
sudo service flussonic restart
Run this command on the Flussonic server:
curl http://localhost:8080/flussonic/api/license | json_pp
Look for:
In the Flussonic web interface, go to System → License. You’ll see: flussonic license key
You can also check via CLI:
curl http://localhost:8080/flussonic/api/license
Store your license.txt in a password manager or encrypted S3 bucket. If your server crashes, reinstalling Flussonic is easy, but without the license file, you must request a new one (which can take hours).
Designed for CCTV and security. Priced per camera channel. Keys start with WATCHER-. If you change hardware:
For Flussonic running in Docker, mount the license file as a volume:
volumes:
- ./license.txt:/etc/flussonic/license.txt:ro
Then restart the container.
