This document answers common questions about FoxCloud.
FoxCloud is a high-performance VLESS proxy server built for Cloudflare Workers. It provides secure and fast internet access through Cloudflare’s global network, with a modern web interface for configuration management.
FoxCloud offers several advantages:
Yes, FoxCloud is completely free and open-source under the MIT license. However, you may incur costs from Cloudflare depending on your usage of Cloudflare Workers.
Currently, FoxCloud supports the VLESS protocol with WebSocket transport. Future versions may add support for additional protocols.
FoxCloud runs entirely on Cloudflare Workers, so there are no server requirements. For development and deployment, you need:
FoxCloud can support multiple users through the UUID system. Each user can have their own UUID, and there’s no hard limit on the number of UUIDs you can configure.
Yes, you can configure custom domains for your FoxCloud deployment through the Cloudflare Dashboard.
There are three main deployment methods:
See the Deployment Guide for detailed instructions.
Environment variables can be configured through:
wrangler secret put
See the Environment Variables Guide for details.
For pre-built deployments, download the new worker.js and redeploy. For source builds, pull the latest changes, rebuild, and redeploy. For GitHub Actions, push to your repository to trigger automatic deployment.
FoxCloud implements several security measures:
Use version 4 UUIDs for cryptographic security. See the Environment Variables Guide for generation methods.
For maximum security, rotate UUIDs monthly or whenever a user leaves your organization.
Common connection issues:
Check the logs and verify your configuration.
Common deployment issues:
Check the deployment logs for specific error messages.
https://your-worker.your-subdomain.workers.dev/sub
See the Subscription Guide for detailed instructions.
Yes, the subscription page includes QR codes for easy mobile client setup.
Performance depends on several factors:
Cloudflare’s global network typically provides low-latency connections.
Cloudflare Workers have usage limits based on your plan. Check Cloudflare’s documentation for specific limits.
See the Contributing Guide for information on how to contribute.
npm install
npm run dev
Run tests with npm test
. See the Testing Guide for more information.
Create a GitHub issue with:
Create a GitHub issue describing:
FoxCloud is released under the MIT License. See the LICENSE file for details.
Yes, the MIT License allows use in commercial projects.
No, FoxCloud is community-supported open-source software. For commercial support, consider hiring a consultant or using commercial proxy services.