Xray Configurator App
Web-based interface for converting VLESS and Shadowsocks proxy links into Xray configuration files.
About
Xray Configurator provides a clean web UI for generating properly formatted Xray configurations without needing command-line tools. Simply paste your proxy link and get a ready-to-use configuration.
Features
- š Web Interface: Clean, responsive web UI
- š Protocol Support: VLESS and Shadowsocks links
- š Dual Output: JSON and Base64 formats
- š± Mobile Friendly: Responsive design
- š Local Processing: All conversion happens in browser
- ā” Real-time: Instant conversion
Supported Protocols
VLESS
Full support including:
- TLS and REALITY security
- WebSocket, gRPC, HTTP/2 transports
- Flow control (xtls-rprx-vision)
- All standard parameters
Shadowsocks
All standard encryption methods:
- AES-128-GCM, AES-256-GCM
- ChaCha20-IETF-Poly1305
- And moreā¦
Installation
- Add the J0rsa repository to your Home Assistant
- Search for āXray Configuratorā in the App Store (formerly Add-on Store)
- Click Install and wait for the download to complete
- Start the app
Usage
Accessing the Web Interface
After starting the app:
- Via Ingress: Click āOpen Web UIā in the app panel
- Direct Access:
http://homeassistant.local:8099
Converting a Link
- Open the web interface
- Paste your VLESS or Shadowsocks URL
- Optionally adjust the HTTP proxy port
- Click āConvert Configurationā
- Copy the JSON or Base64 output
URL Format Examples
VLESS:
vless://uuid@server:port?encryption=none&security=tls&sni=example.com&type=tcp#ServerName
Shadowsocks:
ss://base64(method:password)@server:port#ServerName
Output Formats
JSON Configuration
Ready-to-use Xray configuration file:
{
"inbounds": [...],
"outbounds": [...],
"routing": {...}
}
Base64 Configuration
Encoded configuration string for use with the Xray appās xray_config_base64 option.
Generated Configuration Includes
- HTTP Proxy: Configurable port (default: 8080)
- SOCKS5 Proxy: Port 1080
- Direct Routing: Private IP ranges bypass proxy
- Blocked Traffic: Blackhole for unwanted connections
Supported VLESS Parameters
| Parameter | Description |
|---|---|
encryption |
none, auto |
security |
tls, reality, none |
type |
tcp, ws, grpc, h2 |
sni |
Server Name Indication |
alpn |
Application-Layer Protocol |
fp |
TLS fingerprint |
flow |
Flow control |
path |
WebSocket/gRPC path |
host |
HTTP host header |
pbk |
REALITY public key |
sid |
REALITY short ID |
Using with Xray App
- Generate configuration using this tool
- Copy the Base64 output
- Open Xray app configuration
- Paste into
xray_config_base64field - Start Xray app
Security
- Local Processing: No data sent to external servers
- No Storage: Configurations are not saved
- Ingress: Secure access through Home Assistant auth
Troubleshooting
Invalid URL Format
- Ensure your VLESS/SS URL is properly formatted
- Check for missing parameters
Copy Failed
- Use manual selection with Ctrl+C
- Check browser permissions
Web Interface Not Loading
- Check port 8099 availability
- Verify app is running
Support
| ā Back to Apps | View on GitHub |