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 generate, configure, and start the full HostingSignal local stack in one run:
curl -fsSL https://raw.githubusercontent.com/limbanidhairya/hostingsignal/main/install.sh | bash
Local checkout variant:
bash ./install.sh --mode all --all --non-interactive --web openlitespeed --db mariadb
Core-only fallback:
bash ./install.sh --non-interactive --profile-set core --web openlitespeed --db mariadb
Detailed install runbook:
Prerequisites:
python3docker compose- Git checkout of this repository
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 | Deployment target | Use Linux deployment docs and validate service packages |
| Rocky Linux 8 / 9 | Deployment target | Use Linux deployment docs and validate service packages |
| Windows 10 / 11 | Supported through WSL2 | Use Ubuntu 24.04 in WSL and Docker Desktop integration |
Windows via WSL2
Run inside Ubuntu WSL:
sudo apt update && sudo apt install -y python3 python3-pip docker-compose-plugin
bash ./install.sh --mode all --all --non-interactive --web openlitespeed --db mariadb
If Docker is provided by Docker Desktop, enable WSL integration for the target distro first.
Linux Native
Run on supported Linux hosts:
bash ./install.sh --mode all --all --non-interactive --web openlitespeed --db mariadb
Core Runtime Ports
| Service | Port |
|---|---|
| Partner panel | 3000 |
| Dev API | 2087 |
| Core daemon | 2086 |
| Core API | 2083 |
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