0.1.5
Released on March 08, 2024
🚀 New features
- Notifications Center
- Administrators can now customize the generated Domain Access Logs reports
- Custom nameservers can now be added and will automatically be used in the dns zone template for new domains
- Administrators can now set custom how-to articles to be displayed in user dashboard
- Docker images now support all PHP verisons from 5.6 to 8.3
- Administrators can now change the default
/openpanel
proxy to anything they want using the: openpanel_proxy setting - opencli admin list, opencli admin notifications, opencli user-redis, opencli user-memcached, opencli backup-config, opencli backup-destination, opencli backup-logs, opencli backup-job
- OpenAdminAPI! 🎉
- Implemented support for previewing .webp and .avif files in File Manager.
- Added code syntax highlight for Nginx/Apache Configuration Editor and PHP.INI Editor
- Added support for running custom scripts after OpenPanel update process.
💥 Breaking changes
- Storage driver devicemapper is replaced with overlay2 as the default storage driver for Docker
- PHP 7.4 is removed as the pre-installed verison in docker containers, PHP 8.3 is now the only version that is pre-installed.
- New users will have REDIS 7.2 instead of 6.3
- Usernames must consist of a minimum of 3 characters and a maximum of 20 characters, only numbers and letters are allowed.
- Remote Backups with SSH key-based authentication
opencli server_info
command is renamed toopencli report
: Generate system information reports #43
🐛 Bug fixes
- Fixed bug with error
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (13)
when running mysql commands on terminal. - Fixed bug with bind9 configuration that caused the DNS server not to respond to request for domain zone
- Fixed bug in opencli config update not restarting the service for major system changes
- Fixed bug with bind9 service restart instead of reload when adding new domains
- Fixed bug with 500 error on dashboard page if invalid JSON data in knowledge_base_articles.json
- Fixed bug 'create command denied for user' when creating tables in phpMyAdmin
- Fixed bug 'unexpected 'static' (T_STATIC)' in phpMyAdmin minimum required php version
- Fixed bug in dashboard page with wrong color indicators for current CPU and RAM usage
- Fixed 500 error in 'Resource Usage History' page caused by the % symbol in localization strings
- Fixed 404 error for 'Domain Logs' page link in the search results
- Fixed bug with free memory usage not being returned from containers back to the host server
- Fixed bug with container private ip address showing in domain logs
- Added support for allow/deny port ranges in
OpenAdmin > Firewall Settings
💅 Polish
- German translation contributed by dabonzo
- The new template is now fully localized and can be translated to any language
- REDIS, Memcached and Elasticsearch are now not preinstalled, but can be installed by the user with a single click.
- Account Activity now highlights actions performed by the Administrator user.
panel
andadmin
services now support reload command.- KEYPHRASES are now disabled in generated html reports from domain logs.
- Search results in FileManager now prioritize Files and Folders.
- Quick start guide added to OpenAdmin dashboard.
Was this helpful?