Groups
/
{{ globalGroupId }}
Cluster Dashboard
Groups Management
Manage cluster groups and view statistics
No groups found.
| Group ID | Nodes | Users | Actions |
|---|---|---|---|
| {{ grp.groupId }} | {{ grp.nodeCount }} | {{ grp.userCount }} |
Group Configuration
Configure routing, proxies, and multi-tenant users for {{ globalGroupId }}
📝 BASE CONFIG
模板:
Paste your complete Xray config JSON here (including inbounds, outbounds, routing).
The cluster management API listener will be automatically injected on save. Do NOT add it here.
Dynamic users from the Users table below will be injected into the inbound whose `tag` matches the user's `Inbound Tag`.
The cluster management API listener will be automatically injected on save. Do NOT add it here.
Dynamic users from the Users table below will be injected into the inbound whose `tag` matches the user's `Inbound Tag`.
Inbound {{idx+1}}
👥 USERS (MULTI-TENANT)
No dynamic users configured for this group.
| Status | Inbound Tag | ID / UUID | Actions | |
|---|---|---|---|---|
| {{ item.email }} | {{ item.tag }} | {{ item.uuid }} |
Cluster Nodes
{{ nodes.length }} nodes across {{ nodeGroups.length }} groups
No nodes registered yet.
{{ group.id }}
{{ group.nodes.length }} node{{ group.nodes.length !== 1 ? 's' : '' }}
{{ node.name || node.id }}
{{ node.id }}
Xray Status
{{ node.xrayStatus || 'Unknown' }}
Xray Version
{{ node.xrayVersion || '—' }}
Last Seen
{{ node.lastHeartbeat ? new Date(node.lastHeartbeat).toLocaleTimeString() : 'Never' }}
Target:
{{ node.targetXrayVersion || 'latest' }}
({{ node.updateSource }})
System Core Management
Access Keys
Master keys for accessing this admin console. Resetting a key will show its new value ONCE.
| Name | Role | Status | Last Used | Actions |
|---|---|---|---|---|
|
{{ key.name || key.id.substring(0,8) }}
{{ key.id }}
|
{{ key.role }} | {{ key.isEnabled ? 'Active' : 'Disabled' }} | {{ key.lastUsedAt ? new Date(key.lastUsedAt).toLocaleString() : 'Never' }} | |
| No keys found. | ||||
Fetch from GitHub
Upload Custom Zip
Hosted Packages
Packages hosted on this Control Plane.
| File Name | OS | Arch | Version | Actions |
|---|---|---|---|---|
| {{ pkg.fileName }} | {{ pkg.os }} | {{ pkg.arch }} | {{ pkg.version }} | |
| No packages hosted yet. | ||||
Channel Mappings
Map an alias (e.g. 'stable') to a specific version.
| Channel Alias | Target Version | Actions |
|---|---|---|
| {{ ch.name }} | {{ ch.targetVersion }} | |
| No channels configured. | ||