Skip to main content
March 20, 2026
  • Security Upgrade Roundcube webmail to 1.16.14
March 12, 2026
  • Fix Handle unsuspension better to ensure cronjobs are reenabled as expected
March 07, 2026
  • Internal Composer and npm package updates
  • Improvement Add Blaze support to speed up Blade components with a 5x to 100x performance improvement for File Manager
  • Improvement Replace progress bars with Flux native progress bars
  • Feature Allow cloning to www. version of a domain in the WordPress Clone feature
  • Fix Always search and replace both www and non-www versions from the source domain when cloning WordPress
February 23, 2026
  • Feature Implement adding ARPA domains as DNS zones
  • Internal Composer and npm package updates
February 12, 2026
  • Fix Reduce cache TTL for 400 to 499 status codes in Varnish for Photon Optimizer
  • Fix Correct an error in DNS Editor for options that may result in a 500 internal server error
  • Internal Composer and npm package updates
January 18, 2026
  • Internal Upgrade to Laravel Livewire 4
  • Fix Log additional information when vhost generation fails and reprocess the job
January 16, 2026
  • Internal Fix idn_to_utf8 errors caused by PHP 8.4 fatal errors
  • Internal Upgrade PHP 8.3 to PHP 8.4 for the control panel
January 08, 2026
  • Feature Release PHP 8.5 on all servers and make it available in the panel
  • Fix Use certificate_renewal_days config option for HTTP-01 challenge certificates
  • Improvement Prevent overlaps with SSL issuance tasks
  • Internal Add tooling for self-signed certificates
November 15, 2025
  • Security npm and composer package updates that fix CVE-2025-64500
  • Change Increase max-allowed-packet to 512 megabytes in WordPress cloning functionality
  • Change Add a note on the Edit DB modal that clicking save changes the password to the shown password in the modal
  • Internal Add initial work on ingesting installed plugin versions to warn about WordPress vulnerabilities
  • Internal Add initial work on automated uptime monitoring for reseller accounts
October 31, 2025
  • Fix Delete mail routing when a domain is deleted
  • Fix Exclude trashed domains from uniqueness check when making a WordPress clone
  • Fix Do not delete previewr.eu subdomain on temporary domain deletion and only remove the vhost
  • Fix Use prime256v1 instead of secp256k1 due to lack of support from BoringSSL
  • Improvement Implement self-signed certificate on domain creation to handle Cloudflare SNI matching
  • Improvement Implement ACME HTTP-01 challenge to handle Cloudflare SSL issuance breakage and use it only in emergencies
  • Internal Handle customer ACME HTTP challenge endpoints within hosting-panel.net
  • Internal Expand terminate account call with additional cleanup and audit logs
  • Internal Package updates through composer
  • Internal Move some information to Sentry logs instead of Sentry exceptions
October 05, 2025
  • Change Include Photon Optimizer requests and bandwidth in dashboard metrics
  • Change Extend billing maps to support multiple super users per account
  • Improvement Move Patchstack pages to Livewire components to speed up loading time
  • Improvement List both IPv4 and IPv6 addresses on super-user account overview
  • Fix Resolve cases where Patchstack would not show the correct metrics for sites with vulnerabilities where no patch exists
  • Internal Log JSON responses from Patchstack API in audit logs
  • Internal Composer and npm package upgrades
September 09, 2025
  • Fix Pass domain model instead of ID to the temporary domain deletion job so it deletes correctly
  • Internal npm and composer package upgrades
  • Feature Add Patchstack feature for WordPress sites as a paid add-on
  • Change Update package matching logic for Valkey limits to accommodate multiple packages of the same flavor
September 04, 2025
  • Fix Correct FTP account deletion on alias domains by fixing incorrect domainable mapping
August 31, 2025
  • Change Enable PSI monitoring for all domains temporarily
July 27, 2025
  • Internal Add additional logging for ACME issue hook, webserver vhost generation, and webserver restart jobs
  • Internal Keep the webserver reload job unique for only 30 seconds to prevent possible stale lock
  • Change Switch pmg1.h4r.eu, pmg2.h4r.eu, and de-mail01.h4r-infra.net to in1.mail-infra.net, in2.mail-infra.net, and de-mail01.mail-infra.net for reseller purposes
July 25, 2025
  • Internal Add soft deletes across Cronjob, Domain Redirect, Email allow/block, FtpAccount, SoftwareInstalation, UrlSchedule, and User models
  • Internal Add cleanup for old soft deleted models
  • Security Update composer and npm packages
  • Internal Remove unused npm packages to reduce bundle sizes
July 19, 2025
  • Fix Add uniqueId method to ProcessWebServerReload
  • Fix Make ProcessMailRouting use uniqueId instead of withoutOverlapping
  • Fix Replace some SVGs with new versions
July 18, 2025
  • Security Update composer packages to latest versions
July 17, 2025
  • Improvement Generate preview domain DNS entries when creating a domain or subdomain to prevent DNS propagation issues
  • Improvement Add Server column to the overview page for super users so they can see which server a domain is located on
  • Fix Resolve 2FA page issues where modal shadow overlaps the actual modal
  • Change Confirm 2FA code before enabling 2FA
July 06, 2025
  • Feature Add PSI monitoring for all domains on a weekly basis
July 02, 2025
  • Fix Improve UI layout for DNS Hosting plans
  • Fix Show delete domain button on DNS Hosting plans after UI refresh
June 23, 2025
  • Internal Update composer and npm packages to latest versions
  • Improvement Switch new domains to using 2048 bit DKIM keys
June 17, 2025
  • Performance Improve the CloudLinux Domains API endpoint with improved logic and prevent N+1 queries
  • Performance Optimize index usage for subdomain generation
June 13, 2025
  • Internal Modify some defaults in Rspamd filtering
  • Fix Properly provision system FTP account when using the provisioning API
June 11, 2025
  • Improvement Rewrite the temporary domain functionality from scratch to provide better compatibility and allow for more features
  • Improvement Add temporary domain support for subdomains
May 31, 2025
  • Fix Various smaller UI changes to be more consistent
  • Feature Add the option to persist Valkey data to disk and save the setting in Valkey
May 30, 2025
  • Fix Properly trigger account suspensions via the provisioning API
  • Fix Smaller UI changes in regards to badges and margins
May 26, 2025
  • Feature Implement allow/blocklist feature for email accounts
May 23, 2025
  • Fix Add /usr/local/bin to PATH in cronjobs to expose composer and wp-cli directly
May 22, 2025
  • Fix Incorrect alias handling on updates which prevented updating PHP version
  • Fix Pull Valkey metrics data from the last item in the array to get more up-to-date numbers
  • Improvement Show full hostname such as nlsh05.shared-infra.net instead of nlsh05 in Server on the dashboard page, and replace IP with hostname in the connection details
May 18, 2025
  • Fix Properly delete FTP accounts on subdomains when deleting a domain
  • Fix Remove duplicate c on cronjob placeholders
  • Internal Add additional audit logging for delete features
  • Internal Change Add Domain form to use App\Models\.. instead of s and d
  • Internal Move to Auth facade across the codebase
May 15, 2025
  • Internal Add additional chunk patch validation in File Manager uploads to further increase security
May 12, 2025
  • Improvement Add historical Valkey statistics and graphs
May 04, 2025
  • Feature Add initial Valkey statistics
April 12, 2025
  • Internal Move to polymorphic relationships for alias domains and domain ACME credentials
  • Internal Update to the latest composer packages and remove the Flowbite dependency to reduce CSS and JS assets
  • Improvement Standardize more UI elements
  • Improvement Redesign the dashboard page
  • Fix Fix domain alias counting logic to allow adding alias domains even when the domain limit has been reached and add a callout when that happens
April 11, 2025
  • Internal Change backoff for vhost jobs to 5, 10, and 20 seconds to allow for in-progress webserver restarts
  • Improvement Detect PHP version to use for source and destination domains in WordPress installer and clone functionality depending on the configured domain PHP version
  • Improvement Refactor WordPress install and clone plus File Manager pages to use new UI components, and make Generate Password an actual button on the Add Email page
  • Fix Determine upload path correctly on the initial change-directory call in File Manager when uploading new files
April 10, 2025
  • Improvement Add example command helper text when creating cronjobs and update the form layout slightly
  • Improvement Make add and edit forms for domains and subdomains usable on mobile devices
  • Fix Show Photon Optimizer in the menu when using a mobile device
  • Fix Correct the spacing between quick action buttons on mobile devices
April 07, 2025
  • Internal Move Photon Optimizer provisioning to a separate background job
  • Feature Allow purging the Photon Optimizer cache per domain under Tools -> Photon Optimizer
April 06, 2025
  • Fix Restore ApexCharts tooltip colors
  • Improvement Move Photon Optimizer handling to dedicated pages to allow future development
April 05, 2025
  • Improvement Change some UI elements to be based on FluxUI, including buttons, tables, and callouts
  • Improvement Make domain dropdowns in Email and Stats pages searchable
  • Improvement Paginate URL Scheduler and Cronjob pages
  • Fix Adjust File uploader to account for storage location change
  • Improvement Change page breadcrumbs to the new layout and make items linked to parent pages when supported
April 04, 2025
  • Internal Change the reseller memory limits
  • Internal Update Laravel 11.x to 12.x, Tailwind CSS 3.x to 4.x, and FluxUI 1.x to 2.x
April 01, 2025
  • Infrastructure Fall back to the original image in case of negative savings on WebP or AVIF served images in Photon Optimizer
March 31, 2025
  • Fix Temporarily disable model caching for domains to resolve alias domain PHP version synchronization
March 15, 2025
  • Infrastructure Move Photon Optimizer workers to 7900-based systems for increased performance
February 26, 2025
  • Feature Add feature to export DNS zone in AXFR format
  • Internal Add additional logging for various components
  • Maintenance Update composer packages
February 12, 2025
  • Improvement Allow using domain ID or domain in the DNS zone editor URL for easier bulk updating
  • Fix Add additional checks during WordPress clones to ensure wp-config.php updates have been committed to disk
  • Fix Resolve the domain correctly in the WordPress Installer notification and toast
January 29, 2025
  • Feature Add PHP 8.4 support and set it as the default for new domains
  • Internal Add additional symbols for Rspamd to filter spam
  • Internal Log the updated accounts for quota metrics
January 04, 2025
  • Feature Add support for customer sieve mail filtering through webmail
December 31, 2024
  • Improvement Normalize incoming headers for Photon Optimizer to increase cache hit ratio and savings
December 30, 2024
  • Feature Allow defining a cronjob expression instead of fixed values, giving you more control of cronjob execution
December 29, 2024
  • Fix Delete FTP accounts on domain deletion
  • Fix Expose correct document root for alias domains in the CloudLinux API
December 22, 2024
  • Internal Add client IP address to remaining audit logs
  • Improvement Persist LVE limits locally to remove CloudLinux API dependency
December 21, 2024
  • Internal Add force option for account suspension
  • Internal Improve email quota API endpoint to reduce SQL queries
  • Internal Implement skipMailServer flag for hosting account and user quota jobs
  • Fix Resolve bug with vhost generation for subdomains
  • Feature Implement reseller functionality to create packages and accounts and edit accounts
  • Improvement Handle reseller and superuser redirection better
December 16, 2024
  • Infrastructure Replace Falkenstein, DE with Amsterdam, NL caching infrastructure for Photon Optimizer
November 12, 2024
  • Infrastructure Add Miami, US as a cache location for Photon Optimizer
September 07, 2024
  • Fix Resolve Alpine.js error in File Editor
  • Internal Delete Node.js applications upon account termination
  • Improvement Clarify usage of mail ports on the Email overview page
September 04, 2024
  • Improvement Add Los Angeles, US as a third cache location for Photon Optimizer
September 02, 2024
  • Improvement Allow serving AVIF and WebP support for Google PageSpeed Insights in Photon Optimizer
September 01, 2024
  • Improvement Add Singapore, SG as a second cache location for Photon Optimizer to cover Asia
August 27, 2024
  • Feature Add distributed caching support to Photon Optimizer and add the first cache location in Ashburn, US
August 18, 2024
  • Improvement Add better validation for domain counting when adding domains
  • Improvement Do not count alias domains in the domain count, effectively providing unlimited alias domains
  • Fix Show all Valkey and Redis memory options by correcting package detection
  • Feature Allow changing mail routing settings from Domains -> Dropdown -> Mail Routing
August 11, 2024
  • Internal Add internal API route for server metrics
  • Internal Add two-way consistency checks to alert on possible data sync issues
August 10, 2024
  • Improvement Change the file uploader to a custom JavaScript implementation for future features
  • Improvement Move notifications in WordPress clone functionality to websockets for realtime updates
  • Internal Refactor API routes
July 27, 2024
  • Improvement Add missing tools to the mobile menu
  • Fix Solve UI issues related to charts on the Stats page
July 24, 2024
  • Fix Pass all request headers through to Node.js applications
July 18, 2024
  • Fix Correct the condition that prevented users from saving files in File Manager
  • Internal Speed up internal job processing
July 16, 2024
  • Fix Refresh File Manager view correctly when using the browser back button according to the working directory
July 15, 2024
  • Feature Add Valkey (Redis) Manager feature
  • Improvement Allow stats filtering for subdomains
  • Fix Improve exception handling and error messages for File Manager Edit on unreadable files
  • Internal Rework File Manager related code
  • Fix Hide symlinks from the File Manager overview
  • Fix Prohibit creating files and directories with names . and .. since it will fail regardless
  • Security Ship a hardened pure-ftpd binary with virtualchroot disabled and remove the EPEL upstream package
July 14, 2024
  • Improvement Implement initial websocket support for streamlining backend notifications
  • Feature Add rename file and directory functionality in File Manager
  • Internal Refactor File Manager code
July 12, 2024
  • Fix Fix SSO due to Carbon 3 incompatibility
July 11, 2024
  • Internal Upgrade Laravel to Laravel 11
July 10, 2024
  • Improvement Start downloading files immediately from buffers when using File Manager
July 09, 2024
  • Feature Implement file upload and fix issue #53
July 08, 2024
  • Internal Enhance internal metrics with URL Scheduler delay
July 07, 2024
  • Improvement Enable line wrap when using the editor
July 03, 2024
  • Fix Bypass internal buffering that prevented downloading large files
  • Fix Send content-length header when downloading files
  • Fix Send the correct filename when downloading from subdirectories
  • Improvement Do not allow editing certain file types such as images
July 02, 2024
  • Feature Add initial File Manager support for browse, edit, create file and directory, delete, and download
June 25, 2024
  • Feature Expose the last 25 5xx request and PHP error logs on /stats
  • Improvement Disable chart animations to speed up rendering
  • Internal Add tooling to resync all vhosts for config updates
June 24, 2024
  • Improvement Change table heading design and improve responsiveness
  • Improvement Make modals center on mobile devices as well
  • Internal Move the Flowbite dependency internal and upgrade it to 2.3.0
June 23, 2024
  • Improvement Move PHP error logs to /logs/ for all domains
June 21, 2024
  • Feature Release Node.js applications functionality
  • Internal Disable profiling on the internal CloudLinux API
  • Internal Improve PAT performance for the internal CloudLinux API
June 14, 2024
  • Internal Implement Prometheus endpoint to expose domain count
June 04, 2024
  • Improvement Gather more information when issuing or renewing certificates fails
  • Fix Do not allow deleting domains if existing Node.js applications are tied to the domain
  • Cleanup Remove unused templating
  • Improvement Switch the Node.js overview page to use shared modals
  • Improvement Allow updating domain path, startup script, and Node.js version for applications
  • Improvement Add FTP configuration box on the FTP overview page
June 03, 2024
  • Fix Fix provisioning accounts with internationalized domains when idn_to_ascii is unavailable
  • Fix Prevent the Domains page from returning an error when no domains exist because of shared modals
June 02, 2024
  • Improvement Bump the default PHP version for new domains and subdomains from PHP 8.2 to PHP 8.3
May 27, 2024
  • Feature Add the initial internal release of Node.js support
  • Fix Apply minor Tailwind CSS class fixes
  • Maintenance Upgrade composer packages
  • Improvement Rewrite cronjob and domain pages to use shared modals because of slow DOM performance
May 24, 2024
  • Feature Extend account deletion logic
May 23, 2024
  • Improvement Add more Sentry metadata
  • Fix Fix DNS Editor replacement and move the local change to a new tag
  • Improvement Move scripts around internally on all servers
  • Fix Make password reset trigger the correct system FTP account password reset
  • Fix Ensure SSL renewals on subdomains take GTS and LE into account and move the local change to a new tag
  • Fix Move SPF from _relayspf.hosting4real.net to spf-record.net
  • Fix Prevent account migration from double hashing passwords
  • Fix Make reseller account matching from WHMCS trigger correctly during account provisioning
  • Fix Increase internal CloudLinux API rate limits to prevent 429 Too Many Requests during data synchronization
  • Improvement Show quota usage in percentage next to MB usage and highlight it when reaching 90%
May 13, 2024
  • Improvement Expose raw DNSKEY for registrars that do not support digests on the DNS page
May 10, 2024
  • Fix Count correctly on paginated pages
  • Fix Remove domain limit for subdomains
  • Feature Expose API endpoint for returning Photon Cache IPs for WAF, IPS, and IDS allow lists
April 12, 2024
  • Feature Implement per-domain statistics
April 03, 2024
  • Improvement Prevent flickering by increasing wire:loading to 1000ms for DNS
March 25, 2024
  • Improvement Add new logo
March 19, 2024
  • Improvement Improve stats performance by switching to ClickHouse materialized views
March 18, 2024
  • Fix Fix Add Email button by forcing it as a link internally
March 17, 2024
  • Internal Rework graph generation to support better templating
March 16, 2024
  • Improvement Make HTTP stats available
March 15, 2024
  • Feature Add stats page with weekly and monthly views for DNS
March 14, 2024
  • Security Emergency upgrade Laravel Livewire to 3.4.9 to resolve XSS
  • Improvement Triple email storage
  • Fix Fix notifications not displaying correctly for domain and subdomain updates
  • Fix Remove wire:navigate.hover because it appeared buggy overall
March 13, 2024
  • Improvement Change layout of the primary dashboard
  • Fix Resolve the $persist issue triggered on the login page
  • Feature Expose Photon Optimizer metrics on the primary dashboard
March 11, 2024
  • Improvement Expand Photon Optimizer support to subdomains
March 10, 2024
  • Feature Add basic account metrics for DNS queries, HTTP requests, and HTTP traffic for the past 7 days
March 09, 2024
  • Change Send user ID and domain ID to Photon Optimizer to allow statistics generation for the panel
March 07, 2024
  • Change Switch to domainable morph to allow future support for subdomains for Photon Optimizer
March 06, 2024
  • Improvement Allow enabling www. setting for Photon Optimizer
  • Change Decrease shared memory cache to 300 seconds to accommodate www. settings
March 05, 2024
  • Feature Release the basic version of Photon Optimizer for WebP and AVIF delivery
  • Fix Fix password strength generation when filling out passwords manually in the WordPress installer
February 25, 2024
  • Improvement Persist domain data locally on servers to reduce internal CloudLinux API calls in stage 1
February 24, 2024
  • Improvement Change MX priority from dropdown to text field to allow more priorities
  • Improvement Default to the first domain in the dropdown on the Add FTP Account page
  • Improvement Configure Sentry for exception handling
  • Improvement Add additional validation for domains to use the internal RBL service
  • Fix Fix 500 internal server error caused by incorrect notification handling when enabling DNSSEC
February 03, 2024
  • Fix Reload subdomain vhost on subdomain SSL issuance
  • Improvement Lock release on vhost processing after 30 minutes
  • Fix Allow deleting WordPress installations when a domain has been deleted
February 02, 2024
  • Improvement Invalidate existing login session when logging in with SSO
  • Feature Implement PHP X-Ray from CloudLinux
  • Improvement Enable default none policy for DMARC on zone creation
  • Feature Implement SSO from shop.hosting4real.net to hosting-panel.net
  • Fix Fix missing styles that broke 2FA login
  • Improvement Upgrade the internal Livewire framework to 3.x and Jetstream to 4.x
  • Improvement Switch to using Livewire forms throughout the panel
  • Improvement Standardize modals and notification banners throughout the panel
January 20, 2024
  • Improvement Add username as part of reset password email
January 16, 2024
  • Fix Fix email setting updates that failed without setting a password
January 04, 2024
  • Feature Allow changing email passwords in RoundCube webmail
December 26, 2023
  • Feature Allow disabling Rspamd spam filter and setting reject score and feed this into the Rspamd cluster
December 22, 2023
  • Feature Add PHP 8.3 support and keep PHP 8.2 as default until i360.so releases
  • Improvement Move PHP version management to a central location
December 11, 2023
  • Improvement Add info about connecting via SSH, SFTP, and RSYNC in the panel
November 19, 2023
  • Improvement Move DNS backend from MySQL to LMDB with Lightning Stream
November 15, 2023
  • Feature Allow account-wide phpMyAdmin access through temporary users
November 13, 2023
  • Improvement Add info about external DNS usage and _acme-challenge subdomains
  • Improvement Add overall mail config box to the Emails page
October 13, 2023
  • Improvement Allow mass synchronization of SSL certificates to Imunify360 on a given server
June 21, 2023
  • Fix Properly synchronize SSL certificate uploads during domain migration
  • Fix Fix virtual host generation to include the proper IPs during migration
  • Improvement Implement several migration tools for migrating accounts between servers
June 03, 2023
  • Feature Add FTP support
  • Improvement Automatically generate DKIM for servers upon deployment
May 20, 2023
  • Feature Allow adding a domain during account creation for an easier ordering flow
May 14, 2023
  • Feature Add PHP 8.2 support
  • Improvement Add ACME DNS record checker
  • Improvement Promote DNSSEC feature to stable and show it by default
May 06, 2023
  • Fix Improve SRV validation to give more meaningful errors
  • Improvement Add ns2 and ns4 nameservers
  • Fix Prevent forwarders from looking at deleted records during validation
  • Fix Disable API rate limiting for trusted IPs
  • Fix Fix UI when cronjobs or URLs in URL Scheduler get too long
February 27, 2023
  • Improvement Update internals from PHP 8.1 to 8.2
  • Improvement Update Laravel to 10.x
  • Fix Default user_type to user
November 13, 2022
  • Feature Allow initial reseller functionality
  • Fix Handle punycode xn-- domains better for SSL issuance by falling back to LE instead of GTS
  • Improvement Do not allow www subdomain to be created since it is mapped to the main vhost
July 12, 2022
  • Feature Implement provisioning API for shop.hosting4real.net
June 22, 2022
  • Improvement Switch from Google Fonts to Bunny Fonts
  • Feature Add support for alias domains
June 15, 2022
  • Feature Add SSL support for subdomains for admins
June 04, 2022
  • Improvement List IDN domain format