Adito is a web-based SSL VPN server written in Java. It has a browser-based AJAX UI which allows easy access to intranet services. Below is how to install it..
ssh into the server and run the following commands:
- sudo apt-get install python-software-properties
- sudo add-apt-repository ppa:ferramroberto/java
- sudo apt-get update
- sudo apt-get install sun-java6-jdk sun-java6-plugin
- sudo apt-get install ant
- sudo wget http://sourceforge.net/projects/openvpn-als/files/adito/adito-0.9.1/adito-0.9.1-bin.tar.gz
- sudo mv adito-0.9.1-bin.tar.gz /opt/
- cd /opt
- sudo tar -xzf adito-0.9.1-bin.tar.gz
- cd adito-0.9.1
- sudo ant install
- Open Browser on another machine and go to: http://adito-server-name:28080
- Create New Certificate
- Set Keystore Passphrase – Type password twice for Cert
- Create New Certificate – Fill out Form
- Configure User Database – Built-in
- Configure Super User – Fill out Form
- Configure Web Server – Leave defaults
- Configure Proxies – Leave blank unless you use proxy – Hit Next
- Summary
- Install Complete
- install
- sudo ant install-service
- sudo ant start
- sudo vi /opt/adito-0.9.1/conf/wrapper.conf
- remove # from -> wrapper.java.additional.2=-Dfile.encoding=UTF-8
- sudo shutdown -r 1
http://jaredheinrichs.com/how-to-install-adito-on-ubuntu-linux.html