# Install the Blockstream Satellite Utility

Source URL: https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/install-the-blockstream-satellite-utility
Updated: 2026-04-09T09:37:32.000Z
Category: Blockstream Satellite
Section: Set up Blockstream Satellite Kit

---

**This is step 4 of the** [**Blockstream Satellite Kit setup guide**](https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/set-up-a-blockstream-satellite-kit)**.**

In order to receive the Blockstream Satellite data broadcast, you will need to install the _blocksat-cli_ utility to generate config files for our [custom Bitcoin node software](https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/install-the-blockstream-satellite-node-software). The utility also interfaces with the satellite receiver in order to process the Bitcoin data received.

On your Linux computer, you'll need to use the terminal and command line. To enter a command, copy and paste each line as shown below and press enter.

> **Note:** The commands in our Blockstream Satellite Kit setup guide are provided for the [Ubuntu distribution of Linux](https://ubuntu.com/download/desktop) only. If you are using another distribution, you will need to modify the commands accordingly. 

1.

Fire up your Linux computer and open the Terminal (Ctrl+Alt+T).

2.

Install pip3.

```auto
sudo apt-get install python3-pip
```

3.

Install the Blockstream Satellite Utility (_blocksat-cli_).

```auto
sudo pip3 install blocksat-cli
```

4.

Start the configuration process using _blocksat-cli_.

```auto
blocksat-cli cfg

```

5.

The utility will then collect the information on your setup so that it can automatically build the configuration file. You will need to specify things like:

- The type of receiver you are using (Base Station: **Base Station**; Basic Kit: **TBS5927**; Pro Kit: **Novra S400**).
- The type and size of your antenna.
- The name of the networking device on your computer that your receiver is connected to.

6.

After answering all of the questions, the utility will save the appropriate configuration file to your computer. This will be used by _blocksat-cli_ to automate other configurations in the future.

7.

Install the required software dependencies.

```auto
blocksat-cli deps install
```

## Next Steps

Depending on the kit you are using, you can proceed to:

- Base Station: Configure the Base Station
- Basic Kit: [Configure your Basic Kit receiver](https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/configure-the-basic-kit-receiver)
- Pro Kit: [Configure your Pro Kit receiver](https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/configure-the-pro-kit-receiver)

Navigation: Blockstream Help Center > Blockstream Satellite > Install the Blockstream Satellite Utility

## Related Articles in This Section
- [Set up a Blockstream Satellite Kit](https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/set-up-a-blockstream-satellite-kit)
- [Prepare the Pro Kit components](https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/prepare-the-pro-kit-components)
- [Prepare the Base Station components](https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/prepare-the-base-station-components)
- [Assemble the LNB](https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/assemble-the-lnb)
- [Set up the Pro Kit receiver](https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/set-up-the-pro-kit-receiver)
- [Install the Blockstream Satellite Utility](https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/install-the-blockstream-satellite-utility) (current)
- [Configure the Pro Kit receiver](https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/configure-the-pro-kit-receiver)
- [Install the satellite antenna](https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/install-the-satellite-antenna)
- [Align the satellite antenna](https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/align-the-satellite-antenna)
- [Install the Blockstream Satellite node software](https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/install-the-blockstream-satellite-node-software)
- [Prepare the Basic Kit components](https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/prepare-the-basic-kit-components)
- [Set up the Basic Kit receiver](https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/set-up-the-basic-kit-receiver)
- [Configure the Basic Kit receiver](https://helpcenter.dxp-frontend.devserver.app/blockstream-satellite/set-up-blockstream-satellite-kit/configure-the-basic-kit-receiver)
