-
Notifications
You must be signed in to change notification settings - Fork 0
05 Customer Connect EN
loopy-iri edited this page Jun 25, 2026
·
1 revision
🇬🇧 English · 🇮🇷 فارسی
You (the customer) have your own PasarGuard panel. You add the operator's node like a normal node.
-
Node address:
NODE_IP+ gRPC port (default62050) -
Node certificate (a
-----BEGIN CERTIFICATE-----PEM block) - Customer key (API Key)
| Field | Value |
|---|---|
| Address / Host | NODE_IP |
| Port |
62050 (or what the operator told you) |
| Protocol | gRPC |
| Certificate | the node certificate (PEM) |
| API Key | the customer key (not the master/core key) |
- The node should show connected. If your panel pushes core config, the node ignores it (no error) — the core config belongs to the operator.
- Users you create in your panel (vless/vmess/...) are added on the node under your tenant and appear in your own panel.
- Per-user traffic stats are returned to your panel.
- When your quota/expiry runs out, your users are disconnected and your key is rejected. After the operator renews, you reconnect.
The node has one shared real inbound (e.g. vless-in on port 443). For your users' links to work:
- Your panel's inbound must match the node's real inbound in port, protocol, network (tcp/ws/...), SNI/host and TLS settings.
-
You don't have to guess: the operator can click "Customer connection" in their panel and give you the exact inbound definition (output of
GET /subscriptions/{id}/connectionorGET /nodes/{id}/inbounds). Recreate that same JSON in your panel. - The system automatically places your users on the node's real inbound (
force-inbounds), but the connection parameters in the generated link come from your panel — so they must match the node.
- You can't change the core config/protocol (it belongs to the operator).
- You can't stop the node.
- Quota and expiry are set by the operator; expiry is at the subscription level (not per-user).
اپراتور
- ۱) نصب پنل
- ۲) نصب نود
- ۳) افزودن نود و فروش
- تنظیم هستهی نود (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