Help CenterWorld Management › File Manager

Using the File Manager

The File Manager gives you full access to your server’s files directly from the panel. You can upload, download, edit, and organize files without needing FTP or SSH.

Navigating Files

Click Files in the sidebar to open the file manager. You’ll see your server’s root directory with folders and files listed.

Key Directories

FolderContains
plugins/Installed plugins and their config folders (Java Paper/Spigot/Purpur)
mods/Installed mods (Java Forge/Fabric)
world/Your main world data
config/Mod configuration files (Forge/Fabric)
logs/Server log files

Uploading Files

1Navigate to the Folder

Click into the folder where you want to upload (e.g., plugins/).

2Click Upload

Click the Upload button in the top-right corner.

3Select Files

Choose one or more files from your computer. You can also drag and drop files onto the page.

4Wait for Upload

Files upload directly to your server. Large files may take a moment.

Editing Files

Click on any text file (.yml, .json, .properties, .txt) to open the built-in code editor. The editor supports syntax highlighting and line numbers.

1Open the File

Click on the file name to open it in the editor.

2Make Changes

Edit the file content. The editor supports common keyboard shortcuts (Ctrl+S to save, Ctrl+Z to undo).

3Save

Click Save or press Ctrl+S. Changes are written immediately.

Other Operations

  • Create File/Folder — Use the New File or New Folder buttons
  • Rename — Right-click a file and select Rename
  • Delete — Select files with checkboxes and click Delete
  • Download — Click the download icon next to any file
  • Archive — Select files and create a .tar.gz archive
  • Extract — Upload a .zip or .tar.gz and extract it in place
Tip: You can upload .zip files and extract them on the server to speed up large transfers like modpacks or resource packs.