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

Difference between revisions of "How to Create a PixARK Server Guide"

From Survival Servers
Jump to navigation Jump to search
Line 47: Line 47:
 
# Place the following code in this batch file:
 
# Place the following code in this batch file:
 
::: start "" /NORMAL "C:\pixarkserver\ShooterGame\Binaries\Win64\PixARKServer.exe" "CubeWorld_Light?listen?MaxPlayers=YOURMAXPLAYERS?Port=27015?QueryPort=27016?RCONPort=27017?SessionName=YOURHOSTNAME?ServerAdminPassword=YOURADMINPASSWORD" -NoBattlEye -nosteamclient -game -server -log
 
::: start "" /NORMAL "C:\pixarkserver\ShooterGame\Binaries\Win64\PixARKServer.exe" "CubeWorld_Light?listen?MaxPlayers=YOURMAXPLAYERS?Port=27015?QueryPort=27016?RCONPort=27017?SessionName=YOURHOSTNAME?ServerAdminPassword=YOURADMINPASSWORD" -NoBattlEye -nosteamclient -game -server -log
 +
# Make sure to set your MaxPlayers, SessionName, and ServerAdminPassword to what you would like those set as.
 +
 
# More information will be coming on March 27 as server files are released
 
# More information will be coming on March 27 as server files are released
  
 
== Step 3: Port Forwarding ==
 
== Step 3: Port Forwarding ==
Add an incoming rule to your Windows Firewall to allow UDP port 27015 as well as 27016 (or whichever port you are using).
+
Add an incoming rule to your Windows Firewall to allow UDP port 27015 as well as 27016, and 7777 (or whichever port you decide to use).
  
 
You may additionally need to add a forwarding rule to your network router. You can use [http://PortForward.com/ PortForward.com] to read how to do this.
 
You may additionally need to add a forwarding rule to your network router. You can use [http://PortForward.com/ PortForward.com] to read how to do this.
 +
 +
== Locating and Joining your server ==
 +
 +
# First make sure your server is running by running the '''PixArkServer.bat''' file as admin (If the CMD window is already up for it then you are fine)
 +
# Head into steam and click on the view tab at the top left
 +
# From there select servers and a new panel will show up
 +
# Hit the '''Lan''' tab at the top and the filter button at the bottom
 +
# Set the filter to ARK
 +
# If your server shows up there then you know it is running and ready to roll
  
 
== How to Join Your Server (SurvivalServers.com Customers) ==
 
== How to Join Your Server (SurvivalServers.com Customers) ==

Revision as of 15:44, 26 March 2018

Creating a PixARK game server is an easy process that can be done from either a dedicated server or your home computer.

Option #1: Renting a PixARK server (see example control panel below!)

Dx6BNmP.gif

mYARI5n.png

Option #2: Creating a PixARK 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)

Visual C++ Redistributable for Visual Studio 2015

Step 1: Fetching Game Server files from SteamCMD

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

  1. Create a folder where you wish to store your PixARK game server hosting files in
  2. Inside of the folder, create a folder called SteamCMD and place the newly downloading SteamCMD.exe file within it
  3. Create a batch file named SteamCMD.bat within the SteamCMD folder
  4. Place the following code in this batch file:
@echo off
start "" steamcmd.exe +login username password +force_install_dir "C:\Some\Path\Where\You\Want\Game\Server\Files\To\Go" +app_update 824360 validate +quit
  1. Change the "Username" and "Password" with your steam login info
  2. Change the Patho of the C:\ drive to the location of your PixARK server folder you created earlier
  3. Right-click SteamCMD.bat and Run as Administrator
  4. Your game server files should start downloading now

(alternate method): Locating Game Server Files on Hard Drive

You can host PixARK directly from the game itself. If you want to change any settings, locate your common folder:

  1. Right-click PixARK from Steam, select Properties
  2. Click Local Files tab
  3. Click 'Browse Local Files button

Step 2: Setting up a PixARK Dedicated Server

  1. Create a batch file named PixARKServer.bat in your newly created PixARK server folder from step 1
  2. Place the following code in this batch file:
start "" /NORMAL "C:\pixarkserver\ShooterGame\Binaries\Win64\PixARKServer.exe" "CubeWorld_Light?listen?MaxPlayers=YOURMAXPLAYERS?Port=27015?QueryPort=27016?RCONPort=27017?SessionName=YOURHOSTNAME?ServerAdminPassword=YOURADMINPASSWORD" -NoBattlEye -nosteamclient -game -server -log
  1. Make sure to set your MaxPlayers, SessionName, and ServerAdminPassword to what you would like those set as.
  1. More information will be coming on March 27 as server files are released

Step 3: Port Forwarding

Add an incoming rule to your Windows Firewall to allow UDP port 27015 as well as 27016, and 7777 (or whichever port 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.

Locating and Joining your server

  1. First make sure your server is running by running the PixArkServer.bat file as admin (If the CMD window is already up for it then you are fine)
  2. Head into steam and click on the view tab at the top left
  3. From there select servers and a new panel will show up
  4. Hit the Lan tab at the top and the filter button at the bottom
  5. Set the filter to ARK
  6. If your server shows up there then you know it is running and ready to roll

How to Join Your Server (SurvivalServers.com Customers)

STEP 1: Update your server to the newest PixARK version, then click the green update button at the bottom of the panel. * If you are not a Survival Servers customer ask your game server host about this.

UpdatecmdARK.png

METHOD 2, STEP 1: Find your server from the in-game server list!

PixARKServerList.png

METHOD 2, STEP 2: Right click Steam in the task bar icons of your PC and select servers as pictured below.

Step11.png

METHOD 2, STEP 3: Select PixARK as your game at the bottom. Join your server!

File:Step2PixARK.png

Configuring your PixARK Game Server!

Now comes the fun part, setting up your PixARK game server to your liking.

You must specific the port in \PixARK\Saved\Config\WindowsServer\Engine.ini

[url]
Port=27015

To modify game server settings you can open the \PixARK\Saved\Config\WindowsServer\Game.ini

You can modify settings in here (in addition to the launch line) - these settings overwrite your launch line settings:

Detailed config files will be updated here when the game launches in March 2018

Location of World Save Data

PixARKSandbox/Saved/

Tools

Coming soon.


Share your opinion