Setting Up A Dedicated Server (Obsolete)

Status
Not open for further replies.

H2MT

Members
Oct 19, 2013
2
0
0
www.h2mt.org
#1
[anchor=top][/anchor]
Installing a Dedicated Server (images coming soon)



Contents
[hr]
  • [anchor=list1 goto=pre]Prerequisites[/anchor]
  • [anchor=list2 goto=manual]Running a Dedicated Server Manually (Not Recommended!)[/anchor]
  • [anchor=list3 goto=service]Setting Up Your Server to Run Automatically (As a service)[/anchor]
  • [anchor=list4 goto=tipsandtricks]Tips and Tricks[/anchor]
  • [anchor=list5 goto=optional]Optional Downloads[/anchor]


[hr]
Legend
  1. (x64) 64 Bit Windows has no max of RAM
  2. (x86) 32 Bit Windows has a max of 4GB of RAM
Q. How do i know what version i have?
A. Do you have a C:\Program Files (x86)\ folder? if not you have 32 Bit Windows
[hr]


  • [anchor=pre]Prerequisites[/anchor]
    [hr]
    1. Games For Windows Live Download Here (Not included in server, and can't connect online without)
    2. Halo 2 Vista Dedicated Server Latest Update Here (10/23/2007)
      Extract to (For x64)
      Code:
      cd C:\Program Files (x86)\Microsoft Games\Halo 2 Dedicated Server
      (For x86)
      Code:
      cd C:\Program Files\Microsoft Games\Halo 2 Dedicated Server
      or your custom install location.
    3. A Halo 2 Vista Product Key (Must be halo 2 vista server key no other live game keys work)


    [hr]
  • [anchor=manual]Running a Dedicated Server Manually[/anchor](Doesn't Work!)
    [hr]
    [tab=30]Notice:
    1. Can't Use The A Team Server Tool!
    2. Not Recommended For Longterm Use!
    [hr]

    If you want to manually start a server:
    1. Open a Command Prompt window.
    2. In the Command Prompt window, change your working directory to the location where you installed the server program files, for example:
      (For x64)
      Code:
      cd C:\Program Files (x86)\Microsoft Games\Halo 2 Dedicated Server
      (For x86)
      Code:
      cd C:\Program Files\Microsoft Games\Halo 2 Dedicated Server
    3. Start the server by running the following commands: h2server –live

    To run a LIVE server, a couple of additional instructions apply. The first time you start a LIVE server, you also need to set your product key, as shown:
    Code:
    live key 12345-12345-12345-12345-12345
    To sign in to LIVE, use the following command:
    Code:
    live autosignin [email protected]
    where [email protected] is your Windows Live account.
    It will then ask you for your password (does not show characters)
    Notice: you must sign in ingame and accept the terms of service in order to successfully login.


    [hr]
  • [anchor=service]Setting Up Your Server to Run Automatically[/anchor]
    [hr]

    To run the server automatically, you set up the server as a Windows service. Then, when you log off of Windows, the server continues running. It is recommended that you create a Windows Vista user account to associate the game service with.

    To set up your server to start automatically:
    1. Open a Command Prompt window. (On Windows Vista and up, you need to open a window for an elevated command prompt by using the Run As Administrator option.)
    2. In the Command Prompt window, change your working directory to the location where you installed the server program files, for example:
      (For x64)
      Code:
      cd C:\Program Files (x86)\Microsoft Games\Halo 2 Dedicated Server
      (For x86)
      Code:
      cd C:\Program Files\Microsoft Games\Halo 2 Dedicated Server
    3. Create a Windows service to run your server by running one of the following commands:
      For a single server
      Code:
      h2server -createservice -live
      or if you want more than one
      Code:
      h2server -createservice -live -instance:1
      Note: change -instance:1 to 2,3,4,5,6 and so on

    4. Log out of Windows and then log back on for the changes to take effect.
    5. Connect to your new service by opening the server console with the following command:
      Code:
      h2admin -live
      or
      Code:
      h2admin -live -instance:1
      To run a LIVE server, a couple of additional instructions apply. The first time you start a LIVE server, you also need to set your product key, as shown:
      Code:
      live key 12345-12345-12345-12345-12345


      To sign in to LIVE, use the following command:
      Code:
      live autosignin [email protected]
      where [email protected] is your Windows Live account.
      It will then ask you for your password (does not show characters)
      Notice: you must sign in ingame and accept the terms of service in order to successfully login.



    [hr]
  • [anchor=tipsandtricks]Tips and Tricks[/anchor]
    [hr]
    1. Creating Shortcut To Server Terminal
      • Make A Shortcut Of h2admin.exe on desktop (or where ever you want)
      • Right Click -> Properties -> Target
        Code:
        C:\Program Files (x86)\Microsoft Games\Halo 2 Dedicated Server\h2admin.exe -live
        or for instances
        Code:
        C:\Program Files (x86)\Microsoft Games\Halo 2 Dedicated Server\h2admin.exe -live -instance:1
    2. Exceded Max Servers For Your Key?
      [hidden]
      1. Input you key (live key XXXXX-XXXXX-XXXXX-XXXXX-XXXXX)
      2. Hit uparrow then enter repeatedly (around 20 times)
      3. type status if it says online you can now host a server
      [/hidden]





    [hr]
  • [anchor=optional]Optional Downloads[/anchor]
    [hr]
    1. A-Team Server Tool (Coming Soon)
[hr]
+1 Rep H2MT if This Tutorial was helpful

Tutorial By Shawn
 
Mar 30, 2013
249
0
0
Gamertag
SiC Avenged
#2
Re: Setting Up A Dedicated Server

awesome tutorial i did everything it said but having issues that titan did with sic servers a while ago....im gonna try to reinstall
 

PNill

Lead Dev
Project Cartographer Staff
Oct 25, 2015
99
2
8
Gamertag
TDxPermaNulled
#6
Re: Setting Up A Dedicated Server

Sebastien Weber said:
I will try set up it on ubuntu let me 2 or 3 hours i back for problems but this forum is little dead lol ? :eek:
The forum is not dead you're necro posting, and this guide won't help you setup a dedicated server as it's intended for the GFWL servers.

You also won't accomplish setting up a reliable dedicated server inside of ubuntu.
 
Status
Not open for further replies.