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:

./np start -d

Expected output:

2. Stop Node Pilot running as a daemon:

./np stop

Expected output:

3. Run Node Pilot system check:

./np 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