How to Create an Abiotic Factor Dedicated Server Guide: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Option #1: Renting a Abiotic Factor server (see example control panel below!) == File:Control panel.gif|none|link=https://survivalservers.com/sspanel/?game=abioticfactor&...") |
|||
| Line 20: | Line 20: | ||
The best method to get dedicated server game files is via the dedicated server depot on Steam via [https://developer.valvesoftware.com/wiki/SteamCMD SteamCMD]. | The best method to get dedicated server game files is via the dedicated server depot on Steam via [https://developer.valvesoftware.com/wiki/SteamCMD SteamCMD]. | ||
# Create a folder where you wish to store your | # Create a folder where you wish to store your Abiotic Factor game server hosting files | ||
# Inside of the folder, place the newly downloading [https://developer.valvesoftware.com/wiki/SteamCMD SteamCMD.exe] file | # Inside of the folder, place the newly downloading [https://developer.valvesoftware.com/wiki/SteamCMD SteamCMD.exe] file | ||
# Create a batch file named '''SteamCMD.bat''' | # Create a batch file named '''SteamCMD.bat''' | ||
Revision as of 10:27, 3 May 2024
Option #1: Renting a Abiotic Factor server (see example control panel below!)
Option #2: Creating a Abiotic Factor Server From Your Home Computer or Dedicated Server
Server Requirements
Windows 10/11, Server 2016/2019/2022 & 64-Bit
Quad Core processor (requires up to 2 full cores)
Up to 8GB memory (currently uses around 1GB memory)
4GB disk space (install folder)
Step 1: Fetching Game Server files
The best method to get dedicated server game files is via the dedicated server depot on Steam via SteamCMD.
- Create a folder where you wish to store your Abiotic Factor game server hosting files
- Inside of the folder, place the newly downloading SteamCMD.exe file
- Create a batch file named SteamCMD.bat
- Place the following code in this batch file:
- @echo off
- start "" steamcmd.exe +login USER PASS +force_install_dir "C:\Some\Path\Where\You\Want\Game\Server\Files\To\Go" +app_update 2857200 validate +quit
- Right-click SteamCMD.bat and Run as Administrator
- Your game server files should be completely downloaded by now
Step 2: Setting up a Abiotic Factor Dedicated Server
- Create a batch file named AbioticFactor.bat in your newly created Foundry server folder from step 1
- Place the following code in this batch file:
- cd C:\path\to\abioticfactor\server\
- IF EXIST "C:\path\to\abioticfactor\server\AbioticFactor\Binaries\Win64\AbioticFactorServer-Win64-Shipping.exe" start "" /MIN /NORMAL "C:\path\to\abioticfactor\server\AbioticFactor\Binaries\Win64\AbioticFactorServer-Win64-Shipping.exe" -log -newconsole -useperfthreads -NoAsyncLoadingThread -SteamServerName="RENT TODAY by SurvivalServers.com" -PORT=40450 -QueryPort=40451 -MaxServerPlayers=6
- exit
- cd C:\path\to\abioticfactor\server\
Step 3: Configuring your Abiotic Factor Server
Now comes the fun part, setting up your Foundry game server to your liking.
Currently all config edits are done through the launch line.
Step 3: Port Forwarding
Add an incoming rule to your Windows Firewall to allow TCP/UDP port (game port) 15636, (Steam query port) 15637 (or whichever ports you decide to use)
You may additionally need to add a forwarding rule to your network router. You can use PortForward.com to read how to do this.

