File Manager

Browse, edit, and organize your server files directly from MC-Vector.

MC-Vector includes a full-featured File Manager that lets you interact with your server's files without leaving the app. It integrates with the Monaco Editor for in-app text editing.

Navigating Files

Open the Files tab in any server to browse the directory tree. Click folders to expand them; click text files to open them in the editor.

Supported Operations

OperationHow to use
CreateClick + to create a new file or folder
EditClick any .properties, .yml, .json, .toml, etc. file to open in Monaco
Rename / MoveRight-click an item
DeleteRight-click → Delete
CompressSelect items → Compress to ZIP
ExtractRight-click a .zip → Extract
ImportClick the Import button to open your OS file picker and copy files in
Open in Finder/ExplorerOpens the current folder in your OS file browser

Monaco Editor

MC-Vector uses the Monaco Editor (the same engine as VS Code) for all in-app text editing:

  • Syntax highlighting for JSON, YAML, TOML, and more.
  • Line numbers and error indicators.
  • Save with Ctrl+S (Windows) / Cmd+S (macOS).
Tip
To install plugins or mods, use the built-in Plugins/Mods tab — it's faster than manually copying files here.

Multi-select

Hold Shift or Ctrl/Cmd and click to select multiple files at once, then compress or delete them in a single action.