System Requirements
創(chuàng)新互聯(lián)是一家專注于成都網(wǎng)站建設(shè)、成都做網(wǎng)站與策劃設(shè)計,潮州網(wǎng)站建設(shè)哪家好?創(chuàng)新互聯(lián)做網(wǎng)站,專注于網(wǎng)站建設(shè)10余年,網(wǎng)設(shè)計領(lǐng)域的專業(yè)建站公司;建站業(yè)務(wù)涵蓋:潮州等地區(qū)。潮州做網(wǎng)站價格咨詢:028-86922220
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