Conan Exiles

Accessing Conan Exiles Server Files With FTP

Conan Exiles·May 20, 2026·15 min read

Why FTP Matters for Conan Exiles

Running a Conan Exiles server gets interesting the moment you decide to add mods, swap in custom maps, or tweak the deeper configuration files. All of that lives behind File Transfer Protocol (FTP), which is the standard way to upload, download, and edit the files your server uses. The HolyHosting panel includes a built-in FTP browser so you can do it without installing anything extra, and you can also point a desktop client at the same files if you want more speed and flexibility. Either route works. The trick is knowing which credentials go where and which folders actually matter once you are in.

Two Ways to Connect

There are two viable paths to your Conan Exiles files. The first is the FTP browser inside the HolyHosting control panel, which only needs your panel password. The second is an external program such as FileZilla or Cyberduck, which asks for the host address, port, username, and password. Both are safe, both are common, and both end up in the same place. The differences come down to convenience versus throughput. Quick edits favor the panel. Large transfers favor a desktop client.

A quick word of caution before you log in. Wrong credentials get you a clean rejection, which is harmless. Editing the wrong file, on the other hand, can wipe progress or break the server until you restore a backup. Move slowly the first few times.

Connecting Through the Control Panel

The in-panel FTP browser is the most popular option because there is almost nothing to configure. You sign in with the same password you already use, and the full file tree appears in your browser. The two limits to be aware of are the upload and download size caps and the fact that the built-in editor refuses to open some binary formats. For everything else, this is the fastest way to land on a file and change it.

  • Open your HolyHosting server panel and open the FTP section from your panel menu.
  • Sign in with your panel password to load the file list.
  • From there you can upload, download, or edit files directly. Confirm that the active server at the top matches the one you actually play on, since each one keeps its own files.

Connecting With FileZilla or Cyberduck

When the file is too large or the panel editor will not cooperate, switch to a desktop FTP client. FileZilla and Cyberduck are both free and widely used. They give you proper transfer queues, faster throughput limited mainly by your own connection, and the ability to drag and drop entire folders. The tradeoff is that most clients are not designed for in-place text editing, so they shine for moving files rather than tweaking them.

  • Download an FTP client such as FileZilla and install it.
  • Launch the application after installation finishes.
  • Back in the server panel, open the FTP section and copy the Address, Port, Username, and Password.
  • Paste each value into the matching field in the desktop client.
  • Hit Quickconnect or the equivalent button to start the session.
  • Once connected, the right pane will list the same folders you would see in the panel browser.

Folders Worth Knowing

A fresh FTP session shows a lot of folders, and most of them you can safely ignore. Almost everything you will ever touch lives under ConanSandbox. Resets, mods, server settings, and save data all sit inside that directory. For most simple option changes, your panel's config files option is faster, but FTP is what you want for anything that involves uploading new content or pulling files off the server.

The mods folder sits at `…/ConanSandbox/Mods`. This is where uploaded mod archives go, and the single file already inside acts as the activation list. Drop your mods in, register them correctly, and they will load the next time the server starts. Uploading a mod without listing it is the most common reason new mods fail to appear in game.

Game saves and the active world database live at `…/ConanSandbox/Saved`. The file named `game.db` is the live world. The neighboring files are rolling backups, useful if you ever need to roll back after a botched mod install or a griefing incident. Server settings (the ones not exposed in the panel) hide one level deeper at `…/Saved/Config/WindowsServer`.

Troubleshooting Common Issues

Most failed connections come down to credentials. If a desktop client refuses to log in, recheck the address, port, and username from the FTP section in your panel, since the port shown there is the one FTP uses and is not the same as the game port on the main panel. The password is identical to your panel password, so a typo or a stale autofill is usually the culprit. Local firewalls, VPNs, and flaky Wi-Fi can also block FTP traffic, so test from a wired connection if nothing else seems wrong.

Failed transfers are the next category. Large uploads through the in-panel browser can time out or stall before they finish, and the same goes for downloads. A desktop client handles big files much better, but even there a long unstable connection can drop. Compressing a batch of files into a single `.zip` archive with WinRAR or 7-Zip before uploading is a reliable workaround, and the server can unpack the archive once it arrives.

Missing data after a transfer is usually the same story as a stalled transfer, just with less obvious symptoms. Zipping the payload first is again the cleanest fix. If files seem to vanish entirely, double-check the active server in your panel, because each one maps to its own directory and it is easy to upload into the wrong one. When everything looks correct and the files still are not where you expect, reach out to support so the issue can be traced server side.

Wrap-Up

FTP is the gateway to the parts of a Conan Exiles server the in-game options menu will not let you reach. The HolyHosting panel covers most day-to-day edits without extra software, and a desktop client like FileZilla picks up where the panel slows down. Keep your credentials handy, work inside the ConanSandbox folder, and back up before any change you would not want to repeat from memory.

Still have questions?

Come chat with us and we will get back to you as soon as possible!

Contact Support