File Manager
The File Manager allows you to browse, upload, edit, and manage your server files directly from your browser.
Accessing the File Manager
- Select your server from the dashboard
- Click File Manager in the left sidebar
Interface Overview
| Element | Description |
|---|
| Path Bar | Shows current directory location |
| File List | Directory contents with names, sizes, and dates |
| Upload Button | Upload files from your computer |
| New File/Folder | Create new files or directories |
Navigation
- Click folders to open them
- Click the path bar to jump to parent directories
- Use ”..” to go up one level
File Operations
Viewing Files
Click on any file to view or edit it.
Creating Files
- Click New File
- Enter the filename
- Edit the content
- Click Save
Creating Folders
- Click New Folder
- Enter the folder name
- Click Create
Uploading Files
- Click Upload
- Select files from your computer
- Wait for upload to complete
Drag and drop is supported! Drag files directly into the file manager.
Editing Files
- Click on a text file
- Make your changes in the editor
- Click Save
Supported formats:
.txt, .yml, .yaml, .json
.properties, .cfg, .conf
.log, .md
Downloading Files
- Click the ⋮ menu next to a file
- Select Download
Renaming Files
- Click the ⋮ menu
- Select Rename
- Enter the new name
Deleting Files
- Click the ⋮ menu
- Select Delete
- Confirm deletion
Deleted files cannot be recovered unless you have a backup!
Bulk Operations
Select multiple files by clicking checkboxes, then:
- Delete - Remove selected files
- Move - Move to another directory
Common Directories
Minecraft
| Directory | Purpose |
|---|
/ | Server root (server.jar, server.properties) |
/plugins | Bukkit/Spigot/Paper plugins |
/mods | Forge/Fabric mods |
/world | Main world data |
/config | Mod configurations |
Vintage Story
| Directory | Purpose |
|---|
/ | Server root |
/Mods | Server mods |
/Data | Server data files |
/Saves | World saves |
Using SFTP for Large Transfers
For uploading large files or many files at once, use SFTP:
- Go to Settings tab
- Find SFTP connection details
- Use an SFTP client like:
- FileZilla (Windows/Mac/Linux)
- WinSCP (Windows)
- Cyberduck (Mac)
Best Practices
- Always backup before editing important files
- Use SFTP for files larger than 100MB
- Don’t delete files you don’t recognize
- Keep backups of custom configurations
Next Steps