How to Create an ARK: Survival Evolved Dedicated Server Guide (2024)

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

This method works for Steam and Epic game servers in crossplay.

Server Requirements

Windows 7+ (Windows 10 preferred) or Windows Server 2012+ (Windows Server 2019 preferred)

Quad Core processor (requires up to 2 full cores) - single thread performance preferred

8 GB memory (currently uses around 6 GB memory for 100 players filled)

5 GB disk space (install folder)

Renting an ARK server (see example control panel below!)

Step 1: Fetching Game Server files from SteamCMD

It is possible to fetch the steam files programmatically from Steam using SteamCMD.

  1. Create a folder where you wish to store your ARK: Survival Evolved 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 USER PASS +force_install_dir "C:\Some\Path\Where\You\Want\Game\Server\Files\To\Go" +app_update 346110 validate +quit
  1. Right-click SteamCMD.bat and Run as Administrator
  2. Your game server files should be completely downloaded by now

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

You can host ARK directly from your Steam common folder. To locate your common folder:

  1. Right-click ARK: Survival Evolved from Steam, select Properties
  2. Click Local Files tab
  3. Click 'Browse Local Files button

Step 2: Setting up an ARK: Survival Evolved Dedicated Server

  1. Create a batch file named ARK.bat in your newly created SteamCMD folder (Step 1) or your Steam common folder (Step 1: (alternate method)).
  2. Place the following code in this batch file:
start ShooterGameServer.exe "TheIsland?Port=27015?QueryPort=27016?SessionName=SURVIVALSERVERS?MaxPlayers=127?listen?ServerPassword=MYPASSWORD?ServerAdminPassword=MYPASSWORD" -nosteamclient -game -server -log
  1. If you want to allow Epic Games clients to connect, add the -crossplay toggle
  2. If you want to changemaps, change "TheIsland" with any other ARK map or DLC:
    1. TheIsland - The Island - Consists of multiple climatic and geological regions. There are five larger mountains in the north and plains in the south. Three large Obelisks form a triangle on the Island.
    2. ScorchedEarth_P - Scorched Earth - Stranded naked, dehydrated, and starving on a fiery, draught-ridden desert world, survivors must seek water, hunt for food, harvest new fiora, craft new items, and built shelter to protect from the deadly heat and new creatures that rule this scorched earth.
    3. TheCenter - The Center - Another spin on the Island variety map. Features a floating island, giant waterfalls, a vast underground world with its own ecosystem/sun, a lava biome similiar to Mordor, ancient ruins, and unique level design.
    4. Ragnarok - Ragnarok - Journey through an expansive 144 sq. kilometer environment where elements from The Island, Scorched Earth, and all new biomes are combined to bring the ultimate survivor experience.
    5. Aberration_P - Aberration - A derelict, malfunctioning ARK with an elaborate underground biome system, survivors face exotic new challenges unlike anything before: extreme radioactive sunlight and environmental hazards, ziplines, wingsuits, climbing gear, cave dwellings, charge-batteries, and far more, along with a stable of extraordinary new creatures await within the mysterious depths.
    6. Extinction - Finish your journey through the worlds of ARK in ‘Extinction’, where the story began and ends: on Earth itself! An Element-infested, ravaged planet filled with fantastical creatures both organic & technological, Earth holds both the secrets of the past and the keys to its salvation.
    7. Valguero_P - Explore new heights and hidden depths; whether it’s creating your foundations in the White Cliffs or unearthing the secrets of the Aberration Trench, Valguero offers a new experience in the ARK universe. With new biomes, challenging dungeon bosses, and mysterious ruins to discover, there’s always something exciting — and dangerous — on Valguero.
    8. CrystalIsles - Crystal Isles is 150 square kilometers of colorful scenery and awe-inspiring biomes teeming with life. This map's supernatural beauty has won the hearts of the ARK community since its debut as a mod in 2016, and we've polished it to bring out its shine.
  3. Run ARK.bat to start up the server

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

Epic Games

Use the in-game server browser with the Join button.

Steam

STEP 1: Update your server to the newest ARK 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.

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


STEP 3: Select ARK as your game at the bottom. Join your server!

Configuring your ARK Game Server!

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

To modify game server settings you can open the ShooterGame/Saved/Config/WindowsServer/GameUserSettings.ini

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

* Password=genesis* ServerPassword=genesis* MaxPlayers=10

Location of World Save Data

ShooterGame/Saved/SavedArks

Tools

Coming soon.
How to Create an ARK: Survival Evolved Dedicated Server Guide (2024)

FAQs

How to Create an ARK: Survival Evolved Dedicated Server Guide? ›

If you choose to build your own server, you'll need to purchase another PC or console to play ARK. The platform hosting the server won't have enough resources to also accommodate gameplay. If you're running your own server, you may be responsible for regular hardware and software maintenance checks.

How do I make myself admin on my ark dedicated server? ›

ARK Survival Evolved: How to become an admin
  1. Start the game.
  2. Connect to your 4Netplayers Gameserver.
  3. Open the console (Default key TAB)
  4. Enter the command enablecheats PASSWORD and press ENTER. Replace PASSWORD with your set admin password.

Can you play Ark while hosting a dedicated server? ›

If you choose to build your own server, you'll need to purchase another PC or console to play ARK. The platform hosting the server won't have enough resources to also accommodate gameplay. If you're running your own server, you may be responsible for regular hardware and software maintenance checks.

How do I setup a dedicated server? ›

How to Build a Dedicated Web Server
  1. Obtain a Dedicated Machine.
  2. Set up the Operating System.
  3. Configure the OS for Web Hosting.
  4. Set Up Your Self-Hosted Domain (optional)
  5. Install Monitoring Tools (optional)

How to make ark server for friends? ›

If one of you has already started a single player world, they can turn that into an “undedicated session” to allow friends to join. In the host menu, select “Host/Local” and then “Start Non-Dedicated Session”. Have your friends search for the session name in the server list and join in.

How do I setup a dedicated server for Ark? ›

Server Installation
  1. Install SteamCMD on your host system.
  2. Create a folder/directory to store the server files. ...
  3. Launch SteamCMD on your host and use it to download the server files. ...
  4. Create a script to launch the server with your desired options and settings.
Jul 11, 2024

How do I become an admin on a dedicated server? ›

To set up yourself as an admin, do the following:
  1. Start the server. Select an admin from the list of users. ...
  2. From the server screen, select the Start option. Move to Active Directory Users and Computers. ...
  3. Move to the Group Policy and edit configurations.

How much does a dedicated server cost in Ark? ›

Pricing. Renting an Ark Survival Evolved server from ServerBlend is designed to accommodate a range of needs. The standard plan starts at $18 per month, suitable for most users, while the premium plan starts at $30 per month, offering the fastest hardware and fewer clients per node for enhanced performance.

Can you host an Ark server for free? ›

Free ARK Server Hosting Services

If you want to take your gaming experience to the next level, ScalaCube free ARK server hosting uses cutting-edge technology to give perks like limitless plugins and traffic, unmetered bandwidth, and unparalleled access to all files.

Can a dedicated server in Ark be private? ›

There are several ways to join the game: on an official public server, hosting your own game locally, or by building your own private server with an Ark VPS.

What is the difference between a server and a dedicated server? ›

Shared Hosting allows multiple users/websites/accounts to be hosted on a single web server. Dedicated hosting, in its turn, is a single server solely devoted to one user. In a nutshell, the difference between a Shared and a Dedicated hosting server is like an apartment in a block of flats and a cottage house.

Are dedicated servers worth it? ›

One of the major reasons businesses choose dedicated servers is because it provides more resources for its users. This means more storage space, faster page loading, and better server performance. Sites with high traffic influx fare much better with dedicated servers than any other solution.

How much does a dedicated server cost per month? ›

Pricing: Mid-range dedicated servers may range from $100 to $300 or more per month, depending on specifications and provider. High-Performance Dedicated Servers:These servers are designed for enterprises, large websites, and resource-intensive applications that demand maximum computing power, memory, and storage.

What is the difference between dedicated and non dedicated servers in ARK? ›

Dedicated Ark servers are separate machines or programs exclusively made to host the game and act as a server. They run 24/7, provide a unique IP address, and serve you only. In contrast, a non-dedicated server uses your machine as the server and client. It's local and works if your playmates are nearby.

Can my friend play on my ARK server without me? ›

Nope, not a non-dedicated. Use the cheat for godmode on yourself and you can stay logged in while away if your friends want to play still. They will have to stay in the tether range of you the whole time though so a way for them to move you fixes that.

Does a non-dedicated session save on ARK? ›

Non-dedicated servers are somewhat similar to single-player ones. When you exit the game, it automatically saves, and you can resume it at any time from where you left off.

How do I force admin in Ark? ›

Setting Permanent Admin Access

If you want to always have admin access enabled on the server without using the command, this can be enabled in-game. Open the showmyadminmanager GUI cheat menu. Under Connected Players , select your player name. Press Whitelist below it to add your name as a whitelisted player.

How do I enter my admin password on dedicated ark? ›

Select ARK Server Settings

Enter your desired password in the Server Admin Password field. Press save, and then restart your server for the change to take effect. Once your server restarts, you can become an admin on your server by entering the following command in-game (press tab): enablecheats <your password>

How do you get admin on ark survival? ›

How To Become An Admin In ARK
  1. Once logged in, locate "Servers" and click on "Manage Server".
  2. Click "Manage" again.
  3. Locate "Information".
  4. Scroll down and find the "Administrator Account" section and click on "Show password".
  5. Copy the shown password.
  6. Connect to your server. ...
  7. You are now an admin in ARK: Survival Evolved.

How do you enable cheats on the ark server? ›

In singleplayer mode, just type the cheats to enable them. In multiplayer, if you have the admin password, you'll need to type 'EnableCheats <password>' before you can use cheats. Some cheats (while playing on a server) will require the prefix 'admincheat'.

Top Articles
Latest Posts
Article information

Author: Melvina Ondricka

Last Updated:

Views: 5451

Rating: 4.8 / 5 (48 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Melvina Ondricka

Birthday: 2000-12-23

Address: Suite 382 139 Shaniqua Locks, Paulaborough, UT 90498

Phone: +636383657021

Job: Dynamic Government Specialist

Hobby: Kite flying, Watching movies, Knitting, Model building, Reading, Wood carving, Paintball

Introduction: My name is Melvina Ondricka, I am a helpful, fancy, friendly, innocent, outstanding, courageous, thoughtful person who loves writing and wants to share my knowledge and understanding with you.