Ubuntu Installation

Install and run a Pendulum or Amplitude collator node on an Ubuntu machine.

Firewall Config

Configure local firewall to allow required ports.

sudo ufw allow 30335/tcp
sudo ufw allow 30334/tcp
sudo ufw allow https
sudo ufw enable

Download and install deb package

Pendulum and Amplitude node installers are available as deb packages for Ubuntu 20 LTS and Ubuntu 22 LTS.

Go to Pendulum Downloads and locate the latest deb version.

Run the following commands to download and install the packages (replace [version] with the latest version number):

Pendulum

wget https://downloads.pendulumchain.tech/pendulum_debian_latest/pendulum_[version]_amd64.deb
sudo dpkg -i pendulum_[version]_amd64.deb

Amplitude

Test node status

The service will use the /var/lib/pendulum directory as the database location and the log files are located in /var/log/pendulum directory.

Last updated

Was this helpful?