a minimal php file manager with password login, basic file and folder operations, and a dark green theme. works with php 5.6+ and requires no dependencies.
- password-protected access
- list folders above files
- upload files
- rename, edit, delete
- back button (
..) for navigation - display server ip address
- aligned action buttons
- php 5.6 or higher
- web server (apache, nginx, etc.)
- upload the php script to your server
- set your password by editing the
$passwordvariable - default password is
Pwdnx1337 - visit the script url in your browser and log in
- login with your password
- use the upload form to add files
- click folder names to navigate, use
..to go up - click actions to rename, edit, or delete items