Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
That's what I use. The guy originally started off making a script to easily spin up and maintain CSGO servers, but has since expanded it to a ton of games.
You can use cronjobs to automate updating. The documentation is awesome.
Also, I rediscovered the beauty of ufw (uncomplicated firewall) tonight and highly recommend it over just using iptables for firewall management.
Yeah, I finally got time to redo my server. The LGSM script made everything just work. Once I realized I was generating GSLTs for 740 instead of 730, and I had to generate one for each server I created instead of reusing an old one (yes, this is well documented, but one must first RTFM instead of think, "This is too simple, I can wing it" to appreciate it) things just started working.
Thanks for the recommendation on the firewall too. I have enterprise-class firewalls (thanks day job), but I know others here could use the intel.
As far as the firewall goes, I meant on the server itself. Instead of using the built-in iptables in linux, do a sudo apt-get ufw or yum install ufw (I think it's available on redhat/centos, but it's been a while since I worked on that flavor). It makes managing the firewall on the server much, MUCH more straightforward.