Web file manager for linux.
- Unzip files.
- Go to the folder with the unzipped files:
cd <folder_path>
- Install webadmin:
sudo bash install.sh
- Go to the address 'http://<your_server_domen_or_ip>:(port)/
- createConfig - starts the configuration dialog.
- start - launch webadmin.
- stop - stop webadmin.
- restart - restart webadmin.
- createService - create a webadmin service to work in the background.
- enableAutorun - put webadmin on startup.
- quickInstall - run 'createConfig' -> 'createService' -> 'enableAutorun'.
- localeName - language in which the file manager will work. Default: 'en'
- port - port on which webadmin will work. Default: 90
- accessProtection - enable/disable access protection. Default: true
- accessLogin - webadmin login. Default: 'admin'
- accessPassword - webadmin password. Default: 'admin'