# Launch Script Node

**Launch Private Net**

#### Open a terminal to launch the private net. For the first time, follow the setup steps below.

`$ cd $SCRIPT_HOME`

`$ cp -r ./integration/scriptnet ../scriptnet`

`$ mkdir ~/.scriptcli`

`$ chmod 700 ~/.scriptcli/`

`$` make install

And then, use the following command to launch a scriptnet . For this you can use tmux or any other tools to run your node service in the background.

/usr/local/go/bin/script start --config=../scriptnet/node

When the prompt asks for a password, enter your required password here.&#x20;

{% hint style="info" %}
Note – { Your binary directory path } denotes path where script and scriptcli binary exist or created while running after make install command.&#x20;
{% endhint %}

And then after run the following command to launch rpc of the node in another session.

/{ Your binary directory path }/scriptcli daemon start --port=16889


---

# 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://documentation.script.tv/for-users/blockchain-integration/launch-script-node.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.
