Instructions 1.) copy the tar file (spiderstar*tar.gz) to the root directory of your linux distribution (/) 2.) change to the root directory (cd /) and untar the file (tar xfz spiderstar*) 3.) copy the start script (spiderstar) to the init.d directory (e.g. cp spiderstar /etc/init.d/) 4.) make the start script executable (chmod a+x /etc/init.d/spiderstar ) 5.) if you want the server to automatically startup on system reboot set an appropriate link e.g. ln -s /etc/init.d/spiderstar /etc/rc3.d/S30spiderstar ln -s /etc/init.d/spiderstar /etc/rc3.d/K30spiderstar 6.) start the server by typing /etc/init.d/spiderstar start