|
|
|
| Web Hosting Guide |
![]() ![]() |
How To Set Up A Dedicated Server, Counter-Strike dedicated server setup |
Jan 3 2007, 09:22 AM
Post
#1
|
|
|
Member [ Level 1 ] Group: Members Posts: 42 Joined: 2-January 07 Member No.: 19,036 |
Ok, i made this short tutorial on how to start a dedicated server in counter-strike. Hope everyone finds it useful.
Required software: Steam Counter-Strike 1.6 / Condition Zero Dedicated Server (Found in Steam > Tools) First, you haave to make sure ur router is configured with all hlds ports forwarded to your ip address. To access your router, you type the default gateway address (E.g. 192.168.1.1) in internet explorer and enter your details when prompted. Then navigate your way till you find a section called 'port range forwarding', usually found in 'applications and gaming'. Once there, add an entry 'hlds'. In the port range, from start to end, put 27015 (assuming thats the port ur using), in protocol, select 'Both', in IP address, put ur ip , and tick 'Enable' *NOTE* Only do this step if you are experiencing problems with server detection. Next, you have to install the latest version of AMX Mod X, found in http://www.amxmodx.org. You can access your server mods in C:\Program Files\Valve\Steam\SteamApps\*YourAccountName*\dedicated server\cstrike\addons (It should be there if AMXX was installed correctly). Ok, from there its up to you which mods you install on ur server. If you want deathmatch, for example, click the plugins link on the AMX mod X website, navigate your way to the mod, and follow its installation instructions. A typical mod installation would involve excracting the plugin file, compiling it, then adding a line in the plugins.ini file, found in the configs folder. If you need further information or are experiencing problems, feel free to PM me. |
|
|
|
Jan 7 2007, 12:39 PM
Post
#2
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 20 Joined: 26-August 06 Member No.: 15,544 |
Or you can use the hldsupdatetool. This version is more effiecient and would take take up less resources if its a "dedicated" server
Window hldsupdatetool installation First you would need to download and install the tool here Install the hldsupdatetool in the C:/hlds or which ever drive you choose. Now to install the server you want to host. Go to Start > Run > cmd > cd\ > cd hlds and run the hldsupdatetool.exe. To install counter-strike 1.6 server type hldsupdatetool.exe -command update -game cstrike -dir c:/hlds and it will download the files to run a counter-strike 1.6 server. To see a list of game use the hldsupdatetool.exe -command update -game list . Linux hldsupdatetool Installation Agian we will need to download the tool to update the server but this time we're going to download the linux version. I'll show you how to install a server through SSH CODE mkdir hlds This will make a new folder name hlds CODE cd hlds This will change you to hlds directory CODE wget http://storefront.steampowered.com/download/hldsupdatetool.bin This will download the tool to install a server on linux CODE chmod +x hldsupdatetool.bin This will make the tool executable Now run CODE ./steam and you should get CODE Checking bootstrapper version … Getting version X of Steam HLDS Update Tool Downloading. . . . . . . . . . . Steam Linux Client updated, please retry the command Now to install a counter-strike 1.6 server CODE ./steam -command update -game cstrike -dir /home/hlds Now it should download the linux version of the counter-strike server Running the server Windows - Go to C:\hlds and create a short of hlds.exe right click on the hlds.exe short and go to poperties add this after C:\hlds\hlds.exe "-console -game cstrike +port 27015 +map de_dust +maxplayers 16 -autoupdate" without quotes save and run the hlds.exe shortcut Linux - go to the hlds directory and type ./hlds_run -console -game cstrike +port 27015 +map de_dust +maxplayers 16 -autoupdate If your trying to run the server behind a router go to http://portforward.com/english/routers/por...routerindex.htm To get your ip go to http://whatismyip.com This post has been edited by biggiebi: Jan 7 2007, 12:41 PM |
|
|
|
Jan 7 2007, 03:19 PM
Post
#3
|
|
|
Member [ Level 1 ] Group: Members Posts: 42 Joined: 2-January 07 Member No.: 19,036 |
What you just explained there is how to fully update half life dedicated server through an update tool and run the server through a console. That is a good addition to my somewhat brief tutorial because i already see i have neglected to explain how to update the dedicated server program. However, i see i have already explained how to forward ports for the server if you are running behind a router as well as how to add typical mods. I guess the tutorial for my title should instead have been 'How to configure your router to run a dedicated server and add mods' or something similar.
But thanks for that good addition as an explanation of a fast way to actually run hlds efficiently was needed. |
|
|
|
Jan 7 2007, 04:25 PM
Post
#4
|
|
|
Super Member Group: Members Posts: 611 Joined: 29-September 06 Member No.: 16,228 |
Oh, I would have thought it was HL + Mods, VNC server and something like no-ip's tracker (I'd put apache on to explain). Nice, even though I don't play it, I play similar.
|
|
|
|
Jan 7 2007, 08:34 PM
Post
#5
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 20 Joined: 26-August 06 Member No.: 15,544 |
QUOTE(toby @ Jan 7 2007, 08:25 AM) [snapback]95409[/snapback] Oh, I would have thought it was HL + Mods, VNC server and something like no-ip's tracker (I'd put apache on to explain). Nice, even though I don't play it, I play similar. VNC is to connect to a remote host? no-ip's is pretty much useless |
|
|
|
Jan 7 2007, 10:52 PM
Post
#6
|
|
|
Member [ Level 2 ] Group: Members Posts: 58 Joined: 9-November 06 Member No.: 17,133 |
VNC is a Remote Desktop Server/Client to get virtual access to a remote computer.
|
|
|
|
Jan 19 2007, 06:33 PM
Post
#7
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 1 Joined: 19-January 07 Member No.: 19,702 |
Ok i did everything whit the router for my dedicated server but it aint still working
My aplication is hlds my start to end is 27015 my protocool is both and my ip addres is 192.168.1.(210) (im not sure im supposed to use that muber 210 ) and the enable box is check i need help fast This post has been edited by Deviling: Jan 19 2007, 06:34 PM |
|
|
|
Jan 20 2007, 05:52 AM
Post
#8
|
|
|
Premium Member Group: [HOSTED] Posts: 438 Joined: 28-January 06 Member No.: 10,925 |
Does your computer have a static ip Deviling?
If so (or if you don't know and want to try this anyway) go to: Start -> run Type in 'cmd' Type ipconfig in the command prompt that pops up and get your ip address. This is the address that you need to forward the ports to. If you find that after you reboot your modem you can't run servers any more do another ipconfig (above) and check to see if your ip is the same. If your ip is different visit: http://portforward.com/networking/staticip.htm it explains how to setup a static ip on your computer. -HellFire |
|
|
|
Jan 22 2007, 05:04 PM
Post
#9
|
|
|
Premium Member Group: Members Posts: 330 Joined: 2-February 06 Member No.: 11,040 |
My friend wants to make a dedicated server that would have 8 slots for the game. The one we currently have for the dedicated server is a Pentium 3, 450Mhz, 128MB RAM, WIN2k, 4GB hard drive. Is that enough to make it into a dedicated server?
|
|
|
|
Jan 27 2007, 06:53 AM
Post
#10
|
|
|
Member [ Level 1 ] Group: Members Posts: 42 Joined: 2-January 07 Member No.: 19,036 |
Its certainly not enough, and he will have an extremely hard time, as 128 mb ram is the complete minimum. I would recommend he gets 1GB at least. The pentium is also little, the processor is very slow, and hard drive is little. The outcome of setting up a dedicated server with those specs will be serious lag issues.
|
|
|
|
![]() ![]() |
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
Similar Topics
| Topic Title | Replies | Topic Starter | Views | Last Action | |||
|---|---|---|---|---|---|---|---|
![]() |
18 | Nuwan | 8,307 | 16th November 2009 - 09:16 PM Last post by: HannahI |
|||
![]() |
10 | Jimmy89 | 2,478 | 10th November 2009 - 03:31 PM Last post by: iG-Will |
|||
![]() |
15 | jedipi | 5,149 | 9th November 2009 - 04:59 PM Last post by: iG-mark |
|||
![]() |
16 | nightfox | 2,759 | 4th November 2009 - 11:25 PM Last post by: HannahI |
|||
![]() |
16 | rmdort | 8,121 | 4th November 2009 - 11:22 PM Last post by: HannahI |
|||
![]() |
9 | jedipi | 4,613 | 28th October 2009 - 08:09 PM Last post by: HannahI |
|||
![]() |
30 | x2crazy4shadyx | 7,592 | 16th October 2009 - 05:02 AM Last post by: iG-RidingKeysLamp |
|||
![]() |
6 | xboxrulz | 1,002 | 8th October 2009 - 07:33 PM Last post by: iG-Omar |
|||
![]() |
7 | GM Sneaky | 6,974 | 6th October 2009 - 02:16 PM Last post by: iG-Notes |
|||
![]() |
29 | Mitch666Holland | 4,653 | 2nd October 2009 - 07:03 AM Last post by: iG-albu77 |
|||
![]() |
6 | Koutarou | 4,280 | 21st September 2009 - 11:56 AM Last post by: iG-Michael |
|||
![]() |
3 | jonnahlynb29e | 147 | 13th September 2009 - 04:58 PM Last post by: yordan |
|||
![]() |
2 | biggiebi | 4,531 | 8th September 2009 - 05:21 PM Last post by: iG-andres |
|||
![]() |
14 | sendto | 12,863 | 29th August 2009 - 04:42 AM Last post by: iG-Asgar |
|||
![]() |
4 | Emerson | 4,811 | 23rd August 2009 - 03:21 AM Last post by: iG-BJ |
|||
|
Lo-Fi Version | Time is now: 21st November 2009 - 11:24 PM |
© 2009 AstaHost: Free Web Hosting & Technical Discussion, Free Web Hosting. a member of xisto.
Powered by Invision Board. Skin: IPB Forum Skins
Expand / Collapse Navigation



Jan 3 2007, 09:22 AM





