Plex Host Docs

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

Opening Folders

Click on any folder name to open it and view its contents.

At the top of the file manager, you'll see a breadcrumb trail:

/ > world > region > r.0.0.mca

Click 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

  1. Click the New Folder button in the toolbar
  2. Enter a folder name
  3. Click Create

Folder names cannot contain special characters like / \ : * ? " < > |

Creating a New File

  1. Click the New File button in the toolbar
  2. Enter a filename (include extension like .txt, .yml)
  3. Click Create
  4. The file opens in the editor for you to add content

Renaming Files & Folders

  1. Select the file or folder
  2. Click the Rename button (or right-click > Rename)
  3. Enter the new name
  4. Click Save

Renaming critical files (like server.properties) may break your server. Make sure you know what you're doing.

Deleting Files & Folders

  1. Select the file(s) or folder(s) to delete
  2. Click the Delete button (or right-click > Delete)
  3. 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:

  1. Click the search icon or press /
  2. Type part of the filename
  3. 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

  1. Select the file(s)
  2. Click Copy (or Ctrl+C)
  3. Navigate to the destination folder
  4. Click Paste (or Ctrl+V)

Move Files (Cut)

  1. Select the file(s)
  2. Click Cut (or Ctrl+X)
  3. Navigate to the destination folder
  4. 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

  1. Click Refresh to reload
  2. Check if you're in the right folder
  3. Ensure the server has finished writing files

Cannot Delete/Rename

  1. Make sure the file isn't in use
  2. Stop the server if necessary
  3. Check your permission level

Slow Loading

Large folders may take time to load. If it's very slow:

  1. Try navigating to a subfolder directly
  2. Check your internet connection
  3. Clear browser cache and reload

On this page