wg-quick-config is a simple configuration tool designed for the Wiresock VPN Gateway. This tool greatly simplifies the processes of creating, managing, and implementing Wireguard configurations. You can learn more about the functionalities of Wiresock VPN Gateway here.
- Automated Configuration: Streamline the creation of Wireguard server and client configurations with our automated tools.
- Client Setup Simplified: Our system generates QR codes to facilitate a hassle-free client setup process on mobile devices.
Kickstart your WireGuard server endpoint setup with the following command. Remember to jot down the UDP port number displayed, as it will be useful later:
wg-quick-config -add -start
- Add New Peer & Restart WireGuard Tunnel:
wg-quick-config -add -restart
- Stop WireGuard Tunnel:
wg-quick-config -stop
- Start WireGuard Tunnel:
wg-quick-config -start
- Display QR Code for First Client:
wg-quick-config -qrcode 1
We greatly value your contributions! If you want to contribute to this project, please feel free to open issues or create pull requests.
Whether you're looking to report a bug, suggest an improvement, or propose a new feature, we're always excited to hear from you!