NodeGuidebook
  • Welcome
  • Node
    • ZkVerify
      • Step-by-step | Installation Guide
      • Possible Errors
    • Pipe network
      • Bash | Video | Installation Guide
      • Update
    • Titan network
      • Bash | Video | Installation Guide
    • Multiple
      • Bash | Video | Installation Guide
    • Dria
      • Bash | Video | Installation Guide
      • Possible Errors
    • Hyperspace
      • Bash | Video | Installation Guide
      • Possible Errors
  • Gaia
    • Bash | Installation Guide
  • BROWSER NODE
    • Solix
      • Run node
  • Tools & Utilities
    • 🖥️Using screen on Linux
    • 🌐Port Configuration in Ubuntu
    • 📜Bash Script
  • VPS
    • Aeza
    • Xorek
Powered by GitBook
On this page
  1. Node
  2. Hyperspace

Bash | Video | Installation Guide

PreviousHyperspaceNextPossible Errors

Last updated 2 days ago


1. System Update 🖥️

Before starting the installation, ensure your system is up to date:

sudo apt update && sudo apt upgrade -y

2. Install aiOS CLI ⚙️

Install the aiOS CLI using the following command:

curl https://download.hyper.space/api/install | bash

3. Get your private key 🔑

Before starting the installation you need to obtain your private key . Perform the following steps:

  1. Enable Browser node : On the home screen of the website, you will see a switch (located under the key icon in the upper left corner). Click it to enable the browser node.

  2. After the browser node is powered on, click the key icon.

  3. Now click "COPY CURRENT PRIVATE KEY” . This will copy the private key to the clipboard.

  4. Save this key in a safe place, as you will need to paste it into the .pem file during the installation process.

4. install Hyperspace Node ⚙️

curl -sL -o hyperspace https://raw.githubusercontent.com/TmB0o0/Hyperspace-Node/refs/heads/main/hyperspace.sh
chmod +x hyperspace.sh
./hyperspace.sh
  • Installation Process: The script will add the necessary models, ask you to create a .pem file for the private key, and complete the setup by selecting tiers.

  • Warning: The script might throw you out of the terminal on the first attempt. If this happens, reconnect to your server and rerun the script.

Usage Options ⚙️

Once the installation is complete, you can perform the following actions via the script's menu:

  • Check Points: This will show the status of your points with the aios-cli hive points command.

  • Update Node: This will show the current version of your node using the aios-cli version command.

  • Show Logs: This connects to the screen session named hyperspace and shows the logs from the running process. If the session isn't found, it will notify you.

    Note: If you need to detach from the screen session, press Ctrl + A, then D.

  • Uninstall Node: This will prompt for confirmation to uninstall the node. If confirmed, the node will be removed using the uninstall command.

  • Exit: This will exit the script.

Return 🚪 Press Ctrl+A then D to detach.

Uninstall node: This will prompt you to confirm before uninstalling the node. If you confirm, it will uninstall the node using the curl command.

Exit: This will exit the script and stop the program.

If you encounter issues and need to reset, use:

aioS-cli kill && aioS-cli start

Visit .

https://node.hyper.space/