Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Setup new device

dzid26 edited this page Jul 9, 2025 · 10 revisions

Method 1 - flash.konik.ai

Pairing any device (clean slate):

  1. Flash your device using: https://flash.konik.ai/ in order to use our server. image

  2. You can scan QR code with your phone

    pair button - QR photo 📲

Method 2 - SSH

Pairing any device and re-uploading existing logs the stable.konik.ai

  1. SSH to the device.

  2. Paste this into launch_openpilot.sh:

export API_HOST=https://api.konik.ai/
export ATHENA_HOST=wss://athena.konik.ai

exec ./launch_chffrplus.sh
  1. Remove previous pairing:
rm /data/params/d/DongleId 
sudo reboot
  1. Go to https://stable.konik.ai/ (not connect.comma.ai) and pair using QR code from the device.

If files were already uploaded to connect.comma.ai, you can still reupload them to stable.konik.ai, by clearing the user.upload attribute:

find /data/media/0/realdata -type f -exec sh -c 'setfattr -x user.upload "$1" && echo "Removed user.upload from $1"'

Clone this wiki locally