> 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/run-a-node-on-a-raspberry-pi.md).

# Run a Node on a Raspberry Pi

This guide goes into detail on how to run a XKR node on a Raspberry Pi

![](https://2858262040-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7WCorBnqCP2oVt16bNf%2Fuploads%2FT2EOLOOsirOoSdlm1caW%2Fpi-plug-in.gif?alt=media\&token=2cf351a0-c764-4fd1-92f3-6cba5bdbb374)

***For Raspberry Pi 3B+:***<br>

`wget https://kryptokrona.se/downloads/xkr-rpi3.zip`\
\
`unzip kryptokrona-rpi-3b.zip`<br>

\
***For Raspberry Pi 4B:***

`wget https://kryptokrona.se/downloads/xkr-rpi-4b.zip`\
\
`unzip kryptokrona-rpi-4b.zip`

When you have unzipped the files, enter the directory where the kryptokrona binary was unzipped to and run the following to start your node:

`./kryptokrona --enable-cors=* --enable-blockexplorer --rpc-bind-ip=0.0.0.0 --rpc-bind-port=11898`
