-
Notifications
You must be signed in to change notification settings - Fork 0
02 Install Panel EN
loopy-iri edited this page Jun 25, 2026
·
1 revision
🇬🇧 English · 🇮🇷 فارسی
Install the panel on a Linux server (with systemd). A prebuilt binary is downloaded; no Docker, no on-server build.
sudo bash -c "$(curl -sL https://raw.githubusercontent.com/loopy-iri/NodePanel/main/scripts/pg-panel.sh)" @ installAt the end it prints — save these:
Panel UI: http://SERVER_IP:8080/
API docs: http://SERVER_IP:8080/docs
API token (Bearer) for the sales bot:
<TOKEN>
| Option | Default | Description |
|---|---|---|
--port PORT |
8080 |
Panel HTTP port |
--token TOKEN |
random | Bearer token for the API/bot |
--version vX.Y.Z |
latest | Install a specific release |
--name NAME |
pg-panel |
Instance name (paths/service/CLI) — to install alongside another service |
The panel comes up over plain HTTP with no TLS. Put it behind a TLS reverse proxy (e.g. Caddy or Nginx) before exposing it publicly, and keep the token secret. The token grants full admin access.
sudo pg-panel status # service status
sudo pg-panel logs # live logs
sudo pg-panel restart
sudo pg-panel info # show URL/docs/token
sudo pg-panel set-token # rotate token (random) — or: set-token <TOKEN>
sudo pg-panel update # update to the latest releaseOpen http://SERVER_IP:8080/ then Install a node.
اپراتور
- ۱) نصب پنل
- ۲) نصب نود
- ۳) افزودن نود و فروش
- تنظیم هستهی نود (Xray)
- استفادهی شخصی + فروش
- آپدیت و نگهداری
- عیبیابی
مشتری
توسعهدهنده
Operator
- 1) Install the panel
- 2) Install a node
- 3) Add a node & sell
- Configure the node core (Xray)
- Personal use + selling
- Update & maintenance
- Troubleshooting
Customer
Developer