I have a 24/7 server running on a Vicharak board, which will be shipped to clients as part of a product. I don’t want clients to have direct access to the board, so I’m considering enabling Kiosk mode and allowing users to interact only with the server running on localhost
.
This entire setup currently works on a Raspberry Pi 4B using the Bookworm CLI image. However, I want to transition to the Axon board.
I attempted to replicate the setup using the same scripts on the Ubuntu 22.04.5 minimal image, but due to Snap being the default package manager, the scripts aren’t functioning as expected. Even switching to APT hasn’t resolved the issue.
Is there a workaround for this? Alternatively, is there a Raspberry Pi OS Lite or Debian Bookworm CLI image available for the Vicharak board?