Ubuntu install CSP '' Hi, first thing to do is install CWS. There are only 2 files needed cws.i686 and newcs.xml. The cws.i686 should go to /var/bin and given the attributes 755. The newcs.xml should go to /etc and given the attributes 644. Here is an example of the newcs.xml Phoenix on Com1 phoenix 357 /dev/ttyS0 odd normal Yes Yes No No No Yes no 15050 Yes 0000 round Yes 10001 localhost 20 -1 8080 yes newcs newcs admin NewCSpwd simple internal all console,tcp 1001 normal,init Yes newcs 01 02 03 04 05 06 07 08 09 10 11 12 13 14 20005 newcsserver newcs on yes Now it is time to install CSP. First we must create a directory for it named csp. mkdir /usr/local/csp chown youruser /usr/local/csp When needed manually create: mkdir /usr/local/csp/cache mkdir /usr/local/csp/config mkdir /usr/local/csp/etc mkdir /usr/local/csp/lib mkdir /usr/local/csp/log mkdir /usr/local/csp/plugins chown youruser /usr/local/csp/cache chown youruser /usr/local/csp/config chown youruser /usr/local/csp/etc chown youruser /usr/local/csp/lib chown youruser /usr/local/csp/log chown youruser /usr/local/csp/plugins Now FTP copy all files found in the unpacked archive to /usr/local/csp. Next thing to do is adjust the cardproxy.sh to fit our needs As I use Ubuntu I renamed cardproxy.sh to cardproxy.sh1 and the Ubuntu proxy to cardproxy.sh One thing left todo! In /usr/local/csp/config a proxy.xml file must be created. Mine looks like this! 01 02 03 04 05 06 07 08 09 10 11 12 13 14 etc/services.t etc/services.t log/cardserv.log INFO true false Csproxy1 10000 etc/mykeystore lib/cs-status.war admin 60 9 8 01 02 03 04 05 06 07 08 09 10 11 12 13 14 300 00 00 /cache 300 true 20 192.168.178.34 15050 newcsserver newcs 19 4 In order to connect CSP to the WAN you need to add an N line in CCcam.cfg and this line in the proxy.xml(or as many as you have N lines for). The N lines must be Port Forwarded in your router to the IP-adress that runs CSP! Read the readme.txt and the other txt files and all will make sense afterwards. Start newcs /var/bin/newcs Start CSP /usr/local/csp/cardproxy.sh start Stop CSP /usr/local/csp/cardproxy.sh stop Need more info to be logged? adjust the INFO in the logging tag to FINE or ALL. Have fun with this new toy. ''