Commands and flags
Commands tell Node Pilot what to do, while flags provide additional instruction.
Commands and flags follow this format:
./np <command> <flags>
Here is a list of commands/flags:
Examples
1. Starting Node Pilot as a daemon:
Expected output:
2. Stop Node Pilot running as a daemon:
Expected output:
3. Run Node Pilot system check:
Expected output:
Any red "x" in the system check is an indication of a misconfiguration.
3. Start Node Pilot with password attached
./np start -d --password mypasswordhere
Last updated