Configuring proxy server connection for main node

If the operating system's Ubuntu Software Updater (APT) connects to the Internet via a proxy server, you must configure the connection to the proxy server before installing a main node on the operating system.

To configure a connection to a proxy server:Open the directory with the extracted installer.For example:
cd /home/user/ptms-installer
Run the setup-apt-proxy.sh script with the proxy server connection settings:
sudo ./setup-apt-proxy.sh --proxy-addr <proxy server address>:<port> --proxy-user <login for connecting to proxy server> --proxy-pass <password for connecting to proxy server>
For example:
sudo ./setup-apt-proxy.sh --proxy-addr http://192.0.2.108:3128 --proxy-user johndoe --proxy-pass P@ssw0rd
The connection to the proxy server is configured.

The website uses cookies according to the cookie policy.