千家信息网

install veeam PN

发表于:2025-02-07 作者:千家信息网编辑
千家信息网最后更新 2025年02月07日,System RequirementsUbuntu 18.041 vCPU (Minimum)1 GB vRAM (Minimum)16 GB of Hard Drive spaceExternal
千家信息网最后更新 2025年02月07日install veeam PN

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

0