> For the complete documentation index, see [llms.txt](https://documentation.script.tv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.script.tv/for-users/blockchain-integration/launch-script-node.md).

# 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
