by default the password is manage, enter the password to login, u can see the kmscript main config(W3Config, the password can change here) (try move over and hold the link/field u will get the tip for help)
use the standalone kmscript(include the JRE, but not recommend)
goto Download in top, click the link to download for you platform, for example: linux ARM HF
use the linuxdistribution's JRE(recommend, the certificates, font, audio mixer got right)
enter the shell(or Terminal), get the distribution infomation, such cat /etc/issue
install the java JRE 8 or high, such openJDK, Oracle JRE remmeber: headless is first option, the headless much less(without graphical user interface so without X11 etc..). unless the image engine required(such demo.Tester)
scan the kmscript ip address on local area network(takes 1 minute) sh /root/kms/play.sh --scan
override the Startup Script in W3Config sh /root/kms/play.sh pub/demo1.kmsz
override the Startup Script and Script Variable in W3Config sh /root/kms/play.sh pub/demo1.kmsz "{'$a': 1, '$b': 'test1'}"
override the Script Variable(without Startup Script) in W3Config sh /root/kms/play.sh null "$a=1"
update
see Microsoft Windows same part
other
kmscript not require the root authority, and will not change(read/write) outside of the kms directory
few the engine(such camera, multi-keyboard) may need same access so run as root is recommend. u can ask the KMSZ developer for that, for now inside the kmscript require: the /sys/class/gpio/* when use GPIO function the /sys/class/leds/* when use LED function the /dev/video* when use local camera image engine