VX-core Panel
Manage vx-core server configuration from the client
The server panel in VX is the recommended way to deploy and configure vx-core on a Linux VPS — no SSH terminal or manual JSON editing required.
Deploy
Connect via SSH and VX can:
- Run the official install script
- Enable the
vxsystemd service - Apply optional optimizations (BBR, firewall rules)
Deploy supports vx-core as well as Xray and Hysteria configs when migrating or running side-by-side.
Config Editing
View and edit the server config at /usr/local/etc/vx/config.json directly from the app. Changes are pushed over SSH and the service is restarted automatically.
You can work with:
- Inbound definitions (ports, protocols, TLS settings)
- Router rules
- Outbound handlers
Service Control
Install: Download and install vx-coreUpdate: Upgrade to the latest versionStart / Stop / Restart: Control the systemd serviceUninstall: Remove vx-core from the server
Inbound Wizard
Add new inbounds through a guided flow — pick protocol, port, and security options. VX generates the correct ProtoJSON config and applies it to the server.
Related
- VPS Monitor — runtime status
- Configuration — config file reference