File Manager
Every file on your server, one tab away
Browse the workspace, upload whole folders, extract archives, fix permissions and commit to git. The file manager works directly on the instance's real files, so the change you make is the change that runs.
| Name | Size | Modified | Permissions |
|---|---|---|---|
| public/ | 14 items | Today 09:12 | drwxr-xr-x |
| src/ | 22 items | Yesterday 18:40 | drwxr-xr-x |
| uploads/ | 8 items | Today 08:57 | drwxr-xr-x |
| .env hidden | 1.2 KB | 3 days ago | -rw------- |
| package.json | 2.4 KB | Yesterday 18:40 | -rw-r--r-- |
| logo.png | 48 KB | Today 09:12 | -rw-r--r-- |
Everyday file work
Skip the FTP round trip
Upload, download, rename, move and delete on the instance itself. Drop in a whole directory and it arrives with its structure intact, then check the result without downloading anything back.
- Whole-folder uploadsdrag a directory into the browser, subfolders and all.
- Multi-file uploadsand downloads in one go.
- Rename, move and deletestraight from the listing.
- Previews for text, code and mediaso you can check a file in place.
| M | public/css/site.css | modified |
| M | partials/header.php | modified |
| A | uploads/spring-menu.pdf | added |
Git panel
Commit from the same tab you edited in
The file manager has a built-in Git panel: see what changed on the instance and commit it with a message, without opening a terminal.
- Git Statuslists changed files with clear M and A markers.
- Commit Changeswrite a message and commit from the browser.
- Real workspacethe status reflects the instance's actual files, not a synced copy.
- Tight loopfix a file, check the status, commit, done.
Archives and permissions
Unzip, rezip and chmod without an SSH session
Upload an archive and extract it exactly where it landed, or bundle files into a zip for download. The Edit Permissions dialog turns chmod into readable toggles.
- Extract Archiveunpack a zip in place with one click.
- Create zipselect files or folders and bundle them up.
- Edit Permissionschmod-style dialog with plain read, write and execute toggles per owner, group and public.
- Applies on the instance immediatelybecause these are the real files.
Retire the FTP client
Install DCMS free and manage real server files from any browser: upload folders, extract archives, fix permissions and commit to git.