> For the complete documentation index, see [llms.txt](https://docs.zerowave.my.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zerowave.my.id/testnet/sonaric/installation.md).

# Installation

## Website

* [Leaderboard](https://tracker.sonaric.xyz/)

## Install

```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/monk-io/sonaric-install/main/linux-install-sonaric.sh)"
```

> if installation succes it will start <mark style="color:green;">`sonaricd`</mark> automatically

### Check Node

```bash
sonaric node-info
```

it should return like this

```bash
 ✨ Node information loaded:
 ├─🧊 ID             12D3XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 ├─📥 Leader         wavy-cream-yacht
 ├─🧊 Version        v1.1.0
 ...
```

### Change node name

after node successfully running, you can change your node name with this command:

```bash
sonaric node-rename -n your-node-name
```

> change `your-node-name` with your preferable name

## Backup Node

{% hint style="warning" %}
for better security and avoiding any lose, please backup your node
{% endhint %}

```bash
sonaric identity-export -o your-node-name.identity
```

> change `your-node-name` with preferable name

## Access GUI

{% code overflow="wrap" %}

```bash
ssh -L 127.0.0.1:44003:127.0.0.1:44003 -L 127.0.0.1:44004:127.0.0.1:44004 -L 127.0.0.1:44005:127.0.0.1:44005 -L 127.0.0.1:44006:127.0.0.1:44006 user@your-vps-ip
```

{% endcode %}

{% hint style="danger" %}
RUN THIS COMMAND ON YOUR LOCAL MACHINE AND ACCESS <http://localhost:44004>

change `user@your-vps-ip` with your own
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.zerowave.my.id/testnet/sonaric/installation.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.
