DC Associates Group logoDC Associates Group

Home / Support / WireGuard on Ubuntu 24.04 LTS

WireGuard on Ubuntu 24.04 LTS — Support & Quick Start

WireGuard on Ubuntu 24.04 LTS — WireGuard is a fast, modern VPN protocol with state-of-the-art cryptography and a minimal attack surface. Published by DC Associates Group on the Azure Marketplace, deployed in your own Azure subscription.

At a glance

Application ports51820/udp (VPN)
Admin credential filesudo ls /etc/wireguard/ # server config + generated peer configs
VersionWireGuard 1.0.20210914
PlatformUbuntu 24.04 LTS

Quick start

  1. Deploy from the Azure Marketplace (Get It Now → Create), choosing your SSH key at the Administration step.
  2. Allow inbound SSH (22) for yourself plus the application port(s): 51820/udp (VPN) — restrict to your own IP where possible.
  3. Follow the generated server configuration to add peers, then bring the tunnel up on your devices.
  4. Print the generated admin credential (see the support page) and change it after first sign-in.

Get your admin password (one time)

SSH into the VM with the username + key you chose at deploy, then print the generated credential:

ssh <your-username>@<VM-IP>
sudo ls /etc/wireguard/  # server config + generated peer configs

Sign in as admin (unless noted), then change the password immediately. The file is root-only and can be deleted once the password is stored securely.

Still stuck?

Email support@dcassociatesgroup.com (response within 1 business day) or send a message via the contact form. Include the offer name, VM size, region, and any log output — sudo journalctl -u <service> -n 100 usually tells the story.