Skip to main content
Version: 1.7.65

1.7.65

Released on July 09, 2026

🚀 New

🎨 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_mode is enabled, all docker logs openpanel entries 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-suspend command 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

Was this helpful?