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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.ternoa.network/maintain/install-ternoa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
