Conan Exiles is an open-world survival game set in the brutal world of Conan the Barbarian. The game features multiplayer modes where players can build their own empires, engage in epic combat, and survive in a hostile environment. Hosting a Conan Exiles server allows you to control the game world, customize settings, and play with your friends or community. AnonVM, a top offshore hosting provider, offers high-performance virtual private servers (VPS) that are ideal for hosting a Conan Exiles server.
This guide will walk you through the steps to set up your own Conan Exiles server on an AnonVM VPS, allowing you to enjoy a seamless and reliable hosting experience.
Prerequisites
Before proceeding, ensure you have the following:
- An active AnonVM VPS account with access to a VPS.
- Basic understanding of SSH and Linux terminal commands.
- Conan Exiles server files (via SteamCMD).
- A domain (optional, for a custom hostname).
- Basic firewall and networking knowledge.
Step 1: Access Your AnonVM VPS
-
Log into your AnonVM hosting panel and select the VPS you want to use for your Conan Exiles server.
-
Connect to your VPS via SSH. You can use a terminal on Linux/Mac or a tool like PuTTY on Windows.
Command for Linux/Mac:
Enter the password you set during VPS setup when prompted.
Step 2: Install Required Dependencies
Conan Exiles requires some basic dependencies to be installed on your server. These include the SteamCMD tool and other necessary libraries.
-
Update your VPS:
-
Install dependencies:
-
Install SteamCMD: SteamCMD is required to download and update the Conan Exiles server files. Run the following commands to install SteamCMD:
Step 3: Download Conan Exiles Server Files
Now that you have SteamCMD installed, you can use it to download the Conan Exiles server files.
-
Navigate to the SteamCMD folder:
-
Run SteamCMD to download the server files:
-
Inside the SteamCMD prompt, log in as anonymous and download the server:
This will download the server files to the
./conanexiles
directory.
Step 4: Configure Your Conan Exiles Server
With the server files downloaded, it’s time to configure your Conan Exiles server to suit your needs.
-
Navigate to the Conan Exiles directory:
-
Edit configuration files: Conan Exiles uses a configuration file to define various server settings. The main configuration file is typically found in the
ConanSandbox/Saved/Config/LinuxServer/
directory and is calledServerSettings.ini
.To edit the configuration, use a text editor like
nano
:Some key settings you might want to configure include:
- Server Name: Set your server’s name.
- Max Players: Adjust the maximum number of players that can join the server.
- Password: Set a server password for private access.
- PVE/PVP Settings: Choose whether you want your server to be PVE (player versus environment) or PVP (player versus player).
- Difficulty Level: Modify the difficulty to suit your preferences.
After editing, save the file by pressing
CTRL + X
, thenY
to confirm changes.
Step 5: Open Required Ports
In order to allow players to connect to your Conan Exiles server, you need to open specific ports in your VPS firewall.
Conan Exiles typically requires the following ports:
- 7777 (TCP/UDP) for the game server.
- 27015 (UDP) for server queries.
- 7778 (UDP) for the Steam query port.
If you're using UFW as your firewall, you can open the necessary ports like this:
If you're using another firewall solution, make sure to configure it accordingly.
Step 6: Start the Conan Exiles Server
With the server configured and ports open, you can now start your Conan Exiles server. To do this, you’ll need to run the server executable.
-
Start the server:
This will launch the server and start hosting it for players to join.
-
Running the server in the background (optional): If you want to run the server in the background so that it continues running even if you close your SSH session, you can use
tmux
orscreen
:-
Install
tmux
if it’s not already installed: -
Start a
tmux
session: -
Run the server:
-
Detach from the session by pressing
CTRL + B
, thenD
. You can reattach to the session at any time by running:
-
Step 7: Connect to Your Server
Once the server is running, you can connect to it using the Conan Exiles game client. Open the game and enter the server's IP address (or domain, if you’ve configured one) in the server browser to join your newly created server.
Conclusion
Congratulations! You have successfully set up a Conan Exiles server on your AnonVM hosting VPS. By following this guide, you now have a custom game world to explore and invite others to join. AnonVM’s offshore hosting solution provides high-performance, reliable servers that ensure smooth gameplay with minimal latency.
Remember to regularly update your server and back up your game data to ensure a stable and secure gaming experience. Now you can enjoy the wild world of Conan Exiles with friends or a larger community!