Unturned

Unturned FTP Access: Manage Files and Folders on Your Server

Unturned·May 20, 2026·15 min read

Why FTP Matters for Unturned

Running a custom Unturned server usually means at some point you will be loading workshop content, dropping in RocketMod, swapping maps, or fine tuning config files that the in game menus never expose. All of that happens inside the File Transfer Protocol (FTP) layer of your server, where every world, module and config file lives. The HolyHosting control panel ships with a built in file manager, but you can also connect with a standalone FTP client when that suits you better. Both routes get you to the same files, just with different strengths.

Two Ways to Connect

The quick path is the web file manager inside HolyHosting. The only thing it asks for is your panel password, since you are already authenticated by being logged in. A desktop client like FileZilla needs a bit more: the FTP address, the port, your username, and the same password. Either way, once you are in you will see a long list of directories. Most of them you will never touch. Editing files inline is best done from the web panel, while heavy uploads and downloads tend to feel smoother through a desktop client. Pick whichever fits the job and move on.

Using the Web File Manager

The in panel file manager is the friendliest option for new owners and the fastest one for veterans. It lets you upload, download, view, and edit nearly any file, plus it includes a built in zip tool for grabbing entire folders in one shot. The catch is that very large uploads can be slow or simply refuse to go through, which is exactly where a desktop client takes over. Aside from that, follow these steps:

  • Open your HolyHosting server panel and open the FTP / file manager section from your panel menu.
  • Type your panel password into the prompt and hit Login.
  • You can now browse, upload, download, or edit any of the listed files. Double check that the active server profile at the top matches the world you want to modify.

Using a Desktop FTP Client

If you are moving big archives, mod packs, or a full world backup, a desktop FTP client is the better choice. FileZilla and Cyberduck are both safe, free, and widely used. The connection details you need are all listed on the FTP credentials page of your panel. Some clients have weaker built in editors, so for small text tweaks you may still want to swing back to the web manager. To get connected:

  • Download and install your client of choice. FileZilla is the most common pick.
  • Launch the program once installation finishes.
  • Back in your server panel, open the FTP credentials section.
  • Copy the FTP Address, Port, Username, and Password shown there.
  • Paste each value into the matching field in your client.
  • Press Quickconnect or your client's equivalent button.
  • Once the connection is live you can move files in either direction freely.

Folders Worth Knowing

Unturned scatters its content across several directories, and that can be intimidating the first time you log in. Most day to day settings live under the configuration files section of your panel, which is the easiest place to start. For mods, worlds, and anything not exposed there, you will be jumping into the raw file tree. Two folders cover the bulk of the customization work.

The Servers folder is where almost everything tied to your active world lives. World saves, map data, workshop downloads and mod content all collect here. The `WorkshopDownloadConfig.json` file inside it controls which workshop items the server pulls automatically on boot. Subfolders like `Content`, `Maps`, and `OpenMod` hold the manually placed assets for each respective feature. The full path is `.../Servers/[world name]`.

If RocketMod is on your roadmap, get familiar with the Extras folder. RocketMod ships preinstalled but disabled, and enabling it means copying the Rocket directory into the Modules path. The source location is `.../Extras/Rocket.Unturned`. Not glamorous, but it is one of the most common reasons people open FTP in the first place.

Troubleshooting Connection Issues

Most failed connections come down to mistyped credentials. If a desktop client refuses to connect, recopy the address, port, and username from the FTP credentials page. The web manager only needs your panel password, so if that one fails, the password itself is probably stale. When both methods refuse to cooperate, the issue is usually local, often a firewall or VPN blocking the outbound FTP port.

For large transfers, compress your files into a single archive before sending them. WinRAR and 7zip are both free, reliable, and widely supported. A desktop FTP client paired with a zipped archive is the most dependable combination for moving big datasets, and it also helps when your upload speed is on the slower side.

If files seem to vanish mid transfer or an archive arrives missing pieces, retry through the other FTP method to see if the problem follows you. Compressing the payload usually resolves the worst cases. And as always, confirm you are working inside the correct server profile, since each profile keeps its own isolated set of files and it is surprisingly easy to edit the wrong world.

  • More on FTP basics
  • Installing RocketMod on Unturned
  • Adding plugins to your Unturned server
  • Installing workshop items on Unturned

Still have questions?

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

Contact Support