-
Notifications
You must be signed in to change notification settings - Fork 13
QuickBox ARM CLI
Despite having an easy to use dashboard, some users prefer using terminal to execute certain commands. We created a powerful command-line tool and showed a list of all available QuickBox Lite command here.
In order for these commands to work, you must execute sudo su -
first then type in your command.
box help
- Display help information of the CLI tool
box update quickbox
- Updates QuickBox Lite
box clean mem
- Clean System memory
box clean log
- Clean App installation log in /src/dashboard/db/output.log
box set interface
- Setup network interface to be analyze
box set mount
- Setup primary mount point for disk status widget on dashboard
box fix dpkg
- Resolve installation lock, dpkg lock and /install/.install.lock
will be removed
box fix interface
- Reset network interface information on dashboard
box fix home
- Update user home directory permissions
box lang <country code>
- Setup dashboard language. Available languages: English, Danish, Germany, Spanish, French, Chinese
box install
- Batch install applications
box install <app name>
- Install a application, for more usage, type in box install <app name> -h
box remove <app name>
- Uninstall a application
box update <app name>
- Update a application
box troubleshoot
- Generate a log for troubleshooting
box install lecert -d <domain>
- Create and install a Let's Encrypt Cert
box unban <IP adress>
- Unban blocked IP address when denyhosts or fail2ban installed
box iotest
- Perform a full IO test, for more usage, type in box iotest -h