Difference between revisions of "How to Create a PixARK Server Guide"
Line 1: | Line 1: | ||
− | Creating a | + | Creating a PixARK game server is an easy process that can be done from either a dedicated server or your home computer. |
− | Creating a | + | Creating a PixARK 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 a | + | == Option #1: Renting a PixARK server (see example control panel below!) == |
− | [https://www.survivalservers.com/sspanel/?game= | + | [https://www.survivalservers.com/sspanel/?game=pixark&trckaff=3881&trckit=WIKI http://i.imgur.com/Dx6BNmP.gif] |
− | [https://www.survivalservers.com/sspanel/?game= | + | [https://www.survivalservers.com/sspanel/?game=pixark&trckaff=3881&trckit=WIKI https://i.imgur.com/mYARI5n.png] |
− | == Option #2: Creating a | + | == Option #2: Creating a PixARK Server From Your Home Computer or Dedicated Server == |
== Server Requirements == | == Server Requirements == | ||
Windows 7, 8, 8.1, Server 2008, Server 2012 & 64-Bit | Windows 7, 8, 8.1, Server 2008, Server 2012 & 64-Bit | ||
Line 25: | Line 25: | ||
The best method to get game server dedicated hosting files is via [https://developer.valvesoftware.com/wiki/SteamCMD SteamCMD]. | The best method to get game server dedicated hosting files is 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 PixARK game server hosting files |
# Inside of the folder, place the newly downloading SteamCMD.exe file | # Inside of the folder, place the newly downloading SteamCMD.exe file | ||
# Create a batch file named '''SteamCMD.bat''' | # Create a batch file named '''SteamCMD.bat''' | ||
Line 36: | Line 36: | ||
== Step 1 (alternate method): Locating Game Server Files on Hard Drive == | == Step 1 (alternate method): Locating Game Server Files on Hard Drive == | ||
− | You can host | + | You can host PixARK directly from the game itself. If you want to change any settings, locate your common folder: |
− | # Right-click | + | # Right-click PixARK from Steam, select '''Properties''' |
# Click '''Local Files''' tab | # Click '''Local Files''' tab | ||
# Click '''Browse Local Files'' button | # Click '''Browse Local Files'' button | ||
− | == Step 2: Setting up a | + | == Step 2: Setting up a PixARK Dedicated Server == |
− | # Create a batch file named ''' | + | # Create a batch file named '''PixARKServer.bat''' in your newly created SteamCMD folder (Step 1) or your Steam common folder (Step 1: (alternate method)). |
# Place the following code in this batch file: | # Place the following code in this batch file: | ||
− | ::: start "C:\ | + | ::: start "C:\pixarkserver\PixARK\Binaries\Win64\PixARKServer.exe" -nosteamclient -game -server -log |
# More information will be coming on July 26 as server files are released | # More information will be coming on July 26 as server files are released | ||
Line 56: | Line 56: | ||
== How to Join Your Server (SurvivalServers.com Customers) == | == How to Join Your Server (SurvivalServers.com Customers) == | ||
− | STEP 1: Update your server to the newest | + | 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. |
[[File:updatecmdARK.png]] | [[File:updatecmdARK.png]] | ||
Line 62: | Line 62: | ||
METHOD 2, STEP 1: Find your server from the in-game server list! | METHOD 2, STEP 1: Find your server from the in-game server list! | ||
− | [[File: | + | [[File:PixARKServerList.png|750px]] |
METHOD 2, STEP 2: Right click Steam in the task bar icons of your PC and select servers as pictured below. | METHOD 2, STEP 2: Right click Steam in the task bar icons of your PC and select servers as pictured below. | ||
Line 68: | Line 68: | ||
[[File:Step11.png]] | [[File:Step11.png]] | ||
− | METHOD 2, STEP 3: Select | + | METHOD 2, STEP 3: Select PixARK as your game at the bottom. Join your server! |
− | [[File: | + | [[File:Step2PixARK.png]] |
− | == Configuring your | + | == Configuring your PixARK Game Server! == |
− | Now comes the fun part, setting up your | + | Now comes the fun part, setting up your PixARK game server to your liking. |
− | You must specific the port in '''\ | + | You must specific the port in '''\PixARK\Saved\Config\WindowsServer\Engine.ini''' |
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; "> | <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; "> | ||
Line 82: | Line 82: | ||
</pre> | </pre> | ||
− | To modify game server settings you can open the '''\ | + | 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: | You can modify settings in here (in addition to the launch line) - these settings overwrite your launch line settings: | ||
Line 91: | Line 91: | ||
== Location of World Save Data == | == Location of World Save Data == | ||
− | + | PixARKSandbox/Saved/ | |
== Tools == | == Tools == | ||
:Coming soon. | :Coming soon. | ||
__NOTOC__ | __NOTOC__ |
Revision as of 09:34, 1 February 2018
Creating a PixARK game server is an easy process that can be done from either a dedicated server or your home computer.
Creating a PixARK 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 a PixARK server (see example control panel below!)
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 game server dedicated hosting files is via SteamCMD.
- Create a folder where you wish to store your PixARK 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 anonymous +force_install_dir "C:\Some\Path\Where\You\Want\Game\Server\Files\To\Go" +app_update 123456 validate +quit
- Right-click SteamCMD.bat and Run as Administrator
- Your game server files should be completely downloaded by now
Step 1 (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:
- Right-click PixARK from Steam, select Properties
- Click Local Files tab
- Click 'Browse Local Files button
Step 2: Setting up a PixARK Dedicated Server
- Create a batch file named PixARKServer.bat in your newly created SteamCMD folder (Step 1) or your Steam common folder (Step 1: (alternate method)).
- Place the following code in this batch file:
- start "C:\pixarkserver\PixARK\Binaries\Win64\PixARKServer.exe" -nosteamclient -game -server -log
- More information will be coming on July 26 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 (or whichever port you are using).
You may additionally need to add a forwarding rule to your network router. You can use PortForward.com to read how to do this.
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.
METHOD 2, STEP 1: Find your server from the in-game server list!
METHOD 2, STEP 2: Right click Steam in the task bar icons of your PC and select servers as pictured below.
METHOD 2, STEP 3: Select PixARK as your game at the bottom. Join your server!
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