File manager

Log in to browse, upload and edit your server's files.

What is a file manager?

Every server stores its data as files and folders on a disk, and a file manager is the tool for browsing, uploading, downloading, and organizing them. It is the same idea as File Explorer on Windows or Finder on macOS, and the same job a web control panel like cPanel does for websites. On a game server, the file manager is how you reach the world data, configuration files, logs, plugins, and mods directly, without installing any separate software.

What files make up a Minecraft server?

A Minecraft server is really just a handful of folders and files, and once you know what each one is for, finding what you need to change or back up becomes obvious. These are the ones you will run into most:

File or folderWhat it holds
world, world_nether, world_the_endYour saved world: terrain, player data, and structures
server.propertiesThe core server settings, from gamemode to view distance
plugins or modsYour installed add-ons and their config folders
logsA record of everything the server does, invaluable for fixing crashes
server.jarThe server software itself, the file that actually runs
eula.txt, whitelist.json, ops.jsonThe license flag, your whitelist, and your operator list

The file manager, FTP, and SFTP

The file manager runs in your browser, so you can work with files from any device with no setup at all. The traditional alternative is FTP, or its secure, encrypted cousin SFTP, which you use through a desktop client that connects to the server over the network. SFTP encrypts the whole connection, which is why it is always preferred over plain FTP for anything sensitive. For most quick jobs the browser manager is faster, but SFTP comes into its own when you are moving a very large number of files at once.

If you decide to go the SFTP route, the client is just the app that does the talking. The popular ones are all free:

  • FileZilla is the best-known, works on Windows, macOS, and Linux, and is the usual first choice
  • WinSCP is Windows-only and especially friendly for beginners, with a simple two-panel layout
  • Cyberduck is a clean, modern option on Windows and macOS that also handles cloud storage

Connecting is the same in any of them: you take the address, username, and password from your settings page, drop them into the client, and connect. From there your server's files sit in one panel and your computer in the other, and moving files is drag and drop. If you would rather see it done first, this walkthrough runs through the whole process end to end.

How to connect to a server with an SFTP client

Compressing, moving, and copying files

A file manager can compress folders into a single archive, usually a .zip or .tar.gz, and unpack them again. Compression is how you bundle a whole world into one file to download, share, or move between servers, and it makes large transfers far quicker than copying thousands of small files one at a time. Copy, rename, and move round out the basics, so you can reorganize a server without downloading anything to your computer.

Off-site copies and cloud storage

Keeping files only on the server is risky, because one mistake or hardware failure can take everything with it. Downloading a copy of your world, or downloading a compressed archive and storing it in cloud storage like Google Drive or Dropbox, keeps a copy of your data on separate infrastructure from the server. It is quick to do once your files are compressed, and the copy you keep elsewhere is unaffected by anything that happens to the server itself.

Editing files in the browser

For text and configuration files, you do not need to download anything: the built-in editor opens them right in the browser, so a quick config change never leaves the panel.

The one rule worth burning in: do not edit or delete the server JAR or the active world while the server is running. Changing those files mid-session can corrupt them. Stop the server first, then make your change.

Everything else, from configs to plain text files, is safe to open and edit in place. Editing a single file has more to it than one rule, though, and the dedicated editor page goes deeper on doing it safely and comfortably.

Storage, speed, and keeping your data safe

Where your files live shapes how a server feels day to day. Fast NVMe storage loads chunks and unpacks backups far quicker than the older drives budget hosts still run, which shows up as shorter restarts and snappier world loading. It is easy to overlook until you have felt the difference. Just as important is where a second copy of your data sits, because files kept only on the server are one hardware fault away from gone.

On the paid side, Eternal Hosting pairs fast NVMe storage with automatic off-site backups, so your world is both quick to load and safe from a single failure. Between the browser manager here, an SFTP client for bulk transfers, and a host that backs everything up for you, keeping a server's files organized and protected takes very little effort.