0.2.9
Released on September 12, 2024
🚀 New features
- FTP support - users can create and manage ftp sub-accounts.
- Option to create temporary account for web terminal and share access.
- 'OpenAdmin > Backups > Settings' section allows administrators to configure and finetune backups settings.
- 'OpenAdmin > Backups > Logs' section allows administrators to view and download all logs for Backup-related processes and check their corresponding status.
- 'OpenAdmin > Emails page' is available for Enterprise edition and allows Administrators to start/stop mailserver.
- 'OpenPanel > Emails' allows users to create email accounts, monitor usage, edit them and login to webmail.
- Manage single email account: edit account, create email filters and forwarders, view mail client configuration.
- 'OpenAdmin > Emails > Summary Reports' allows administrators to view generate email reports per month/day, visualize the data per day or view detailed raw data.
- New endpoint /api/backups/settings to view/update global backups settings.
opencli email-server pflogsumm
command is added to analyze postfix logs and generate summary reports.- 8 new commands for managing FTP users.
🐛 Bug fixes
- Fixed bug with BIND9 not auto-starting after adding domains.
- Fixed bug Database Wizard fails to create user on image with MariaDB #179.
- Fixed bug Password reset for openpanel users does not end all active sessions on that user #66
- Fixed bug with
opencli email-servers install
- Fixed bug with
opencli email-servers start
not mounting users' home directories. - Fixed bug with search on OpenAdmin > Backups > Logs
- Fixed bug with Nginx not starting in
opencli ssl-hostname
💅 Polish
- Web Terminal no longer usess screen sessions to keep the ttyd active, instead shell is now available for a single session.
- Added optional
--debug
flag toopencli email-servers install
. - Nginx no longer needs to be restarted after the command
opencli server-recreate_hosts
is executed. - Added option for Administrators to disable the impersonation banner when auto-login to user panel, by setting
impersonate=no
in /etc/openpanel/openadmin/config/admin.ini - Improved logic for logs from
opencli backup-run
command. - Notifications are moved to upper right corner on OpenAdmin > Backups
opencli ftp-setup
is removed as FTP is now pre-installed and can be enabled with commandcd /root && docker compose up -d openadmin_ftp
.
Was this helpful?