Files
main/docs/en
Divarion-D e2f885d4c5 refactor: absorb includes/bootstrap/ into XC_Bootstrap
Merge the three legacy bootstrap files into XC_Bootstrap::boot(CONTEXT_ADMIN):

- admin_session.php → already covered by XC_Bootstrap::initSession()
- admin_runtime.php (status constants) → already covered by defineStatusConstants()
- admin_runtime.php (globals) → new initAdminGlobals() method
- admin_bootstrap.php (orchestrator) → eliminated, admin.php calls XC_Bootstrap directly

New private methods in XC_Bootstrap:
- initAdminGlobals(): MobileDetect, timeouts, servers, protocol, translator, admin_constants
- detectProtocol(): inlined issecure()+getProtocol() logic

Updated:
- includes/admin.php: require bootstrap.php + XC_Bootstrap::boot() instead of bridge
- Makefile: remove includes/bootstrap from LB_DIRS_TO_REMOVE
- ARCHITECTURE.md: remove bootstrap/ from tree and LB example
- docs/{en,ru}/builds/build_system.md: remove row from LB tables
- Comments in admin_functions_fc.php, functions.php

Deleted:
- includes/bootstrap/admin_bootstrap.php
- includes/bootstrap/admin_runtime.php
- includes/bootstrap/admin_session.php
2026-03-18 21:34:00 +03:00
..
2026-03-17 21:06:17 +03:00

Vateron Media Logo

📺 XC_VM IPTV Panel

A modern, open-source IPTV panel inspired by Xtream Codes.
Lightweight. Fast. Community-driven.


What Is It?

XC_VM is a modern IPTV panel built on PHP, Nginx, FFmpeg, and MariaDB.

XC_VM helps you deploy a full IPTV infrastructure:

  • Management of Live TV, Movies, and Series
  • Reseller and user management
  • Load Balancing
  • EPG and VOD system
  • Monitoring tools and API

💡 Completely free. No licenses. No server locks.


Features

  • 🚀 Modern IPTV panel architecture
  • 🔀 Built-in load balancer support
  • 🎥 Management of VOD and live streams
  • 🧩 API compatible with Xtream Codes
  • 🔐 Enhanced security fixes
  • 📦 Fast FFmpeg-based transcoding
  • 🌍 Multi-language documentation
  • 🧭 Simple and intuitive interface
  • 🛠 Modular extension system

🧰 Technologies

  • Nginx — reverse proxy & web server
  • PHP 8.1 — core backend
  • MariaDB — database
  • KeyDB — cache/session engine
  • FFmpeg 8.0 — transcoding
  • yt-dlp — media acquiring

XC_VM officially supports Ubuntu 22.04 and is tested on 24.04.


🌐 Community

XC_VM is a fully community-driven project.

If you want to contribute, read the:
Contributing Guide


🛠 Installation

Installation on Ubuntu 22.04+:

sudo apt update && sudo apt full-upgrade -y
sudo apt install -y python3-pip unzip

latest_version=$(curl -s https://api.github.com/repos/Vateron-Media/XC_VM/releases/latest | grep '"tag_name":' | cut -d '"' -f 4)
wget "https://github.com/Vateron-Media/XC_VM/releases/download/${latest_version}/XC_VM.zip"

unzip XC_VM.zip
sudo python3 install

⚠️ Disclaimer

You are fully responsible for your own use of this software.