Ternoa Wiki
LearnBuildMaintain
  • Learn
    • Getting Started
      • Ternoa Blockchain
      • Building on Ternoa
    • Ternoa Wallet
      • Download
      • Create your Wallet
      • NFT
        • Create NFT
        • Send NFT
      • Account
        • Wallet Address
        • Change Password
        • Mnemonic Key
        • Contact
      • Nova Wallet
    • Ternoa Bridge
      • Get Started - Mainnet
        • Using the Bridge
        • ERC20 CAPS <-> Native CAPS
        • ERC20 CAPS <-> BEP20 CAPS
      • Get Started - Alphanet
        • ETH <-> CAPS
    • Asset Management
      • CAPS
        • Buy CAPS
        • Send/Receive CAPS
        • Claim Test CAPS
    • Staking
      • How to stake on Ternoa
    • Glossary
  • Build
    • Introduction
      • Alphanet
      • Mainnet
    • SDK Javascript
      • Installation
      • Quickstart
      • Reference
  • Maintain
    • How to run a validator on Ternoa
    • Requirements
    • Install Ternoa
  • General
    • Ambassador Program
    • Accelerator Program
    • Community
  • Resources
    • 🔍Ternoa Explorer
    • 📡Ternoa network status
Powered by GitBook
On this page

Was this helpful?

  1. Maintain

Install Ternoa

PreviousRequirementsNextAmbassador Program

Last updated 2 years ago

Was this helpful?

Once you choose your cloud service provider and set-up your new server, the first thing you will do is install Ternoa.

To install Ternoa, use this command line:

curl --proto '=https' --tlsv1.2 -sSf https://packages.ternoa.network/ternoa/installer | bash

We've created a script for easy set-up.

Installed 🎉

Once Ternoa is installed, let’s check to make sure that it’s working correctly:

ternoa --version

You can also restart the Ternoa service using

systemctl restart ternoa 

or you if you would like to stop it, you should run :

systemctl stop ternoa

to troubleshoot, and check the logs in real-time, you can run the following command:

journalctl -f -u ternoa.service

Binary installs are available in the following directory:

https://packages.ternoa.network/ternoa/