Version: 1.4.8
1.4.8
Released on July 09, 2025
💅 Polish
- Improving the FTP logic #312
- Improvements to the NodeJS/Python App Manager interface.
- Improvements to Domains page.
- 'FTP Connections' page is added in OpenPanel UI, allowing users to view active ftp sessions.
- Images are removed from OpenPanel > Account > 2FA page.
- Hosting Plan is now listed in OpenPanel > Dashboard > Information widget.
- cron service is now installed for new installations.
- start/stop of docker service by user will now trigger recalculating their cpu/ram usage.
/website/node_info/<path:site_name>
and/website/py_info/<path:site_name>
routes are removed./manager/python.html
and/manager/nodejs.html
templates are now merged inpython_node_apps.html
- OpenPanel > FTP Accounts now displays UID and GID for each ftp account.
🐛 Bug Fixes
- Update documentation #450
- Document OpenAdmin > Modules #538
- fixed js error
Uncaught TypeError: Assignment to constant variable.
on PageSpeed when limits are reached. - fixed bug with MySQL > Import missing in sidebar menu when
mysql_import
is enabled. - fixed 500 bug on OpenAdmin > Users when
/etc/openpanel/openpanel/core/users/
directory is deleted. - fixed error adding nodejs app in SiteManager:
1366 (HY000): Incorrect integer value: 'APPNAME_NODE' for column 'ports' at row 1
- fixed missing port
:8080
from webmail url when domain is not configured. - fixed
Error accessing file size: [Errno 2] No such file or directory
when trying to insert pagespeed api key usinf WP Manager. - fixed bug with
root
owning nginx vhost files for new domains.
Was this helpful?