Thanks for visiting our wiki! Click here to order your own game server at SurvivalServers.com

Difference between revisions of "How to Create a Icarus Game Server Guide"

From Survival Servers
Jump to navigation Jump to search
 
(3 intermediate revisions by one other user not shown)
Line 33: Line 33:
 
# Create a bat file called host.bat.
 
# Create a bat file called host.bat.
 
# Right click on the host.bat file and edit it to look like
 
# Right click on the host.bat file and edit it to look like
##IcarusServer.exe -log -MULTIHOME=184.95.39.226 -PORT=30077 -QueryPort=30078 -ResumeProspect -SteamServerName="Customer Game Server"
+
##IcarusServer.exe -log -MULTIHOME=XXX.XXX.XXX -PORT=30077 -QueryPort=30078 -ResumeProspect -SteamServerName="Customer Game Server"
 
#Save then run the bat file as admin
 
#Save then run the bat file as admin

Latest revision as of 06:54, 16 December 2022

Creating an Icarus game server can be done with either a dedicated server or a home computer or hosted and rented from a server provider.

Option #1: Renting an Icarus server (see example control panel below!)

Control panel.gif

Option #2: Creating an Icarus Server From Your Home Computer or Dedicated Server

Server Requirements

Windows 7, 8, 8.1, Server 2008, Server 2012 & 64-Bit

Quad Core processor (requires up to 2 full cores)

Up to 16GB memory (currently uses around 6GB memory minimum and up to 15GB of memory for a full server)

2GB disk space (install folder)

Step 1: Fetching Game Server files from SteamCMD

The best method to get game server dedicated hosting files is via SteamCMD.

  1. Create a folder where you wish to store your Icarus game server hosting files
  2. Inside of the folder, place the newly downloading SteamCMD.exe file
  3. Create a batch file named SteamCMD.bat
  4. Place the following code in this batch file:
    @echo off
    start "" steamcmd.exe +login anonymous +force_install_dir "C:\Some\Path\Where\You\Want\Game\Server\Files\To\Go" +app_update 2089300 validate +quit
  5. Right-click SteamCMD.bat and Run as Administrator
  6. Your game server files should be completely downloaded by now

Step 2: Setting up Your Icarus Dedicated Server

  1. Head into the folder where you downloaded the files
  2. Create a bat file called host.bat.
  3. Right click on the host.bat file and edit it to look like
    1. IcarusServer.exe -log -MULTIHOME=XXX.XXX.XXX -PORT=30077 -QueryPort=30078 -ResumeProspect -SteamServerName="Customer Game Server"
  4. Save then run the bat file as admin


Share your opinion