Run the server
Docker Compose, the Linux script, or a release. Port 9118.
Self-hosted · port 9118
Self-hosted backend for Lampa. It collects links from 70+ sources and exposes them as plugins. Default port — 9118.
Details are in the quick start, not on this page.
Docker Compose, the Linux script, or a release. Port 9118.
In Lampa, set http://YOUR_IP:9118/online.js
Sources, torrents, and extras load as you enable them in config.
Hot-reload config, built-in WAF, and plugins for TV, browser, and Android. Off-by-default modules are listed below.
RUS, Paid, UKR, GEO, ENG, and anime in one /online.js plugin.
Clients connect over WebSocket /nws, no port forward.
init.conf and mods/ reload without restarting the process.
Geo block, rate limit, brute-force protection. MaxMind GeoLite2.
Samsung Tizen and LG webOS packages, Android APK with your host.
Server-side HLS/fMP4 transcoding. Enable the gst section.
Clone the repo and follow the tab. Full steps are in the docs.
git clone https://github.com/lampac-nextgen/lampac.git cd lampac mkdir -p lampac-docker/config lampac-docker/plugins cp config/example.init.conf lampac-docker/config/init.conf printf '%s' 'ваш_пароль_root' > lampac-docker/config/passwd # Раскомментируйте volumes в docker-compose.yaml docker compose up -d curl -fsS "http://localhost:9118/version?type=hash"
curl -fsSL https://raw.githubusercontent.com/lampac-nextgen/lampac/main/install.sh | sudo bash systemctl status lampac
This script runs as root. Review install.sh before piping. Full steps are in the Linux guide. Read more: Linux →
# .NET 10 ASP.NET Core Runtime, затем архив lampac-nextgen.zip dotnet Core.dll
git clone https://github.com/lampac-nextgen/lampac.git cd lampac ./build.sh cd publish && dotnet Core.dll
Guides, modules, and API live in Mintlify, not on this page.
A short name list. Full catalog: Providers overview.
Green = typical install. Gray = manifest or SkipModules. Modules overview.
9118. Health check: GET /version?type=hash.
docs.lampac.dev. This page is a product hub, not a second copy of the guides.
Starter example.init.conf SkipModules: DLNA, JacRed, Sync, TimeCode, TorrServer.
/nws, not /ws.
No. Music, WatchTogether, and AdminPanel are off in manifest.json.
Install, config, modules, and API are on docs.lampac.dev.