Everything you need to know about installing and running StreamLinkr
StreamLinkr is compiled into a standalone executable (.exe) file, making installation incredibly simple. No need to worry about Node.js versions, dependency conflicts, or complex setup procedures!
StreamLinkr requires a MySQL database to store user data, chat history, and bot memory.
Download XAMPPDownload and install XAMPP for your operating system. Start the MySQL service from the XAMPP control panel.
Use our web-based configuration tool to generate your .env file with all necessary settings.
Place your .env file next to the StreamLinkr.exe and double-click to run. That's it!
📁 StreamLinkr/
├── 📄 StreamLinkr.exe
├── 📄 .env (your configuration)
├── 📁 logs/ (auto-created)
└── 📄 README.txt
If you're still having issues, don't hesitate to reach out for support!