VMess over Websocket Inbound

{
	"type": "vmess",
	"tag": "vmess-ws-in",
	"listen": "::",
	"listen_port": 80,
	"users": [{
		"name": "bitcoinvps.cloud",
		"uuid": "3c1890e2-c768-4247-8a3b-032f6ed13a64",
		"alterId": 0
	}],
	"transport": {
		"type": "ws",
		"path": "/stream",
		"max_early_data": 0,
		"early_data_header_name": "Sec-WebSocket-Protocol"
	}
}Code language: JSON / JSON with Comments (json)

Download VMess over Websocket Inbound to your server:

curl https://raw.githubusercontent.com/bitcoinvps/singbox-vpn/main/vmess-ws/server/config.json > /etc/sing-box/config.jsonCode language: Bash (bash)

There is no need to change any settings, but if you make changes, adjust your client’s VMess Websocket outbound config.json accordingly.

Finally, you can enable singbox service.