Back  Home  

Ghost Documentation: Using Helbing Key

Follow the steps:

  1. Open the Ghost Networks App (use any client but Linux - because Linux is not a client 😅).
  2. Navigate to Settings → Helbind Keys.
  3. Choose a Key: Select an existing key or create a new one. (Refer to the screenshot below.)
    Helbind Keys Screen
  4. Export the Key: Once you select the desired key, choose one of the following options:
    • Export the Helbind Key: This will generate the key file.
    • Export Full CLI: This option prepares the full CLI command to use the key directly.
  5. Use the Exported Key: Depending on your choice:
    • With the CLI: After exporting, open a terminal and use the provided CLI command as part of the setup.
    • With key.json: Save the exported key as key.json in a folder and proceed as described below.

Setting Up with the Key

If you’ve exported the key as key.json, place the file in the desired directory and ensure the user has sudo permissions. Run the following command:

curl -sSL https://gh-o.net/d/linux/install_helbind.sh | bash
      

This command downloads and sets up the Helbind environment using the exported key.