How can i install CXS on my server?

To install cxs on using the Installer Script you must first register your server with us by sending an email to sales@waytotheweb.com together with your order details and your servers main IP address.

When we confirm that this has been done, you should perform the following in a root shell on your server via SSH:

wget http://www.configserver.com/free/cxsinstaller.tgz
tar -xzf cxsinstaller.tgz
perl cxsinstaller.pl
rm -fv cxsinstaller.*

You must the follow the installation instructions in /etc/cxs/install.txt from step 2 onwards.

Note: If you are simply changing your server's IP address (and have notified us of the change) or reinstalling on a licensed server for any reason, you do not need to register with us again before performing the manual install.

Was this answer helpful?

Related Articles

How do I set up logging for cxs ftp and web script upload scanning?

1. Create a log file, for example /var/log/cxs.log, and chmod it 666. 2. Edit the files...

How do I test whether cxs upload scanning is working correctly?

You will need a cPanel account with a domain you can browse to, to use for testing. Set up cxs...

How do I configure cxs to scan and quarantine suspicious files on ftp upload?

You should be comfortable logging into ssh as root and running Linux commands to follow these...

How do I configure cxs to scan and quarantine suspicious files uploaded through php and cgi scripts using mod_security?

You should be comfortable logging into ssh as root and running Linux commands to follow these...

CXS does not seem to be detecting files uploaded via web scripts. What should I check to find out why it's not working?

1. Check that the alert emails are being sent and received. If you have --mail root in your...