Admin Reference
Runtime, install, and release controls for HostingSignal administrators.
This page collects the commands and references you are most likely to need when operating the current HostingSignal release.
HostingSignal Admin Reference
This page is the admin-facing reference for installs, release status, service ports, and documentation entrypoints.
Primary Admin URLs
- GitHub Pages docs root:
https://docs.hostingsignal.in/ - Admin reference page:
https://docs.hostingsignal.in/admin_reference/ - Local partner panel:
http://localhost:3000/ - Local dev API docs:
http://localhost:2087/api/docs
Master Install Command
Use this command to run the production master installer from GitHub:
curl -fsSL https://raw.githubusercontent.com/limbanidhairya/hostingsignal/main/install.sh | sudo bash
Optional local sandbox variant:
python3 scripts/local_installer.py --mode all --all --non-interactive --web openlitespeed --db mariadb
Core-only fallback:
python3 scripts/local_installer.py --non-interactive --profile-set core --web openlitespeed --db mariadb
Detailed install runbook:
Prerequisites:
sudoroot privileges- outbound access to package repositories and GitHub
Supported OS Matrix
| Platform | Support level | Notes |
|---|---|---|
| Ubuntu 22.04 / 24.04 | Supported | Preferred native Linux path |
| Debian 12 | Supported | Native Linux path |
| AlmaLinux 8 / 9 | Supported | Native Linux path with SELinux policy tuning |
Windows via WSL2
WSL can be used for testing only. Production deployment target is native Linux.
Linux Native
Run on supported Linux hosts:
curl -fsSL https://raw.githubusercontent.com/limbanidhairya/hostingsignal/main/install.sh | sudo bash
Core Runtime Ports
| Service | Port |
|---|---|
| Panel HTTP | 2086 |
| Panel HTTPS | 2087 |
| Panel API | 3000 |
| OpenLiteSpeed admin | 8090 |
Release Snapshot
- Current tag:
v1.0.0 - Release branch:
release/2026-03-15-rc1 - Latest release docs:
release_scope_2026-03-15.md - Latest handoff:
handoff_2026-03-15.md
GitHub Pages Publishing Notes
- Workflow file:
.github/workflows/docs-pages.yml - Source folder:
docs/ - Custom domain:
docs.hostingsignal.in - Domain file:
docs/CNAME
Final GitHub-side check:
- Open repository
Settings -> Pages - Ensure source is
GitHub Actions - Ensure the deployed site shows custom domain
docs.hostingsignal.in - Enable HTTPS after GitHub validates the DNS
Recommended Admin Reading Order
index.mdrelease_scope_2026-03-15.mdmerge_checklist_2026-03-15.mdhandoff_2026-03-15.md