A secure, single-file PHP file manager and code editor for Linux servers.
Edit, upload, and manage files directly from your browser — no SSH, no nano, no dependencies.
Drop in. Use. Delete.
- Single PHP file (no assets, no frameworks)
- Password-protected access
- Directory browsing (locked to a base path)
- Text file editor (binary-safe)
- Upload & download files
- Create, rename, delete files & folders
- View file size, permissions, modified time
- CSRF protection for write actions
- Mobile-friendly, clean UI
- Light / Dark mode (CSS only)
- Hard
BASE_PATHrestriction (no directory traversal) - Escaped output to prevent XSS
- No shell execution,
eval, or system calls - Login rate limiting
- Optional IP allowlist
- Read-only detection for unsafe files
⚠️ Recommended: delete the file after use.
- Upload
server-editor.phpto your server - Open it in your browser : https://yourdomain[dot]com/server-editor.php
- Set a strong password inside the file
- Use responsibly
- PHP 7.4+
- Linux server (shared hosting / VPS)
- Standard file permissions
- Execute shell commands
- Modify system users
- Access files outside
BASE_PATH - Act as a backdoor
This is a utility, not a control panel.
- Emergency server edits
- Quick production hotfixes
- Mobile server access
- Shared hosting without SSH
- Teaching & demos
After finishing your work:
- Download changes
- Delete
server-editor.php - Clear browser cache/session
MIT License — free to use, modify, and distribute.
Simple tools. Minimal surface area.
Power without permanence.