Files
VPN-Manager/README.md
T

46 lines
872 B
Markdown
Raw Normal View History

2025-12-26 03:39:05 +00:00
# VPN Tray Manager
2025-12-26 03:42:00 +00:00
Simple Windows system tray app for managing all xray-core VPN servers using just one SUB link.
2025-12-26 03:39:05 +00:00
2026-04-22 13:01:56 +00:00
<p align="center" width="100%">
2026-04-22 13:02:50 +00:00
<img width="40%" src="https://gt.hexor.cy/Hexor/VPN-Manager/raw/branch/master/images/screenshot.png">
2026-04-22 13:01:56 +00:00
</p>
2025-12-26 03:39:05 +00:00
## Features
2025-12-26 03:42:00 +00:00
- System tray icon
2025-12-26 03:39:05 +00:00
- Manage multiple servers from subscription URL
- Enable/disable servers individually
## Requirements
- Windows 10/11
- [xray-core](https://github.com/XTLS/Xray-core/releases) binary
## Usage
2025-12-26 03:42:00 +00:00
1. Run `Xray-VPN-Manager.exe`
2025-12-26 03:39:05 +00:00
2. Right-click tray icon → Settings
3. Enter subscription URL and xray binary path
4. Check servers you want to enable
5. Click Save
Running servers appear in the tray menu:
```
2025-12-26 03:42:00 +00:00
✓ USA (SOCKS:1080)
✓ France (HTTP:1081)
2025-12-26 03:39:05 +00:00
---
Settings
---
Exit
```
## Config Location
`%APPDATA%\win-test-tray\config.json`
## Build
```bash
cargo build --release
```