10-08-2006, 04:45 PM
fqdn Wrote:cosmos Wrote:Hi, guys. I am very interested in running a CS:S server on linux box, but I am new to linux so I came to ask advice from you Linux gurus here. Here is my questions:
1. What is the best Linux OS to run the CS:S server? What does it mean, "distro?"
2. What is the perfect settings for running a couple of match server and a public server or public servers and a match servers? My plan is to run a 1000 FPS 100 tick 12 Man match server and 20 man dm 100 tick 500 fps public server as an example.
3. How do I run a 1000 fps server?
4. How do I control the dedicated box remotely? Obviously, I would need a special programs for it, but what is the best one? Plesk?
Thanks in advance and I look forward hearing from you Linux masters. ^^
1) you'll probably get 10 different answers from 10 different people, i use centos which is based on red hat enterprise. it works for me just like other "distros" work for others. each distro is a distribution that is customized by a certain "group" or company, centos, debian, ubuntu, fedora etc are all distros.
2) each server is different so there is no one generic config, with all distros you should recompile your kernel timer to 1000hz. server side fps is set with the max_fps line in the startup.
3) refer to #2 + where is your server located? at your home or a real datacenter?
4) you need some type of ssh program (ie putty)to get to your server, plesk is a control panel for webhosts not for gameservers, you may want to invest in tcadmin, gamecp etc which are game control panels there are plenty to choose from. if it's just 2 servers you can just use your ssh client to control and make changes it's not that hard to learn, you'll need to learn to set up your server anyway.
Hi, thanks for the reply. Well, my plan is to host on a datacenter since home connections are insufficient to handle all traffics. By the way, where can i obtain copies of distros?