wantastic's WireGuard-inspired VPN protocol client daemon
Run the following command in your terminal to automatically download, install, and configure wantasticd for your architecture:
curl -sSL https://get.wantastic.app | sudo shOpen PowerShell as Administrator and run the following command:
irm https://get.wantastic.app/win | iexTo connect to a wantastic server, use the connect command.
wantasticd connect -config /etc/wireguard/wg0.conf
To check the status of the wantastic connection, use the status command.
wantasticd status
wantasticd login -token ${TOKEN}
To login with console.wantastic.app, use the login command without any flags.
wantasticd login
To install the service, use the install command.
wantasticd install -config /etc/wantastic/wg0.conf
To uninstall the service, use the uninstall command.
wantasticd uninstall
To start the service, use the start command.
wantasticd start
To stop the service, use the stop command.
wantasticd stop
To restart the service, use the restart command.
wantasticd restart
To check the status of the service, use the status command.
wantasticd status
# P2P Test
```bash
./e2e/run_p2p_test.sh
Check out our P2P Performance Benchmarks to see the multi-gigabit throughput capabilities of the new Wantastic Userspace Hybrid Netstack!