# Node: Setup

Setting up a Deso Node is a simple process, but first verify that you have both [Broken link](https://docs.deso.org/deso-nodes/broken-reference "mention") and [Broken link](https://docs.deso.org/deso-nodes/broken-reference "mention") installed.

### Cloning The Repository&#x20;

Create a folder where you want your node to be held then open your terminal of choice in that location.

Execute the command `git clone` [`https://github.com/deso-protocol/run.git`](https://github.com/deso-protocol/run.git) in your terminal.

![](https://2518439156-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MjtaOFcYRNwtiQWQDqI%2Fuploads%2FwORqvJIFMTUppnpopxoW%2Fgit%20clone%20updated.PNG?alt=media\&token=fab967b6-cf48-4e54-af86-d4af27a747aa)

### Download The Containers

Once the installation is complete navigate to the run folder with `cd run` and execute the command `./run.sh`&#x20;

![](https://2518439156-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MjtaOFcYRNwtiQWQDqI%2Fuploads%2FJHr2idr590qT9kSmB3xC%2Frun-sh-1.PNG?alt=media\&token=4748f421-ab6a-432a-a71d-f59df7165f92)

A small terminal will appear and automatically download the containers for the node's frontend, backend, and nginx. This may take a few minutes.

Note in order to turn your node on or off open the Docker GUI navigate to the containers/apps tab, hover over the run tab, and hit the start/stop button to turn your node on or off.

![](https://2518439156-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MjtaOFcYRNwtiQWQDqI%2Fuploads%2FX6jQw9phe5RVGxZsqiRY%2Fdocker-toggle-container.PNG?alt=media\&token=583f9122-a4c8-4137-8bb4-750121b4a4c2)

Congratulations, your Deso node is now running locally! Navigate to [http://deso.run](http://deso.run/) or `locahost:8080` in your browser to see your local instance.&#x20;
