Plex Host Docs

Compression & Archives

Compress files to save space and download easily, or extract archives you've uploaded. The file manager supports common archive formats.

Supported Formats

FormatExtensionDescription
ZIP.zipMost common, widely compatible
TAR.tarUnix archive (no compression)
TAR.GZ.tar.gz, .tgzCompressed TAR archive

Creating Archives

Compress files or folders into an archive:

Select Files

In the file manager, select the files and/or folders you want to compress:

  • Click to select one item
  • Ctrl+Click to select multiple items
  • Shift+Click to select a range

Start Compression

Click the Compress button in the toolbar, or right-click and select Compress.

Name Your Archive

Enter a name for the archive file. The extension (.zip) is added automatically.

Wait for Completion

The archive is created. Larger selections take longer to compress.

Extracting Archives

Extract files from an uploaded or created archive:

Select the Archive

Click on the archive file (.zip, .tar.gz, etc.) to select it.

Extract

Click the Extract button, or right-click and select Extract.

Choose Destination

Select where to extract:

  • Current folder - Extract here
  • New folder - Create a folder with the archive name
  • Custom location - Choose a specific folder

Wait for Extraction

Files are extracted. Large archives take longer.

Common Use Cases

Downloading Your World

To download your game world:

  1. Navigate to your world folder
  2. Select the entire world folder
  3. Click Compress
  4. Name it (e.g., my-world-backup.zip)
  5. Once created, click Download

Uploading a World

To upload a world from another server:

  1. Compress the world on your computer
  2. Upload the .zip file
  3. Extract it to the appropriate location
  4. Update server config to use the new world
  5. Restart the server

Backing Up Plugin Configs

Before updating plugins:

  1. Navigate to your plugins folder
  2. Select the config files/folders you want to backup
  3. Compress them with a descriptive name
  4. Keep the archive safe

Installing Mod Packs

Many mod packs come as ZIP files:

  1. Upload the mod pack ZIP
  2. Extract to the appropriate folder
  3. Verify files are in the correct locations
  4. Restart the server

Archive Best Practices

Naming Conventions

Use descriptive names with dates:

  • world-backup-2024-01-15.zip
  • plugins-config-backup.zip
  • server-full-backup-v1.zip

Before Extracting

Extracting can overwrite existing files! Always backup first if you have important data that might be replaced.

  1. Create a backup of existing files
  2. Verify the archive contents if possible
  3. Choose the correct destination folder

Storage Considerations

  • Archives take additional storage space
  • Delete archives after extracting if not needed
  • Compressed files don't compress much further

Troubleshooting

Compression Failed

  1. Insufficient storage - Free up space or upgrade
  2. File in use - Stop the server, try again
  3. Too many files - Select fewer items

Extraction Failed

  1. Corrupted archive - Re-download or re-create
  2. Unsupported format - Ensure it's ZIP, TAR, or TAR.GZ
  3. Insufficient space - Free up storage

Archive Too Large

If your archive is very large:

  1. Compress smaller portions separately
  2. Delete unnecessary files before compressing
  3. Consider upgrading your storage plan

Cannot Open Archive on Computer

If you download an archive but can't open it:

  1. Ensure you have extraction software (7-Zip, WinRAR)
  2. The file may be corrupted - try downloading again
  3. Check the file extension is correct

Tips

Quick World Transfer

Moving a world between servers:

  1. Stop both servers
  2. Compress the world folder on the source
  3. Download the archive
  4. Upload to the destination server
  5. Extract to the correct location
  6. Update server config
  7. Start the destination server

Cleanup Old Archives

Archives can accumulate and use storage:

  1. Periodically review your files
  2. Delete old archives you no longer need
  3. Keep only essential backups

Archive vs. Backup

  • Archives are manual - you create them yourself
  • Backups are managed - automatic snapshots

Use archives for specific file transfers; use the backup system for regular data protection.

On this page