Xray Checker: A Prometheus exporter for monitoring Xray proxies https://xray-checker.kutovoy.dev
  • JavaScript 90.7%
  • Go 6.5%
  • HTML 2.7%
Find a file
Sergey Kutovoy 1f68c9099f
fix: update key binding in proxy template for stability
- Changed the key binding in the proxy template from `proxy.name` to `proxy.stableId` to ensure consistent identification of proxies during rendering.
2026-03-16 01:03:43 +05:00
.github Update funding link in FUNDING.yml to new Telegram tribute URL 2026-01-07 15:37:42 +05:00
checker bug: fix metrics not being cleared when proxy locations are removed 2026-01-24 02:33:55 +05:00
config Add web interface customization system 2026-01-11 21:09:44 +05:00
docs Сделал пояснения к pushgatway 2026-02-16 22:56:56 +05:00
logger Update dependencies and refactor logging 2026-01-04 02:06:05 +05:00
metrics Add public STATUSPAGE mode and subscription name support 2026-01-07 05:32:06 +05:00
models Refactor ProxyConfig struct for improved readability 2026-01-09 03:12:14 +05:00
subscription feat: implement batch and line-by-line parsing for proxy configurations 2026-03-16 00:02:51 +05:00
web fix: update key binding in proxy template for stability 2026-03-16 01:03:43 +05:00
xray Fix xhttp transport parsing to preserve extra parameters 2026-01-07 01:51:29 +05:00
.gitignore Fix xhttp transport parsing to preserve extra parameters 2026-01-07 01:51:29 +05:00
.goreleaser.yaml fix: env vars 2025-01-06 08:32:00 +03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2025-01-13 23:56:53 +05:00
CONTRIBUTING.md Update documentation for Xray Checker 2025-01-22 03:38:57 +05:00
Dockerfile Update dependencies and refactor logging 2026-01-04 02:06:05 +05:00
go.mod Update dependencies and refactor logging 2026-01-04 02:06:05 +05:00
go.sum Update dependencies and refactor logging 2026-01-04 02:06:05 +05:00
LICENSE big refactor, prometheus metrics, parse subscription link 2025-01-05 23:45:34 +05:00
main.go Add web interface customization system 2026-01-11 21:09:44 +05:00
README.md Fix live demo tip section 2026-01-12 15:41:37 +05:00
README_RU.md Enhance documentation and add live demo links 2026-01-12 15:39:13 +05:00
SECURITY.md Update documentation for Xray Checker 2025-01-22 03:38:57 +05:00

Xray Checker

GitHub Release GitHub Actions Workflow Status GitHub Downloads (all assets, all releases) Docker Pulls GitHub License ru en

Documentation DockerHub Live Demo Telegram Chat

Xray Checker is a tool for monitoring proxy server availability with support for VLESS, VMess, Trojan, and Shadowsocks protocols. It automatically tests connections through Xray Core and provides metrics for Prometheus, as well as API endpoints for integration with monitoring systems.

Dashboard Screenshot

Tip

Try the Live Demo: See Xray Checker in action at demo-xray-checker.kutovoy.dev

🚀 Key Features

  • 🔍 Monitoring of Xray proxy servers (VLESS, VMess, Trojan, Shadowsocks)
  • 🔄 Automatic configuration updates from subscription (multiple subscriptions supported)
  • 📊 Prometheus metrics export with Pushgateway support
  • 🌐 REST API with OpenAPI/Swagger documentation
  • 🌓 Web interface with dark/light theme
  • 🎨 Full web customization (custom logo, styles, or entire template)
  • 📄 Public status page for VPN services (no authentication required)
  • 📥 Endpoints for monitoring system integration (Uptime Kuma, etc.)
  • 🔒 Basic Auth protection for metrics and web interface
  • 🐳 Docker and Docker Compose support
  • 🌍 Automatic geo files management (geoip.dat, geosite.dat)
  • 📝 Flexible configuration loading:
    • URL subscriptions (base64, JSON)
    • Share links (vless://, vmess://, trojan://, ss://)
    • JSON configuration files
    • Folders with configurations

Full list of features available in the documentation.

🚀 Quick Start

Docker

docker run -d \
  -e SUBSCRIPTION_URL=https://your-subscription-url/sub \
  -p 2112:2112 \
  kutovoys/xray-checker

Docker Compose

services:
  xray-checker:
    image: kutovoys/xray-checker
    environment:
      - SUBSCRIPTION_URL=https://your-subscription-url/sub
    ports:
      - "2112:2112"

Detailed installation and configuration documentation is available at xray-checker.kutovoy.dev

📈 Project Statistics

Star History Chart

🤝 Contributing

We welcome any contributions to Xray Checker! If you want to help:

  1. Fork the repository
  2. Create a branch for your changes
  3. Make and test your changes
  4. Create a Pull Request

For more details on how to contribute, read the contributor's guide.

Thanks to the all contributors who have helped improve Xray Checker:

Made with contrib.rocks

VPN Recommendation

For secure and reliable internet access, we recommend BlancVPN. Use promo code KLUGSCL for 15% off your subscription.