Install
Node Pilot is still in Alpha and is not meant for production use. It is being released for testing purposes only.
Node Pilot has three dependencies:
Debian-based Linux OS
Docker
Docker Compose Plugin
The following guide was put together using Ubuntu Server (Ubutunu Desktop for those who prefer a GUI). Other Debian-based OS's can be used as well, although they may require more configuration.
Node Pilot does not work with Windows Subsystem for Linux (WSL).
Docker Setup
From a fresh install of Ubuntu, Docker can be installed by copy and pasting these following commands into the terminal. These commands and their explanation can be found in Docker's official install instructions for Ubuntu.
Command 1:
Command 2:
Command 3:
Command 4:
Command 5:
Command 6:
Command 7:
Command 8:
Command 9:
Docker Compose Setup
Command 10:
Install Node Pilot
By installing Node Pilot, you are agreeing to our Terms and Conditions.
Node Pilot can install in a single copy-and-paste command. The following command will install Node Pilot, configure permissions, and open the required ports:
DO NOT INSTALL OR RUN NODE PILOT AS A ROOT USER. Always make sure you are a standard user.
Start Node Pilot For Configuring
With Node Pilot now installed, start Node Pilot with the following command and keep the console open until the configuration steps are complete. After configuration, you will want to Start as daemon.
DO NOT RUN WITH sudo
.
Start for configuration:
Update Node Pilot
Updates are currently handled manually and require a copy-and-paste command. For instructions, see Versions.
Last updated