How to Set Up a Conan Exiles Server Using Hostinger
Conan Exiles server hosting offers players a more immersive experience and control over game settings. In this guide, we’ll explore various methods to set up your own server for Conan Exiles.
Requirements for Setting Up a Conan Exiles Server
To host a dedicated Conan Exiles server, you’ll need a reliable environment offering performance and stability. A Gaming VPS is ideal for this purpose.
Why Choose a Gaming VPS?
- Performance: VPS environments use powerful hardware, ensuring your server can handle large player counts and complex game worlds without lag.
- Uptime: VPS hosting guarantees constant uptime, so your server remains online even when your personal devices are not.
- Scalability: As your player base grows, VPS resources like RAM and storage can scale to meet demand, preventing server migration.
- Full Control: A VPS provides full root access, allowing management of every server aspect and customization as needed.
Resources Needed for Optimal Performance
The server’s resource needs depend on player count, mod usage, and game complexity. Here are general guidelines:
- RAM: Small Server (up to 10 players): 8 GB | Medium Server (10-30 players): 16 GB | Large Server (30+ players): 32 GB or more
- CPU: A quad-core processor (3.0 GHz or higher) is sufficient for smaller servers. For larger servers, consider using an 8-core processor or higher.
- Storage: SSD storage is recommended. Start with at least 50 GB for small servers and 100 GB or more for larger setups.
- Bandwidth: A minimum 5 Mbps upload speed is required for a small server; larger player bases or active gameplay require at least 10-20 Mbps.
Setting Up a Conan Exiles Server Using Hostinger Game Panel
For a simple, user-friendly solution, the Hostinger Game Panel is a great way to get your Conan Exiles server up and running.
1. Access the Game Panel
Start by selecting and purchasing a server hosting plan that suits your needs. After purchase, log in to hPanel and follow the setup instructions:
- Log in to hPanel and find the pending Game Panel setup.
- Select a location for your Game Panel based on expected traffic.
- Set your Game Panel password with username set to admin.
- Complete the setup and wait for Hostinger to set up your VPS.
2. Install Conan Exiles Server via Game Panel
After setting up your Game Panel VPS:
- Log in to the Game Panel via hPanel.
- Create a new instance for Conan Exiles and configure settings such as server name, region, and mods.
- Wait for the instance creation to complete.
3. Manage and Customize the Server
Once the server is running, adjust game server settings as needed:
- Set a custom server name and password.
- Select or upload maps and mods.
- Configure server region and anti-cheat options.
Monitor performance and manage server actions on the Game Panel’s interface.
Setting Up a Dedicated Conan Exiles Server Manually
For those familiar with Linux commands, the manual setup offers more control and customization.
1. Prepare Your VPS
Ensure your VPS is updated. Use SSH as root to connect and run:
sudo apt update
sudo apt upgrade
sudo apt install lib32gcc-s1 wget screen
2. Install Wine
Follow these steps to install Wine on Ubuntu:
sudo dpkg --add-architecture i386
sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/$(lsb_release -cs)/winehq-$(lsb_release -cs).sources
sudo apt update
sudo apt install --install-recommends winehq-stable
wine --version
3. Download and Install SteamCMD
Set up SteamCMD to manage server files:
mkdir ~/steamcmd
cd ~/steamcmd
wget https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz
tar -xvzf steamcmd_linux.tar.gz
./steamcmd.sh
4. Download Conan Exiles Server Files
Use SteamCMD to download server files:
login anonymous
force_install_dir ~/conanexiles_server/
app_update 440900 validate
5. Set Server Configurations
Edit server settings using a text editor:
nano ~/conanexiles_server/ConanSandbox/Saved/Config/WindowsServer/Engine.ini
6. Start the Conan Exiles Server
Start the server with Wine:
cd ~/conanexiles_server
wine ConanSandboxServer.exe -log
screen -S conanserver
wine ConanSandboxServer.exe -log
7. Set Up Firewall Rules
Open necessary ports with:
sudo ufw allow 7777/udp
sudo ufw allow 27015/udp
sudo ufw allow 27016/tcp
sudo ufw reload
8. Connect to the Server
Players can join via in-game browser or direct IP connection.
Conclusion
In this guide, we explored two methods for setting up a Conan Exiles server. For a seamless management experience, consider using Hostinger Game Panel plans.
Conan Exiles Dedicated Server FAQ
Why Use a Dedicated Server for Conan Exiles?
Dedicated servers offer better performance, stability, and control, ensuring consistent uptime and supporting more players without lag.
Do I Need a Powerful VPS to Run a Conan Exiles Server?
Yes, a VPS with adequate CPU, RAM, and storage is necessary to maintain smooth performance.
What Ports Need to Be Opened for the Server?
Open ports: Game Port 7777/UDP, Query Port 27015/UDP, RCON Port 27016/TCP.
Starter Pack
This section provides the necessary starter pack for setting up your gaming server effectively. Make sure to follow each step carefully for optimal setup.
👉 Start your website with Hostinger – get fast, secure hosting here 👈
🔗 Read more from MinimaDesk:
- How to Disable xmlrpc.php in WordPress: A Step-by-Step Guide
- Mastering the WP-Content Directory in WordPress
- The Ultimate Guide to WP-Content: Access, Upload, and Hide Your WordPress Directory
- How Many WordPress Plugins Are Too Many? Optimize Your Site for Success
🎁 Download free premium WordPress tools from our Starter Tools page.