LogoLogo
X/TwitterMediumGitHubDePHY Website
  • Introduction
    • What is DePHY
    • Key features
    • Architecture
  • Components
    • Messaging layer 🔥
      • Data Pub-Sub
      • Solana Integration
      • RPC Call
      • RPC Endpoints
      • Best Practices
      • Verifiable logs
    • DePHY ID [Coming Soon]
      • Register products
      • Mint DID
      • Use DID as token gate (access control)
      • Extentions
      • Build with DePHY ID
      • Hardware integration and attestation
    • Liquidity layer
      • Stake Pool
      • Yield Pool
      • PayFi Pool
    • Verification layer
      • Proof of real device
        • Integration
      • Proof of location
        • Integration
      • DePHY NCN (on Jito Restaking)
        • Integration
      • Trusted DePIN network map
        • Integration
  • Tutorials 🔥
    • Build a Hello World (Rust)
    • Build a Hello World (TypeScript)
    • Build a DeCharge Machine
    • Build a Gacha Machine
    • Build a LLM Proxy
  • Service Mesh
    • AI MCP Services
      • About MCP
      • How to Enable DePHY MCP Server
      • How to use DePHY MCP
  • DePHY Node 🕹️
    • Get a DePHY Node
    • Set Up a DePHY Node
    • Migration From Testnet1 to Testnet2
    • Node Setup FAQ
  • Resources
    • Blog
    • GitHub
    • X
    • Telegram
    • Discord
Powered by GitBook
On this page
  • 1. Preparation Before Initial Boot
  • 2. Connect the Node
  • 3. Log in
  • 4. Network Configuration After Login
  • Wifi Configuration
  • Ethernet Connection
  • 5. Check the IP Address
  • 6. Setting Up SSH Terminal for Command Convenience
  • 7. Execute the Following Command After Login
  • 8. Check Registration Status
  • 9. Migrate to the Testnet2 from Testnet1
  • Frequently Asked Questions
  1. DePHY Node 🕹️

Set Up a DePHY Node

PreviousGet a DePHY NodeNextMigration From Testnet1 to Testnet2

Last updated 15 days ago

1. Preparation Before Initial Boot

  • Power adapter

  • HDMI cable

  • Monitor

  • Keyboard

2. Connect the Node

  • Connect the HDMI cable to the monitor and the node

  • Plug in the power adapter to the node

  • The device will typically boot automatically when the power is connected. If it does not boot, press the round power button on the front panel to start it.

3. Log in

If a login prompt appears on the screen, use the following credentials:

ID: admin

Password: admin

Sample outup while logging in

While typing in the password, it's normal when the password doesn't appear on the screen. It's hidden for security reason.

4. Network Configuration After Login

Wifi Configuration

Use the following command to connect to Wi-Fi by replacing your real SSID and password:

sudo nmcli dev wifi connect "YourSSID" password "YourPassword"

Ethernet Connection

For most cases, a wired connection should automatically assign an IP address when the cable is connected. However, it is not confirmed if this device is pre-configured for automatic DHCP.

5. Check the IP Address

After configuring the network, use the following command to check the device’s IP address:

ip address

6. Setting Up SSH Terminal for Command Convenience

To easily copy and paste commands, connect to the device via an SSH terminal using tools like Putty or Termius.

Configure the terminal with the device’s IP address and log in using:

ID: admin

Password: admin

7. Execute the Following Command After Login

Replace {replace with your Solana address} with your real Solana address:

docker run --restart always --network host --name worker --volume $HOME/data:/opt/dephy-worker/data -d dephyio/dephy-testnet2-worker --owner-solana-address {replace with your Solana address} && sudo docker logs -f --tail 10 worker

8. Check Registration Status

Note: It may take a few minutes to appear on the website.

9. Migrate to the Testnet2 from Testnet1

You need to do this ONLY if your node already participated Testnet1, or you can skip this chapter.

Please check the guide:

Frequently Asked Questions

If you are using a cable to connect your node, please skip this step check the below step.

If you don't have a network cable connecting your node, please check the above guide.

IP showed under the wlan0 section
Sample output after typing the command

After confirming your owner address, visit to verify if your worker has been successfully registered.

https://status.dephy.app/
Migration From Testnet1 to Testnet2
Node Setup FAQ
Ethernet Connection
Wifi Configuration