What's new

How to start Wireguard Server in ssh ?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

GSpock

Senior Member
Hi all,
I am looking for the ssh commands to start and stop the Wireguard Server on my AX86U (like service start_vpnserver1, service stop_vpnserver1 for OpenVPN server).
I did quite some search here and on google but could not find the answer at this time.

Thanks,
GS
 
Looking at what the webUI does, I think it's this:

Code:
nvram set wgs1_enable=1
service restart_wgs
service restart_dnsmasq
Code:
nvram set wgs1_enable=0
service restart_wgs
service restart_dnsmasq

Unless I'm missing something it looks like there's only one WireGuard server, unlike OpenVPN where there's two.
 
Looking at what the webUI does, I think it's this:

Code:
nvram set wgs1_enable=1
service restart_wgs
service restart_dnsmasq
Code:
nvram set wgs1_enable=0
service restart_wgs
service restart_dnsmasq

Unless I'm missing something it looks like there's only one WireGuard server, unlike OpenVPN where there's two.
Many thanks @ColinTaylor , it works perfectly. And you are right there is "only" 1 WireGuard Server.
Rgds,
GS
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top