File Manager
File Manager adalah tempat lo ngatur semua file server tanpa perlu SSH. Cocok buat edit config, upload plugin, atau ngintip log.
Buka File Manager
Dari halaman server → tab Files di sidebar kiri.
Layout
┌────────────────────────────────────────────────┐
│ 📂 /home/container │ ← breadcrumb path
├────────────────────────────────────────────────┤
│ [ New File ] [ New Folder ] [ Upload ] [ ⋮ ] │ ← toolbar
├────────────────────────────────────────────────┤
│ ▸ 📁 plugins/ 2 KB │
│ ▸ 📁 world/ 500 MB │
│ ▸ 📄 server.properties 1.2 KB │
│ ▸ 📄 eula.txt 240 B │
└────────────────────────────────────────────────┘Aksi Dasar
| Aksi | Cara |
|---|---|
| Buka folder | Klik nama folder |
| Edit file | Klik nama file (auto buka editor) |
| Rename | Klik menu titik-tiga → Rename |
| Copy / Move | Centang file → tombol di footer |
| Hapus | Centang → Delete (konfirmasi) |
| Download | Menu titik-tiga → Download |
| Kompres | Centang beberapa file → Archive |
Upload File
Cara 1: Drag & drop
Seret file dari desktop lo ke area File Manager. Progress bar muncul di kanan bawah.
Cara 2: Tombol Upload
Klik Upload di toolbar → pilih file dari komputer.
Limit ukuran
Upload lewat browser dibatasi ~100 MB per file. Kalau lebih gede (misal world map, backup), pake SFTP.
Edit File
Klik file .yml, .properties, .json, .txt, dll. Editor bakal kebuka dengan:
- Syntax highlighting
- Line number
- Word wrap toggle
- Save (
Ctrl+S) & Save + Restart
Backup dulu
Sebelum edit config penting kayak server.properties, klik menu titik-tiga → Copy buat bikin salinan cadangan.
File yang Sering Diedit
Minecraft:
server.properties— port, max player, MOTD, gamemodeeula.txt— seteula=truewhitelist.json— daftar pemain yang boleh masukops.json— daftar admin
Discord Bot / Node.js:
config.json/.env— token bot, prefix, dllpackage.json— dependency
Bulk Actions
Centang beberapa file/folder → footer bar muncul:
- Move — pindah ke folder lain
- Archive — kompres jadi
.tar.gz - Delete — hapus semua yang dicentang
Extract Archive
Klik kanan file .zip / .tar.gz / .rar → Unarchive. Isinya bakal keluar di folder yang sama.