> For the complete documentation index, see [llms.txt](https://docs.kryptokrona.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kryptokrona.org/node/node-bootstrap.md).

# Node bootstrap

Starting in your home folder (cd \~), the first order of business is to download our bootstrap with this command:

```
wget https://xkrbootstrap.vm-app.cloud.cbh.kth.se/latest.7z
```

After it has downloaded, use this command to extract the file:

```
// apt install 7z (if you don't have it installed)
7z x latest.7z
```

Then just start the node, which you can read up on how to do in the other guides! Thanks for hosting a node, and don't forget to add it to <https://github.com/kryptokrona/kryptokrona-public-nodes/> if you want to make it public in our apps!
