Skip to content

Getting Started on Linux

This guide will walk you through the essential steps to get Terminus up and running on your Linux system. Follow these steps to create your account, install Terminus, and start exploring the Terminus ecosystem.

Prerequisites

Step 1: Create a Terminus Name

Open TermiPass on your mobile, and create a new Terminus Name as instructed on the screen.

INFO

Terminus Name is your unique identifier within Terminus. Learn more about why you need a Terminus Name.

Step 2: Install Terminus

  1. Bind your local IP to your Ubuntu hostname for stable DNS resolution:

    bash
    sudo apt install net-tools
    ifconfig
    # Get your local IP. Make sure it starts with `192.168`.
    bash
    sudo nano /etc/hosts
    # Add the following line
    192.168.xx.xx   Ubuntu 
    # Replace with your actual local IP and your host name.
  2. Reboot your Ubuntu to apply the change.

    bash
    sudo reboot
  3. In your terminal, run the following command to install the latest build of Terminus:

    sh
    curl -fsSL https://terminus.sh |  bash -
  4. At the end of the installation, take note of the URL for Terminus Activation wizard and your initial login password.

Depending on your network and hardware configuration, the installation time may vary. For detailed instructions, see Install Terminus on Linux.

Step 3: Activate Terminus

  1. Open the Terminus Wizard in your browser using the URL and login with your initial password.
  2. Follow the on-screen instructions to complete the initial setups.
  3. Scan the QR code with TermiPass mobile to activate Terminus, and reset your login password.

For complete activation guidance, see the Wizard documentation.

Step 4: Log In to Terminus

On your Wizard page, log in to Terminus with the password you just reset and complete two-step verification on TermiPass. For more information, see the Login documentation.

WARNING

Always Back up your mnemonic phrase to ensure account and data security.

Next Steps