System Requirements
Ubuntu 18.04
1 vCPU (Minimum)
1 GB vRAM (Minimum)
16 GB of Hard Drive space
External Network Connectivity
Installing Veeam PN on Ubuntu
To install Veeam PN on an Ubuntu machine, do the following. Note that you must have superuser rights.
Download and add the Veeam Software Repository Key to your system:
sudo curl -k http://repository.veeam.com/keys/veeam.gpg | apt-key add -
1.Add Veeam PN to the list of sources in APT and run an APT update.
echo "deb [arch=amd64] http://repository.veeam.com/pn/public pn stable" > /etc/apt/sources.list.d/veeampn.list
apt-get update
2.Add an apt repository for WireGuard.
apt-add-repository ppa:wireguard/wireguard
3.Install two packages: the Server and UI components.
apt-get -y install veeam-v(pi)n-ui veeam-v*n-svc