An easily deployable repo for WCJ by Hg Workshop
START WITH A FRESH UBUNTU SERVER
Point your desired domain/subdomain to the server that you want to install WISP on (Using an A
record, you can run hostname -I
if you don't know the IP)
Then run
curl -fsSL https://raw.githubusercontent.com/rhenryw/deployWisp/refs/heads/main/install.sh | bash -s yourdomain.tld
Replace yourdomain.tld
with your domain or subdomain.
It will install and start by itself!
It's that easy!
Your brand new shiny wisp server will be at wss://domain.tld/
or wss://your.domain.tld/
Go to Websocket Tester
Enter wss://yourdomain.tld
and hit connect, if it says
- Connection failed, see your browser's developer console for reason and error code.
- Connection closed
Open an issue
NOTE: This has only been tested on newer ubuntu and debian