Your submission was sent successfully! Close

You have successfully unsubscribed! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates about Ubuntu and upcoming events where you can meet our team.Close

Setup the AdGuard Ubuntu Appliance in a virtual machine


Installation instructions

We will walk you through the steps of setting up your AdGuard Ubuntu Appliance in a vm with Multipass and get logged in.

What you'll need

  • A PC running Ubuntu 18.04 LTS or later
  1. Install Multipass

    sudo snap install multipass
  2. Launch your Ubuntu Appliance

    Launch your appliance image. Multipass gives your appliance an instance name like happy-frog. To name it yourself add --name <name>.

    multipass launch appliance:adguard-home
  3. Find your appliance

    Find your appliance VM's IP address:

    multipass list
  4. That's it

    Your appliance is now running in a virtual machine. Start and stop it with multipass start <name> and multipass stop <name>. To access the command-line:

    multipass shell adguard-home

We will walk you through the steps of setting up your AdGuard Ubuntu Appliance in a vm with Multipass and get logged in.

What you'll need

  • A PC running Windows 10 Pro/Enterprise/Education Update 1803 or later, or any version of Windows with VirtualBox.
  1. Install Multipass

    1. Make sure the network you're connected to is marked Private, otherwise Windows will prevent Multipass from starting.

    2. Download Multipass for Windows

    3. Run the installer. You will need to allow the installer to gain Administrator privileges.

  2. Launch your Ubuntu Appliance

    Launch your appliance image. Multipass gives your appliance an instance name like happy-frog. To name it yourself add --name <name>.

    multipass launch appliance:adguard-home
  3. Find and connect to your appliance

    Hyper-V instructions

    On Hyper-V, find your virtual appliance IP address:

    multipass list
    VirtualBox instructions

    On VirtualBox, forward the appliance port to the outside world with this command in an Administrator PowerShell:

    env:USERPROFILE\Downloads\PSTools\PsExec.exe -s $env:VBOX_MSI_INSTALL_PATH\VBoxManage.exe controlvm "<instance name>" --natpf1 "adguard-home,tcp,,3000,,3000"

    For more information about this command see the Multipass documentation.

  4. That's it

    Your appliance is now running in a virtual machine. Start and stop it with multipass start <name> and multipass stop <name>. To access the command-line:

    multipass shell adguard-home

We will walk you through the steps of setting up your AdGuard Ubuntu Appliance in a vm with Multipass and get logged in.

What you'll need

  1. Install Multipass

    1. Download Multipass for macOS

    2. Activate the downloaded installer in an account with Administrator privileges.

    3. To start Multipass with VirtualBox use this Terminal app command:

      sudo multipass set local.driver=virtualbox
  2. Launch your Ubuntu Appliance

    Launch your appliance image. Multipass gives your appliance an instance name like happy-frog. To name it yourself add --name <name>.

    multipass launch appliance:adguard-home
  3. Find your appliance

    To use VirtualBox's port forwarding run:

    sudo VBoxManage controlvm "<instance name>" --natpf1 "adguard-home,tcp,,3000,,3000"

    You can find more information about what this command means in the Multipass documentation.

  4. That's it

    Your appliance is now running in a virtual machine. Start and stop it with multipass start <name> and multipass stop <name>. To access the command-line:

    multipass shell adguard-home

Start using your AdGuard Ubuntu Appliance

Now you can go ahead and set everything up. It's usually best to wait 5-10 minutes here. Some snaps will need to refresh themselves and the appliance may need to automatically reboot. When you're ready go to:

http://<IP-of-your-appliance>:3000

in another computers browser. Where you will find the initial configuration wizard.

Follow the instructions to start using your new Adguard Home Ubuntu Appliance.

On the AdGuard configuration screen, under DNS Server, it will have an error in red: listen udp 0.0.0.0:53: bind: address already in use. Change the listen interface to Eth0.

Once you've finished the AdGuard configuration, you can connect to the admin panel by just going to http://<ip address> (no longer port 3000), and can configure other devices on your network to use that ip address for the DNS server.

For more information or more documentation on what to do now, the AdGuard website is the best place to go next.