Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.
/ webadmin Public archive

Web file manager for linux-server.

License

Notifications You must be signed in to change notification settings

VerZsuT/webadmin

Repository files navigation

webadmin

Web file manager for linux.

Instalation

  1. Unzip files.
  2. Go to the folder with the unzipped files:
cd <folder_path>
  1. Install webadmin:
sudo bash install.sh
  1. Go to the address 'http://<your_server_domen_or_ip>:(port)/

NPM scripts

  • 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'.

Config options

  • 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'