An open API service indexing awesome lists of open source software.

https://github.com/akotov-dev/vmess-ws

Personal Security Server for VPS (rpm/deb)
https://github.com/akotov-dev/vmess-ws

security vmess websocket xray-core

Last synced: 5 months ago
JSON representation

Personal Security Server for VPS (rpm/deb)

Awesome Lists containing this project

README

          

# vmess-ws - personal security server
+ Install the `rpm` or `deb` package on your VPS
+ Generate a personal `server.json` on your computer and connection string using `vmess-ws-gen`
+ Copy `server.json` to VPS `/etc/vmess-ws/server.json` and restart: `systemctl restart vmess-ws`
+ Copy the connection string from `vmess-ws-gen` and paste it into [XRayGUI](https://github.com/AKotov-dev/XRayGUI); Press `Start`
+ Enable the Socks5 proxy - `127.0.0.1:1080` in the browser on your computer
+ This completes the configuration of the secure connection

![](https://raw.githubusercontent.com/AKotov-dev/vmess-ws/main/ScreenShot4.png)

**Note:** The time on the client and server must be synchronized. The time zone does not matter. Tested in Mageia-8/9, Fedora-36 and Ubuntu-22.04. Don't forget to open the ports in `iptables`.

Similar project: [SS-Obfuscator](https://github.com/AKotov-dev/SS-Obfuscator), [trojan-srv](https://github.com/AKotov-dev/trojan-srv).