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
- 2024-11-13Benchmarking Node.js Frameworks: selecting your framework for 2025!
- 2024-11-01October report 2024
- 2024-10-22Performance Testing: Total.js vs. NestJS
- 2024-10-01September report 2024
- 2024-09-27Total.js UI Builder: #2 designing your first interface
- 2024-09-26Total.js V5: Middlewares
- 2024-09-23Beginner Guide to Total.js UI: # 05 Client-side routing
- 2024-09-23Total.js UI #4: Data Binding (Part 2 – Practical Example)
- 2024-09-20Introduction to Total.js UI Builder: A Beginner’s Guide
- 2024-09-13Total.js v5: #06 Understanding File Routing