> For the complete documentation index, see [llms.txt](https://docs.swttoken.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swttoken.com/getting-started/network-node/step-8-extract-the-swt-software-folder.md).

# STEP 8:EXTRACT THE SWT SOFTWARE FOLDER

#### **1. Once the SWT node archive is uploaded on /home/swt/, go back to PuTTY and move to the home folder of “SWT” user in order to run those commands, which locates your uploaded SWT archive.**

```bash
cd /home/swt/
ls
```

<figure><img src="/files/NkFLplBErDkmmPoWuw3Q" alt=""><figcaption></figcaption></figure>

#### **2. Now extract the SWT\_Node\_linux\_x64\_ver\_4\_2.tar.gz file**

```bash
tar xzvf Linux_Main-4.2.432.0.tgz
```

<figure><img src="/files/X7MnS7mnPFFqHmir2f9o" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Remember that you will surely have to change the SWT software name while you type this command. It must match with your own current SWT file name.
{% endhint %}

You will get this result:

<figure><img src="/files/ImlN1Yq1eeG7J96To2TP" alt=""><figcaption></figcaption></figure>

#### **3. Go into the extracted folder (named 'swtnode') and take a look at the content by typing:**

<pre class="language-bash"><code class="lang-bash"><strong>cd swtnode
</strong>ls -lrt
</code></pre>

{% hint style="info" %}
Informations in our tutorial screenshots may be slightly differents than informations shown in your screen, depending on the SWT node version you use.
{% endhint %}

{% hint style="info" %}
If you want to copy-paste commands, just place your cursor at the right place in the line and make a right-click with your mouse, then press Enter.
{% endhint %}

Now that everything is in place to run the SWT node, let's go ahead!


---

# 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.swttoken.com/getting-started/network-node/step-8-extract-the-swt-software-folder.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.
