Skip to main content
The Files tab is a safe file browser scoped to the selected server root. It is meant for configuration files, plugin folders, datapacks, logs, and quick inspection.

File browser actions

Open folders

Navigate with breadcrumbs, root, refresh, and parent-folder controls.

Quick edit

Read and write small text files directly in Catalyst.

Rename

Rename files or folders while Catalyst keeps the path inside the server root.

Duplicate

Copy files or folders with sanitized names.

Editor limits

The quick editor is intended for configuration-sized files. Catalyst rejects reads and writes above the configured editor size limit to avoid freezing the UI or accidentally opening world data.
Do not edit binary world files, region files, JARs, or databases in the quick editor. Stop the server first when changing files that the server may be writing at the same time.

Path safety

Catalyst rejects:
  • Absolute paths.
  • Null bytes.
  • .. traversal out of the server folder.
  • Renames that resolve outside the server root.
  • Unsafe download or install filenames.

Security model

See the reference for the full set of filesystem and import safeguards.