Page 1 of 1

Porteus Kiosk Server and Virtualbox

Posted: 13 Jul 2021, 14:45
by kybarg
Hello!
I have Porteus Kiosk Server and Porteus Kiosk in virtualbox. Kiosk and Server both work as expected.
I can also connect to each one using SSH usign host->guest and even guest<->guest.
The issue is that Kiosk can't connect to Server and I get "Server is not accessible or remote config is not present" message
Folowed all the steps here https://porteus-kiosk.org/server.html#troubleshooting

Porteus Kiosk Server and Virtualbox

Posted: 13 Jul 2021, 17:00
by fanthom
Hello kybarg,

Please ensure you have 'kiosk_config=server://config-name' parameter present in the remote config which is hosted on PK Server.
If you have this parameter present then please post your kiosk configs (remove sensitive data from them like passwords, URLs, etc):

a) the one which is hosted on PK Server

b) the one which you have generated during the kiosk installation:
https://porteus-kiosk.org/screens/wizard/config.png

Thanks

Porteus Kiosk Server and Virtualbox

Posted: 13 Jul 2021, 20:55
by kybarg
fanthom, Thanks forr quick reply

Code: Select all

connection=wired
dhcp=yes
browser=chrome
debug=no
enable_file_protocol=no
homepage=###
import_certificates=###
disable_address_bar=yes
disable_navigation_bar=yes
onscreen_buttons=
session_idle_action=restart
session_idle=30
whitelist=localhost:3000
persistence=full
disable_private_mode=yes
allow_popup_windows=no
disable_zoom_controls=yes
wallpaper=###
run_command=###
root_password=toor
shutdown_menu=lock reboot restart-session shutdown sleep 
additional_components=uefi.zip 08-ssh.xzm 
kiosk_server=192.168.68.104:443
client_id=automatic
kiosk_config=server://config1

Porteus Kiosk Server and Virtualbox

Posted: 13 Jul 2021, 21:06
by fanthom
Is this the config which you host on PK Server?
Is it visible as 'config1' in the Admin Panel?

Please provide the config which you see in the wizard during client installation.

Thanks

Porteus Kiosk Server and Virtualbox

Posted: 14 Jul 2021, 10:51
by kybarg
fanthom, yes this is config I host on PK server
screenshot - https://ibb.co/PxmwcGB
And this is config I use when installing kiosk
screenshot https://ibb.co/8dGphx0

Also I can connect to server using ssh from kiosk, but it doesn't appear in the list

screenshot - https://ibb.co/jkg91xV

thanks