Skip to main content

On the robot

systemctl status kovio      # should be: active (running)
journalctl -u kovio -f      # live logs — registration + activity
Healthy logs show the client coming up, an SDK activated line, and (in sim mode) the screen serving creative.

On your dashboard

Within a minute of install you should see, under the fleet that owns the key:
1

The robot is listed

A new robot with a recent heartbeat (online), its model and SDK version.
2

Activity is flowing

An sdk.activated event, then verified moments.
3

Impressions are counting

Impressions and revenue climb on the fleet view, attributed to your campaigns.

Update or reinstall

Re-running the one-command installer installs the newest SDK version matched to the robot’s runtime. The previous version keeps running until then.

Uninstall

sudo systemctl disable --now kovio
sudo rm /etc/systemd/system/kovio.service
sudo pip3 uninstall -y adsdk
sudo rm -rf /etc/kovio