If you use linux just mount ISO image on the empty folder:
[root ~]# mkdir /mnt/slaxrouter
[root ~]# mount -o loop slaxrouter-0.1.iso /mnt/slaxrouter
mount USB flash device and copy all files from iso mounted folder to your USB flash drive:
[root ~]# mount /dev/sdbX /mnt/sdbX
[root ~]# cp -r * /mnt/slaxrouter /mnt/sdbX
and run bootinst.sh script:
[root ~]# mount /dev/sdbX /mnt/sdbX/boot/bootinst.sh
If you use windows just copy ISO images files to your flash drive using 7zip and run \boot\bootinst.bat script
If you use 0.1 release - you have to login to Slax Router and run webmin first by typing:
[root ~]# /etc/rc.d/rc.webmin start
From 0.2 release webmin service is starting from xinetd so you don't have to run webmin service, just connest to it and webmin service will be start automaticly.
By default eth0 interface is set to 192.168.0.1 address . Webmin service is available on 10000 port by default, you can change that by editing /etc/webmin/miniserv.conf file.
If you are connected to eth0 interface, you can connect to webmin by typing http://192.168.0.1:10000 on your web browser.
From 0.3 release SSL connection is used, you can connect to webmin by typing https://192.168.0.1:10000 on your web browser.
Default username: admin
Default password: admin
Slax Router © 2009
Designed by Pawel Akonom