XRAY MGR

GATEWAY ACCESS

{{ loginError }}

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`.
Inbound {{idx+1}}

👥 USERS (MULTI-TENANT)

No dynamic users configured for this group.

StatusEmailInbound TagID / UUIDActions
{{ 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.
NameRoleStatusLast UsedActions
{{ 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 NameOSArchVersionActions
{{ 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 AliasTarget VersionActions
{{ ch.name }} {{ ch.targetVersion }}
No channels configured.
{{ selectedNodes.length }} Selected
XRAY LOGS {{ logViewer.nodeName }} loading... {{ logViewer.lines.length }} lines
Fetching logs...
No logs available yet. Worker nodes push logs every ~10 seconds.
{{ line }}

{{ modal.isEdit ? 'Edit' : 'New' }} {{ modal.type }}

🔗 GENERATE SHARE LINK

从节点列表选择后,将自动用该节点替换配置中的 {{NODE_HOSTNAME}} 宏。 (提示:没有节点配置了 HostName)