File Manager Basics
The File Manager lets you manage all your server files directly from your browser.
Basic Operations
Viewing Files
- Files are displayed in a list view
- Folders appear with folder icons
- File sizes and modification dates are shown
- Click folders to navigate inside
Creating Files
- Click "New File" button
- Enter filename (include extension)
- Click "Create"
- File will open in editor
Creating Folders
- Click "New Folder" button
- Enter folder name
- Click "Create"
- Folder will appear in current directory
Editing Files
Text Files
- Click on any text file to open editor
- Make your changes
- Click "Save" to apply
- Changes take effect immediately (may need server restart)
Common Files to Edit
- server.properties: Server configuration
- eula.txt: EULA acceptance
- ops.json: Operator list
- whitelist.json: Whitelist entries
- plugins/: Plugin configuration files
Uploading Files
Single File Upload
- Click "Upload" button
- Select file from your computer
- Wait for upload to complete
- File appears in current directory
Multiple File Upload
- Click "Upload" button
- Select multiple files (Ctrl/Cmd + Click)
- All files upload simultaneously
- Progress shown for each file
Drag and Drop
- Drag files from your computer
- Drop into file manager window
- Files upload automatically
- Works with folders too
Downloading Files
Single File
- Click on file name
- File downloads to your computer
- Original file remains on server
Multiple Files
- Select files (checkboxes)
- Click "Download" button
- Files download as ZIP archive
- Extract on your computer
File Permissions
Understanding Permissions
- Read: Can view file contents
- Write: Can edit file contents
- Execute: Can run scripts/executables
Changing Permissions
- Right-click on file
- Select "Permissions"
- Set desired permissions
- Click "Apply"
Advanced Features
Search
- Use search bar to find files
- Search by name or content
- Filter by file type
- Search within folders
Best Practices
- Backup before editing: Always create backups before making changes
- Test changes: Test configuration changes on a test server first
- Keep organized: Use folders to organize files logically
- Document changes: Note what you changed and why
Troubleshooting
Can't edit file
- Check file permissions
- Ensure file isn't locked by server
- Try stopping server before editing
Upload fails
- Check file size limits
- Verify file isn't corrupted
- Ensure sufficient disk space
Changes not applying
- Restart server after changes
- Check for syntax errors
- Verify file saved correctly
For more advanced file management, check our advanced file manager guide.
