Setting Up the New Kennonsoft UI on Older Systems
Tom is up to his eyeballs with 'real work' at the moment so here's a quick and dirty tutorial if you want to switch to the new UI.
Before you load this, make a good backup of all the stand-alone files in
/var/www/html as well as
/var/www/html/welcome.
Then
rm -r /var/www/html/welcome and also delete the following files:
rm /var/www/html/config.php
rm /var/www/html/index.html
rm /var/www/html/index.php
rm /var/www/html/login.php
rm /var/www/html/robots.txt
To install the new stuff:
cd /var/www/html
wget
http://pbxinaflash.net/scripts/ui3.tgz
tar zxvf ui3.tgz
rm ui3.tgz
Branding is supported with separate everything for user and admin menus:
/var/www/html/_branding.htm
Applications are set up in
/var/www/html/welcome/.htindex.cfg. There's an example of just about any setup you'd like. To use your own xTide, add a link like this:
http://$host:88/. Icons are available for munin, xtide and much more in
/var/www/html/welcome.
Security suggestion: We think your system is much safer if you DISABLE Internet access through your firewall to port 80 on your
PBX in a Flash machine. Do something like the following instead. It's absolutely secure and safe!!
Using Terminal (on a Mac) or Putty (on a Windows PC), issue a command like this: ssh -L 8180:localhost:80
[email protected]. Leave the app running and then connect with a browser:
http://localhost:8180/
Close the SSH tunnel when you finish using your browser. Special, special thanks to Kennonsoft for this terrific new UI!
