New Premium SuperAdmin v7
I have published a new version of Premium SuperAdmin. The new version has some great new features.

New Premium SuperAdmin v7
New version of SuperAdmin contains three new features and a lot of improvements. Download Premium SuperAdmin today.
- All features: Homepage
Auto-renew SSL certificates
This feature can re-new your SSL certificates automatically before they expire. Just enable auto re-new SSL certificates in SuperAdmin settings:
Monthly statistics
Monthly statistics contain grouped statistics by cpu
, memory
, errors
, restarts
, etc..
Nginx access logging
New version supports enabling NGINX access logging:
- all logs are stored in
logs
directory/www/logs/[app_name]--access.log
- SuperAdmin can't display the logs yet but some UI for displaying them will be added in next updates
Changelog
- added auto-renew SSL certificates
- added nice charts with monthly statistics
- added option for enabling NGINX access logging
- updated version of all client-side libraries (jQuery, jComponent and CodeMirror)
- improved code
- fixed analyzator for deprecated warnings
- fixed a problem with determination of
nginx
binary - added support for Total.js components (group
superadmin
)
How to upgrade my current version?
- upgrade Total.js version
$ npm install total.js
- backup file
/databases/applications.json
- backup your credentials in
/config
file (only credentials, nothing more) - copy all directories and files from a new version of SuperAdmin to your server
- restore your backup file
/databases/applications.json
- restore your credentials in
/config
- you have to update SSL generator to latest version via bash
$ bash /www/superadmin/ssl.sh --update
- IMPORTANT replace
/etc/nginx/nginx.conf
for/superadmin/nginx.conf
- restart SuperAdmin
$ bash run.sh
- perform
nginx -t
and when it's everything oknginx -s reload
- clear cache in your web browser
- IMPORTANT: required Total.js
+v2.5.0
- Download Premium SuperAdmin v7
Other posts from Total.js Platform
- 2025-04-02NEWMarch report 2025
- 2025-03-28j-DataGrid - Total.js UI component part 2
- 2025-03-20j-DataGrid - Total.js part 1
- 2025-03-13j-Directory - jComponent
- 2025-03-05j-Input UI component part 2
- 2025-03-01February report 2025
- 2025-02-03January report 2025
- 2025-01-01December report 2024
- 2024-12-22Merry Christmas and a Happy New Year 2025!
- 2024-12-10Total.js UI Builder: How to upload files?