大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
System Requirements
创新互联是一家专注于成都网站建设、成都做网站与策划设计,潮州网站建设哪家好?创新互联做网站,专注于网站建设10余年,网设计领域的专业建站公司;建站业务涵盖:潮州等地区。潮州做网站价格咨询: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