Can WTware be used as a kiosk?

Features, errors, comments and problems of specific WTware versions.
Post Reply
bmgfan
Posts: 5
Joined: Fri Oct 15, 2021 4:15 pm

Can WTware be used as a kiosk?

Post by bmgfan »

I saw someone elsewhere asking about Chrome and a Kiosk on Wtware. Can WTware be used as a Raspberry Pi kiosk? (ie it boots up into either
a terminal server account and to a specific web page and its sub-URLs) or even a local network account locked into the same single website.
aka
SUPPORT
SUPPORT
Posts: 939
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

Re: Can WTware be used as a kiosk?

Post by aka »

WTware can be used as a kiosk. Local chromium, without terminal server.:

Code: Select all

application = chromium
chrome_mode = kiosk
Or:

Code: Select all

application = chromium
chrome_mode = kiosk-nopointer
There is no URL filtering in wtware. You can specify start url with chrome_url= option. User can go further if there are external links on this site.
Post Reply