# For Linux Users

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

### **Prerequisite:**

Bind your wallet at <https://www.app.multiple.cc/#/signup> to obtain a **Unique Account Identification Code**.<br>

For binding instructions, refer to the first half of the Windows tutorial:\
<https://multiple-network.gitbook.io/multiple-network-gitbook/introduction/window-multiple-node-participation-guide>

## **Method 1**

### **Step 1:** Install multiple-cli

```bash
wget https://mdeck-download.s3.us-east-1.amazonaws.com/client/linux/install.sh

source ./install.sh
```

### **Step 2:**

Update multiple-cli

```bash
wget https://mdeck-download.s3.us-east-1.amazonaws.com/client/linux/update.sh

source ./update.sh
```

### **Step 3:**

Start Service

```bash
wget https://mdeck-download.s3.us-east-1.amazonaws.com/client/linux/start.sh

source ./start.sh
```

### **Step 4:**

Bind the identifier. After registering on the official website, an identification code will be generated. Enter the identification code and PIN in the command.

```bash
multiple-cli bind --bandwidth-download XXX --identifier XXXXXXXX --pin XXXXXX --storage XXX --bandwidth-upload XXX  
```

**Note:** XXX refers to your configured upload bandwidth, download bandwidth, PIN code, and storage space values.

### **Step 5:**

Perform other node operations. You can use `--help` to check specific commands to execute.

###

## **Method 2**

### Step 1:

Execute the corresponding command to download the client compatible with your Linux architecture:

<mark style="color:green;">wget <https://mdeck-download.s3.us-east-1.amazonaws.com/client/linux/MultipleForLinux.tar></mark>

Extract the installation package:

<mark style="color:green;">tar -xvf multipleforlinux.tar</mark>

Grant the required permissions:

<mark style="color:green;">chmod +x ./multiple-cli</mark>

<mark style="color:green;">chmod +x ./multiple-node</mark>

### Step 2:

Configure the required parameters:

<mark style="color:green;">PATH=$PATH:/extracted directory/</mark>

Apply the required parameters:&#x20;

<mark style="color:green;">source /etc/profile</mark>

### Step 3:

Return to the root directory and grant permissions:

<mark style="color:green;">chmod -R 777 multipleforlinux</mark>

### Step 4:

Start to run the program:

<mark style="color:green;">nohup ./multiple-node > output.log 2>&1 &</mark>

### Step 5:

Bind the unique account identifier. After registering an account on Multiple Network’s official website, an unique account identification code will be generated for your record.&#x20;

Input the unique account identification code and PIN code in the command:

<mark style="color:green;">multiple-cli bind --bandwidth-download 100 --identifier XXXXXXXX --pin XXXXXX --storage 200 --bandwidth-upload 100</mark>

### Step 6:

Perform other operations if necessary. Use the <mark style="color:green;">**--help**</mark> option to view specific commands:


---

# 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://multiple-network.gitbook.io/multiple-network/testnet/testnet-guide/for-linux-users.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.
