> For the complete documentation index, see [llms.txt](https://wiki.ternoa.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.ternoa.network/maintain/install-ternoa.md).

# Install Ternoa

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 :&#x20;

```
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/>
