Universal Install curl -fsSL https://raw.githubusercontent.com/limbanidhairya/hostingsignal/main/install.sh | bash Install Guide
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 Logo

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:

  • sudo root 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:

  1. Open repository Settings -> Pages
  2. Ensure source is GitHub Actions
  3. Ensure the deployed site shows custom domain docs.hostingsignal.in
  4. Enable HTTPS after GitHub validates the DNS
  1. index.md
  2. release_scope_2026-03-15.md
  3. merge_checklist_2026-03-15.md
  4. handoff_2026-03-15.md