Add an extra docker SatNOGS container or manually a first one. This SatNOGS container depends on the docker compose package so you need to install it. sudo apt install docker-compose All variables with ID need to changed, my proposal would be to change it to the station as set by https://network.satnogs.org/ Then create a directory for example satnogs- change to this directory and place satnogs-.yml in that directory. Check this file for the configured SatNOGS variables and add, or change if needed. Then run the following command in this directory. docker compose -f satnogs-.yml up -d docker logs -f satnogs- (for log info) docker exec -ti satnogs- bash (to enter the container) If the command doesn't work use. docker-compose -f satnogs-.yml up -d