Navigating Files & Folders
Learn how to browse, organize, and manage your server's file structure using the file manager.
File Browser Interface
The file manager displays your files in a list view:
- Name - File or folder name (click to open)
- Size - File size (folders show item count)
- Modified - Last modification date
- Actions - Quick action buttons
Navigating the File System
Opening Folders
Click on any folder name to open it and view its contents.
Breadcrumb Navigation
At the top of the file manager, you'll see a breadcrumb trail:
/ > world > region > r.0.0.mcaClick any part of the breadcrumb to jump directly to that folder.
Going Up a Level
Click the .. folder at the top of the list, or click the parent folder in the breadcrumb.
Root Directory
Click the / in the breadcrumb to return to the root directory.
Managing Files & Folders
Creating a New Folder
- Click the New Folder button in the toolbar
- Enter a folder name
- Click Create
Folder names cannot contain special characters like / \ : * ? " < > |
Creating a New File
- Click the New File button in the toolbar
- Enter a filename (include extension like
.txt,.yml) - Click Create
- The file opens in the editor for you to add content
Renaming Files & Folders
- Select the file or folder
- Click the Rename button (or right-click > Rename)
- Enter the new name
- Click Save
Renaming critical files (like server.properties) may break your server. Make sure you know what you're doing.
Deleting Files & Folders
- Select the file(s) or folder(s) to delete
- Click the Delete button (or right-click > Delete)
- Confirm the deletion
Deleted files cannot be recovered unless you have a backup. Be careful when deleting!
Selecting Multiple Items
Select Multiple
- Click + Ctrl (Windows) or Click + Cmd (Mac) to select individual items
- Click + Shift to select a range of items
Select All
Click the checkbox in the header row to select all visible items.
Sorting Files
Click any column header to sort by that column:
- Name - Alphabetical order
- Size - Smallest to largest
- Modified - Newest to oldest
Click again to reverse the sort order.
Searching for Files
Use the search box to filter files by name:
- Click the search icon or press
/ - Type part of the filename
- Results filter in real-time
Search only looks in the current folder. Navigate to a parent folder to search a wider area.
Cut, Copy, and Paste
Copy Files
- Select the file(s)
- Click Copy (or Ctrl+C)
- Navigate to the destination folder
- Click Paste (or Ctrl+V)
Move Files (Cut)
- Select the file(s)
- Click Cut (or Ctrl+X)
- Navigate to the destination folder
- Click Paste (or Ctrl+V)
File Information
Click on a file to see detailed information:
- Full path - Complete file location
- Size - Exact file size
- Created - Creation timestamp
- Modified - Last modification timestamp
- Permissions - File permissions
Tips & Best Practices
Organize Your Files
Create folders to keep your server organized:
/mods- For game modifications/plugins- For server plugins/worlds- For backup worlds/configs- For custom configurations
Avoid Hidden Files
Files starting with . are hidden system files. Generally, don't modify these unless you know what you're doing.
File Size Limits
- Individual files: Up to 100 MB via web upload
- For larger files, use compression or split into parts
Refresh the View
If files seem missing or outdated, click the Refresh button to reload the file list.
Troubleshooting
Files Not Showing
- Click Refresh to reload
- Check if you're in the right folder
- Ensure the server has finished writing files
Cannot Delete/Rename
- Make sure the file isn't in use
- Stop the server if necessary
- Check your permission level
Slow Loading
Large folders may take time to load. If it's very slow:
- Try navigating to a subfolder directly
- Check your internet connection
- Clear browser cache and reload