A multi-user music service for self-hosting.
There is an online demo you can visit on https://cicada.mebtte.com, you can login by username: cicada and password: cicada@mebtte.
- No privacy collection and manage data by yourself
- Single-binary deployment with embedded PWA assets and bundled
ffmpeg/ffprobe - Custom playqueue and share musicbills between users
- Multiple user and support 2FA
- Support lyricist and composer
If you use docker, see this docs.
Download the archive for your platform from GitHub Releases. Extract and start the server:
./cicada start --data /path/to/cicada_data --port 8000On Windows, use cicada.exe:
.\cicada.exe start --data C:\path\to\cicada_data --port 8000On the first startup, Cicada creates a default user and prints username/password to the log. After startup, you can visit cicada on http://localhost:8000.
If you are interested in developing cicada, see the development docs.
