Installation Wireguard DNS Proxy Software in Ubtuntu 22.04/24.04 or Debian 12/13

Installation instructions.

Before you begin the installation, make sure the license IP address has been added to your control panel, otherwise the download will fail with a 403 error (access denied).

apt update -y && apt upgrade -y
apt install unzip -y
mkdir wdps
cd wdps
wget https://cdn.wirednsproxy.cloud/download/wdps.zip
chmod +x wdps.zip
unzip wdps.zip
chmod +x install.sh update.sh update3.sh passreset.sh smtpreset.sh changelicense.sh
sed -i 's/\r$//' install.sh update.sh update3.sh passreset.sh smtpreset.sh changelicense.sh
./install.sh

After completing the installation, you must also perform the function of moving the security scripts to the appropriate location:

mv passreset.sh /opt/wg-dns-proxy/passreset.sh
mv changelicense.sh /opt/wg-dns-proxy/changelicense.sh
mv smtpreset.sh /opt/wg-dns-proxy/smtpreset.sh

  • installation, install, wireguard dns proxu, wdps
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Forgot your admin password in WDPS?

Forgot your admin password? No problem, log in to SSH and run as root: cd...

I changed my serial number and the Wireguard server disabled the tunnel feature? Change it in SSH.

Want to enter a new license number?Log in to SSH and run as root: cd...

Changing the 2FA sending server settings in WireGuard DNS Proxy Software

Is your 2FA sending server not working?That's not a problem either. Log in to SSH and run as...

Updating Wireguard DNS Proxy Software to the latest version.

How do I update Wireguard DNS Proxy Software to the latest version?Log in to SSH as root and...