This repository was archived by the owner on Feb 23, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Setup new device
dzid26 edited this page Jul 9, 2025
·
10 revisions
Pairing any device (clean slate):
-
Flash your device using: https://flash.konik.ai/ in order to use our server.

-
You can scan QR code with your phone
-
📲
Pairing any device and re-uploading existing logs the stable.konik.ai
-
SSH to the device.
-
Paste this into
launch_openpilot.sh:
export API_HOST=https://api.konik.ai/
export ATHENA_HOST=wss://athena.konik.ai
exec ./launch_chffrplus.sh
- Remove previous pairing:
rm /data/params/d/DongleId
sudo reboot
- 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"'