Webhash - Node Setup Guides
  • Setup Guides for Different Platforms
    • 1️⃣Raspberry Pi
  • 2️⃣Home PC
  • 3️⃣AWS - Amazon Cloud Service
  • 4️⃣GCP - Google Cloud
  • 5️⃣Vultr
  • 6️⃣DigitalOcean
  • Technical Specifications
  • ❓FAQs
    • Node update for existing node operators - April 2025
    • What happens if my device (PC/Raspberry Pi/Server) shuts down?
    • What happens if my internet gets disconnected?
    • How can I check if my Webhash Node is running?
Powered by GitBook
On this page
  1. FAQs

How can I check if my Webhash Node is running?

To verify if your node is running, open your terminal and execute the following command:

sudo docker ps

You should see an output displaying three containers in a running state:

  • node (Core Webhash Node)

  • pinner (Handles data persistence)

  • telegraf (Monitors node performance)

If all three are running, your node is fully operational. If any container is missing or stopped, let us know in Discord for assistance.

PreviousWhat happens if my internet gets disconnected?

Last updated 1 month ago

❓