HOSTINPL 5.6
Billing & control panel for game and web hosting
GitHub · Documentation · Changelog · Roadmap · Contributing · Donate
HOSTINPL is a production-ready PHP panel for selling and managing game servers (SAMP, MTA, Minecraft, Counter-Strike, RAGE:MP, and more), web hosting, payments, support tickets, and remote locations — from a single admin interface.
Free product. Originally created by HOSTINPL (HOSTING-RUS).
Further development and maintenance: FLOWAXY DIGITAL STUDIO — forever free, open on GitHub.
- Features
- Screenshots
- Quick start
- Requirements
- What is not in this repository
- Documentation
- Project stewardship
- Contributing & security
- Support & donate
- License
| Area | Capabilities |
|---|---|
| Game servers | SAMP, CRMP, MTA, Minecraft / MCPE, CS 1.6 / Source / GO, RAGE:MP, Unit |
| Infrastructure | Multi-location, Docker runtime, FastDL (Nginx), Pure-FTPd, SSH |
| Panel | Billing, admin, task scheduler, file repository, live stats |
| Payments | FreeKassa, Robokassa, Unitpay, QIWI P2P, YooMoney, Enot, Anipay, LiteKassa |
| Support | Real-time tickets, online support status, VK login |
| Web hosting | Dedicated module with server health checks |
| User panel | Administration | Game servers |
|---|---|---|
![]() |
![]() |
![]() |
Gallery: .screenshots/
apt-get update -y && apt-get install wget -y
wget --inet4-only --no-check-certificate \
"https://code.flowaxy.com/hostpanel/install56_deb.sh" -O install56_deb.sh
chmod +x install56_deb.sh && bash install56_deb.sh| Menu | Action |
|---|---|
| 1 | Install web panel only |
| 2 | Install game location only |
| 3 | Panel + location on one server (not recommended) |
| 4 | Download game packs to existing location |
| 5 | Add swap file |
Panel is cloned from this repository into /var/www/
Install assets (configs, games, Docker image) are fetched from https://code.flowaxy.com/hostpanel
apt-get update -y && apt-get install wget apparmor -y && rm -f install56_deb.sh
rebootAfter reboot, run the installer command again.
git clone https://github.com/iteffa-works/hostinpl.pl.git
cp application/config.example.php application/config.php
# Import hostinpl5_6.sql, configure web server — see .docs/development.md| Component | Version |
|---|---|
| OS | Debian 11 / 12 / 13 |
| PHP | 7.4 (D11) · 8.2 (D12) · 8.4 (D13) |
| Database | MariaDB |
| Panel | Apache 2 + mod_php |
| Location | Nginx + PHP-FPM + Docker |
| PHP extensions | mysql, ssh2, mbstring; short_open_tag=On |
| RAM | ≥ 400 MB (locations need more) |
Debian 9 is unsupported. Mixed Debian versions (panel ≠ location) will not work.
Large install binaries are not stored in Git (~2.6 GB). They are hosted on the CDN:
| Asset | CDN path |
|---|---|
| Docker game image (~924 MB) | l/docker_images/debian_bullseye_hostinpl_02062024.tar |
| Game archives (SAMP, MTA, CS, etc.) | l/g/*.zip |
See install/README.md and .docs/hosting-assets.md.
| Document | Description |
|---|---|
| .docs/README.md | Documentation index |
| Installation | Setup guide |
| Hosting install assets | CDN mirror layout |
| Architecture | MVC, routing, models |
| Configuration | config.example.php, games |
| Payments | Gateway callbacks |
| Cron jobs | Scheduled tasks |
| Security | Hardening guide |
| Troubleshooting | Common issues |
| Development | Local dev & contributing |
| About | FLOWAXY & project history |
| Changelog | Release history |
| Roadmap | Planned updates |
| AGENTS.md | AI agent context |
| Original authors | Samir Shelenko, Alexander Zemlyanoy — HOSTINPL (HOSTING-RUS), 2020 |
| Current maintainer | FLOWAXY DIGITAL STUDIO |
| License | Free / open — see LICENSE |
| Repository | github.com/iteffa-works/hostinpl.pl |
| Install CDN | code.flowaxy.com/hostpanel |
FLOWAXY continues HOSTINPL as a free product for the hosting community. See ROADMAP.md.
- CONTRIBUTING.md — how to submit changes
- SECURITY.md — vulnerability reporting
- GitHub Issues — bugs and features
- Issues: github.com/iteffa-works/hostinpl.pl/issues
- Donate: flowaxy.com/donate
Copyright (c) 2020 HOSTINPL — Samir Shelenko, Alexander Zemlyanoy
Copyright (c) 2026 FLOWAXY DIGITAL STUDIO
Free software, provided as is. Full text: LICENSE.


