Node Pilot
  • Welcome
  • Node Pilot
    • Hardware Recommendations
    • Install
    • Configure
      • New User
      • User / DNS / Ports / TLS
      • Start as daemon
    • Deploy Nodes
    • Validators
      • Pocket
        • Deploy Pocket Validator
      • Fuse
      • Ethereum
    • Import / Export
    • Backups
    • Advanced
      • Commands and flags
      • Command-line
      • Logs
      • Edit Node Resources
      • Moving A Node Pilot Instance
      • Delete Chain Data Manually
      • Troubleshooting
        • Pocket
          • Errors in Logs
          • Errors from POKTscan
    • Versions / Updates
  • Community Chains
    • Register
    • APIs
    • Add/Remove Nodes
    • Select Chains
    • POKT Shared Wallet
    • Invoices
  • NodeWallet
    • Install on Chrome
    • Importing from another Wallet
    • Connecting to wPOKT Bridge
  • POKT Lint
Powered by GitBook
On this page
  • CLI
  • CURL

Was this helpful?

  1. Node Pilot
  2. Advanced

Command-line

In the case that users need to send CLI, RPC, or CURL commands to their nodes, there are a few options:

PreviousCommands and flagsNextLogs

Last updated 3 years ago

Was this helpful?

CLI

CLI commands for Pocket nodes can be found .

For select nodes (like Pocket nodes), you can send CLI commands directly to a node via Node Pilot.

Pocket commands that require a password will need to include --pwd <PASSWORD KEY> at the end of the command. If you are having issues submitting a command, switch to using the terminal.

1. Select node:

2. Submit commands:

If a CLI command is not providing an output, try restarting the node via the "Restart" button.

CLI commands can be sent to nodes via terminal.

docker exec -ti [node id] [params]

CURL

CURL commands can be sent to nodes via terminal.

docker exec [node id] curl [params]

EXAMPLE: Pocket node Tendermint RPC request

docker exec pokt-000 curl http://localhost:26657/status

NodeIDs can be found on the Dashboard:

here