Version: 1.7.65
1.7.65
Released on July 09, 2026
🚀 New
- 🇱🇦 Lao (lo-LA) translation
- 160 endpoints for OpenPanel API
- OpenPanel MCP (Model Context Protocol)
- 90 endpoints for OpenAdmin API
- OpenPanel > Account > API Reference page
- Keyboard shortcuts in OpenPanel:
Ctrl/Cmd+Ssave in OpenPanel > File Manager > Editor,Ctrl/Cmd+Btoggles sidebar in OpenPanel UI,nopens the Create New page in OpenPanel when on pages: Crons, File Manager, Domains, Databases, Emails,?lists available shortcuts in OpenPanel UI.
🎨 Polish
- Default cpu/ram limits for new python/nodejs apps is now 1.0.
- Search results in OpenPanel UI for Enterprise edition now include: domains, websites, emails, ftp accounts, databases, crons, files, folder, containers, services.
- When
dev_modeis enabled, alldocker logs openpanelentries now include the module name, making it easier to identify which component generated each log or error. For example:MYSQL - Checking database sizes.... - OpenAdmin Admin login notifications now check logins agains the ssh whitelist.
- Improvements to the OpenPanel UI sidebar.
- Private notes for users are now editable from OpenAdmin > Users table.
- Added loading/double-submit protection to on all form submissions in OpenPanel UI pages.
- OpenAdmin service restart breaks UI #1014
- Added unified 'Password Strength' setting for all password fields in OpenPanel UI pages.
- Added validation messages to all input fields in OpenPanel UI pages.
- OpenPanel restart is no longer needed when changing permisisons for a single user or editing feature sets.
- Editing plan limits, changing plan for user, and changing IP for user no longer drop all redis cache.
- Removed 'rounded-lg' class from all input fields and selects in OpenPanel and OpenAdmin templates.
opencli domains-suspendcommand now accepts optional--comment='reason'flag.- User can now specify a reason why domain is suspended when suspending domain from OpenPanel. Reason is visible later on OpenPanel > Domains table.
- Added confirmation prompts for all text-area forms on OpenPanel and OpenAdmin templates.
- Removed 'select-none' class from all tables on OpenPanel and OpenAdmin templates.
- Added an option to delete images from OpenPanel > Containers > Image Updates.
- Default cpu/ram limits are increased form 0.5 to 1.0 for php versions on new installs.
- opcache is now enabled by default on new installs and execution limits increased.
- Optimized default configuration files for services: PHP, Nginx, OpenLitespeed, Apache, MariaDB, PostgreSQL on new installs.
- Added option to restore defualt webserver conf from OpenPanel > Configuraton Editor page.
- added an option to restore OpenPanel acocunts from full account backup in OpenAdmin > Advanced > Import backup.
🐛 Bug Fixes
- User is able to create a database when MySQL installation is still underway #1019
- Guided tour message keeps popping back up #1018
- Fixed
user-add: pasta failed with exit code 1: netns dir open: Permission deniedon Almalinux when SELinux is used. - Fixed error that caused OpenPanel Enterprise edition to keep restarting if mailserver is running but no email accounts exist yet and webmail mofule is enabled.
- Fixed bug with plugins shown on OpenAdmin > Feature Sets > Edit.
- Fixed bug with fix-permissions module.
- Fixed error adding IDN domains via the UI.
- Fixed bug on user-suspend/unsuspend when user does not exist.
- Fixed bug with Type column on Domains table: it showed type if dns zone exists, instead of actually checking if apex or subdomain.
- Fixed bug that caused email filters (.sieve files) to not be persistent and deleted on service restart.
- Fixed css bug on search results for long domain names.
Was this helpful?