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