Chromium Kiosk Mode on Raspberry Pi

In a terminal window:

  1. sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
  2. Then append the following to the end of the file and save:
    /usr/bin/chromium-browser --kiosk --ignore-certificate-errors --disable-restore-session-state https://www.whateverwebsiteyouwant.com
  3. Reboot

Note: You may get a warning/error message about Security Settings when using –ignore-certificate-errors switch. You can simply remove it and try.

Leave a Reply

Your email address will not be published. Required fields are marked *