Ark Survival Evolved: Installing Mods for a Server using FTP

Ark Survival Evolved: Installing Mods for a Server using FTP

How to Install Mods for an Ark Survival Evolved Server Using FTP

Setting up mods for your Ark: Survival Evolved server can be a simple and rewarding process. With a basic knowledge of FTP (File Transfer Protocol), you can easily enhance the gameplay experience. This guide will show you the necessary steps to install mods on your server using FTP, this guide is useful if you plan to host a server on your desktop, or have a dedicated server rented with a server company. If you already rent an ARK game server from a company this guide will not apply.

Prerequisites

Before you get started, you need:

  1. An Ark: Survival Evolved server: You should already have an Ark: Survival Evolved server. If not, there are numerous hosting providers online that you can choose from.
  2. FTP Client: You will need an FTP client. One of the most popular is FileZilla, which is free to use. Other options include WinSCP or Cyberduck.
  3. SteamCMD: SteamCMD is a command-line version of the Steam client, which will be needed to download the mods.
  4. Mod IDs: Each mod in the Steam workshop has a unique mod ID. You will need this ID to download the mods.

Installing Mods using FTP

Follow these steps to install mods on your Ark: Survival Evolved server:

1. Download Mods with SteamCMD

Firstly, you need to download the mods you want to use. To do this, you need to use SteamCMD.

  1. Download and install SteamCMD from the official Valve website.
  2. Create a new text document in your SteamCMD folder.
  3. Inside the text document, write the following commands:

login anonymous
force_install_dir ../arkse/mods/
app_update 376030 validate
quit

  1. Save the file with a .bat extension and then run it. The command app_update 376030 validate will download the mod with ID 376030 into the directory ../arkse/mods/.
  2. Once downloaded, you should see the mod in your Ark Survival Evolved directory.

livezilla screenshot

2. Upload the Mods via FTP

Once the mods are downloaded onto your local machine, the next step is to upload them to your Ark: Survival Evolved server using FTP.

  1. Open your FTP client.
  2. Enter your server's FTP credentials (IP, port, username, and password) which can be found in your server control panel. Make sure to connect using SFTP (Secure File Transfer Protocol) as it is more secure.
  3. Once connected, navigate to the Ark server directory. It's usually under /ShooterGame/Content/Mods.
  4. Now, on your local system, navigate to the folder where you downloaded the mods using SteamCMD.
  5. Drag and drop the downloaded mod folders into the /ShooterGame/Content/Mods directory on your server.
  6. Let the upload process finish. Depending on the size of the mod and your internet speed, this could take some time.

3. Enable the Mods on Your Server

After you have uploaded the mods, the next step is to enable them on your server.

  1. Access your server's control panel.
  2. Locate the 'GameUserSettings.ini' file, usually found in the /ShooterGame/Saved/Config/LinuxServer/ directory for Linux servers or /ShooterGame/Saved/Config/WindowsServer/ for Windows servers.
  3. Open the 'GameUserSettings.ini' file and find the line that starts with ActiveMods=.
  4. Add the mod IDs to the ActiveMods= line, separated by commas. For example, if you have two mods with IDs 123456 and 789012, the line should look like ActiveMods=123456,789012.
  5. Save and exit the file.

4. Restart Your Server

The final step is to restart your server for the changes to take effect. This process varies depending on your hosting provider, but it is typically found in your server's control panel.

  1. Locate the 'restart' option in your server control panel and click on it.
  2. Wait for the server to reboot. This may take a few minutes.

Now, your server should be running with the mods you've installed. Enjoy your customized Ark: Survival Evolved gameplay!

Remember, it's important to update your mods regularly to ensure their functionality and compatibility with the game. To update mods, you will need to repeat this process. It's also crucial to have backups of your server before making any changes or installing mods to prevent potential data loss. Happy gaming!

Search Our Articles

Browse Sections

Share