3.6 KiB
XtreamUI OpenSource / XC_VM Server
📌 About the Project
XtreamUI OpenSource is a community-driven project based on publicly available Xtream Codes source code.
XC_VM is a powerful and scalable IPTV streaming server designed for efficient media content delivery. It supports various protocols and provides a modern, intuitive web panel.
⚠️ Warnings
🔴 The panel is currently in BETA testing.
🛑 Avoid Cyrillic characters or special symbols in filenames when uploading via the panel.
📂 Project Repositories
| Repository | Description |
|---|---|
| 🔹 XC_VM | streaming panel |
| ⚙ Xtream Build | Build scripts and tools |
💾 Installation Guide
✅ Supported OS: Ubuntu 22.04+
1️⃣ Update Your System
Make sure your system is up to date:
sudo apt update && sudo apt full-upgrade -y
2️⃣ Install Required Dependencies
Install essential packages:
sudo apt install -y python3-pip unzip
3️⃣ Get the Latest Release
Check the latest available version here: 👉 Latest Release
4️⃣ Download the Release Package
Replace v1.x.x with the actual release version:
wget https://github.com/Vateron-Media/XC_VM/releases/download/v1.x.x/XC_VM.zip
5️⃣ Unzip and Install
Extract the package and run the installer:
unzip XC_VM.zip
sudo python3 install
🛠️ Panel Management
Use systemctl to manage the Xtream Codes service:
sudo systemctl start xc_vm
| Command | Description |
|---|---|
start |
Start the panel |
stop |
Stop the panel |
restart |
Restart the panel |
reload |
Reload Nginx configuration |
status |
View current service status |
Real-time logs:
journalctl -u xc_vm -f
📚 Documentation
🤝 Contributing
We welcome community contributions! Check out our CONTRIBUTING.md and view all contributors.
📜 License
This project is licensed under the AGPL-3.0 License.
⚠ Disclaimer
📌 This project is intended for educational purposes only. 📌 Use responsibly and in compliance with your local laws. 📌 We do not take responsibility for any misuse.