Skip to main content

How to Disable PvP and Switch to PvE on your ARK Server

Your ARK server can run in either PvP (Player vs Player) or PvE (Player vs Environment) mode.

In PvP, players can attack each other, raid bases, and kill or steal tamed dinosaurs. In PvE, players cannot damage each other, which creates a more relaxed and cooperative experience focused on building, taming, and exploration.

This guide shows you two ways to switch your server from PvP to PvE:


Method 1: New Menu

Step 1) Open your Console, select your server, and stop it using the STOP button.

Stop server

Step 2) Open User Settings from the menu on the left.

On this page, click the View File button above the settings menu on the right side.

View File Server Settings

Step 3) In the text editor, find the [ServerSettings] section.

Under this section, add the following line on a new line:

ServerPVE=True

Server settings parameters edit

ServerPVE

Step 4) Click Save Content.

Save Content

Step 5) Open Game Settings from the menu on the left.

Game.ini

Click the View File button above the settings menu.

Step 6) Add the following line on a new line:

bAutoPvETimer=false

Step 7) Return to the Console and start your server again.


Method 2: File Manager

Step 1) Open your Console, select your server, and stop it using the STOP button.

Once the server is stopped, open FILE MANAGER from the left-side menu under SERVER CONTROLS.

Stop server then file manager

Step 2) Go to:

ShooterGame > Saved > Config > LinuxServer

Open the GameUserSettings.ini file.

Navigate to GameUserSettings.ini

Step 3) In the editor, find the [ServerSettings] section.

Add this line on a new line under it:

ServerPVE=True

Server settings parameters edit

ServerPVE

Then click Save Content.

Save Content

Step 4) In the same folder, open the Game.ini file.

Navigate to Game.ini

Step 5) If the file is empty, add this line first:

[/script/shootergame.shootergamemode]

Game.ini add script

Step 6) Then add this line on a new line:

bAutoPvETimer=false

Click Save Content when you are done.

Save Content

Step 7) Return to the Console and start your server again.

Your server is now set to PvE, and the change will also appear in the server list.