Free VLESS Proxy with Render VPS

This is based on the censorship bypass guide linked in the external page. VLESS can be used to torrent safely, bypass censorship and hide ip. This setup is built on top of the VLESS protocol developed by V2Ray — a highly effective protocol for bypassing censorship.
Each instance has a 100GB limit, but you can delete and redeploy the instance to reset the limit. The code is obfuscated to avoid keyword detection enforced by Render. Since Render is a web hosting platform, governments blocking Render will block all sites hosted on it. However, if only your specific address is blocked, you can simply redeploy your instance to get a new domain name.
Any email address should work, but if you’re privacy-conscious, consider using a custom email. This also allows you to register multiple accounts. Make sure to sign up for Render using a home IP address — if they detect a datacenter IP, they may ask for a credit card.
⚠️ This method is not widely known, so please don’t share it publicly to prevent it from being patched.
Server Method
- Create a Render account. No credit card is required, but make sure to sign up using your home IP.
- Remember this repo URL: https://github.com/eli32-vlc/scrper
- Create a new Web Application/Service instance on Render.
- Choose “Public Git Repository” and paste in the repo URL.
- Leave everything unchanged except:
- Choose a location close to you.
- Change the Build Command to:
npm install
- Set the instance type to Free
- Scroll down and click “Add from .env”
- UUID Generator. Use this site to generate 10 UUIDs using any UUID version. Download the results as a txt file. Upload this txt file to pastebin, visability as public. Use the raw URL (located at the top right of the pastebin file) for the next step.
- Paste in the following environment variables:
DISCORD_WEBHOOK_URL=your Discord webhook
PORT=443
REFRESH_UUID_INTERVAL=300000
SPEED_LIMIT_MBPS=200 # (Change if desired)
UUID_LIST_URL=https://pastebin.com/raw/PASTEBIN_ID
- Click Deploy Web Service
Client Method
You can use:
Configuration:
- Address:
your-app-name.onrender.com
(no https://) - Port:
443
- UUID: A UUID from your raw list
- Network:
WS
- Transport layer encryption:
TLS
- SNI:
your-app-name.onrender.com
(no https://)
You’re good to go! Save your Render .env
settings in a text file for faster future deployment.
Disclaimer:
AI was used to correct grammar and spelling. The original logic and content were created by a human.