New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
is your network under GFW or smth?
It's a simple question. I suggest asking GPT.
im not stupid i tried that way too. and it is not simple
no my home network doesnt have any restriction/dpi
You should paste some runtime logs or related screenshots. For VPS using NAT, as long as you have deployed the service to the correct port, running Xray should be very simple.
I recommend checking the example configuration at https://github.com/XTLS/REALITY , you can run some commands to generate the keys, uuids etc. There are several one liner installer scripts linked at https://github.com/XTLS/Xray-core?tab=readme-ov-file#installation
You’re trying to make the traffic look like it’s going to a legit host such as github.com:443, but on a NAT VPS you don't control external port 443. The connection instead goes through a high forwarded port (e.g., ip-address:30001), which exposes that it isn’t real HTTPS. Using a different domain also gives you away.
This.. Even if he gets it working, its gonna be useless.
Does your NAT vps have access to HAProxy (running on the host node)? You could use that to forward port 80&443 traffic from the domain to your vps.
VLESS/Trojan+ws/xhttp+Cloudflare, listen on port 443 with the VPS's IPv6 address.This is way to go on IPv6 only or NAT with IPv6.
why are you trying to use an obfuscated proxy on a clean network
Then just set up Shadowsocks/plain Socks5 proxy or a VPN like WireGuard.
Sorry, that's only if you're trying to host a website on a NAT vps.
As for xray/vless, I also tried to set that up awhile back, maybe last year, but found it too complex. I'm not under any restrictions, so I just continue to use wireguard. I just thought it would be nice to do, because I could. Plus, you know, the time to build the ark is before the flood.