FoxCloud Subscription Guide
FoxCloud provides an easy-to-use subscription system for configuring VLESS clients.
Accessing Your Subscription
After deploying FoxCloud, you can access your subscription configuration at:
https://your-worker.your-subdomain.workers.dev/sub
Subscription Page Features
The subscription page provides:
- VLESS Configuration URL: A ready-to-use VLESS URL for importing into clients
- Copy Button: One-click copy to clipboard functionality
- Responsive Design: Works on both desktop and mobile devices
- Dark/Light Mode: Automatic theme detection with manual toggle
Multiple UUID Support
FoxCloud supports multiple UUIDs for different users or devices:
- Configure multiple UUIDs in your environment variables separated by commas:
UUID = "uuid1,uuid2,uuid3"
- Each UUID will generate its own subscription configuration
- Access individual configurations at:
https://your-worker.your-subdomain.workers.dev/uuid1
https://your-worker.your-subdomain.workers.dev/uuid2
https://your-worker.your-subdomain.workers.dev/uuid3
Troubleshooting
Configuration Not Working
- Verify your UUID is correctly set in environment variables
- Check that your PROXY_IP is correctly configured
- Ensure your domain has a valid SSL certificate
- Confirm your Cloudflare Worker is properly deployed
Connection Issues
- Check that your proxy server is running and accessible
- Verify firewall settings on your proxy server
- Ensure your proxy server supports WebSocket connections
- Test with different proxy IPs if multiple are configured
Security Recommendations
- Generate secure UUIDs for each user
- Regularly rotate UUIDs for enhanced security
- Use strong, unique UUIDs (version 4 recommended)
- Limit the number of UUIDs to only what’s needed