github OSPanel/OpenServerPanel v6.4.0
Open Server Panel v6.4.0

8 hours ago

What's New

  • Diagnostic Tool: Added ospanel_debug.exe to run diagnostics when the program malfunctions.
  • Automated Build: GitHub repositories with automated Windows builds of Nginx and PHP (with full extension sets) have been created. The project fully migrated to automated release builds instead of manual updates of compiled components.
  • New System Requirements: Minimum raised to Windows 10 and CPU with SSE4.2 support.
  • New Modules: Added Redis 8.2, MariaDB 11.8, RabbitMQ 4.1 with ErlangOTP 27.
  • New Add-ons: Added DB2-ODBC. MongoDB shell separated as a standalone add-on MongoShell.
  • Console Utilities: Added goipelookup, geoiplookup6, oha, sqlite3 to extend console functionality.
  • PHP CLI: Added CLI command for PHP modules with updated icon in the modules menu.

Changes

  • Web Server Architecture: Now configured through web_engine instead of nginx_engine and php_engine. Running PHP via mod_php and Nginx as a proxy before Apache is no longer supported.
  • PHP Modular System: PHP now available only in NTS version, working strictly as FastCGI server. PHP and Apache modules fully separated. The php_engine option now points to a specific PHP module.
  • PHP Configuration: Replace .htaccess directives with:
    ProxyFCGISetEnvIf "true" PHP_VALUE "param=value"
    or use .user.ini in the project’s public folder.
  • Virtual Hosts Configuration: Renamed Apache macros and Nginx configs. Nginx variables $php_server and $backend_server replaced with $backend_ip and $backend_port.
  • Logging: Domain log filenames no longer include the web server name.
  • IP Addressing: Modules now use IPs in 127.0.1.x range instead of 127.127.x.x for better VPN/firewall compatibility.
  • Naming Simplification: Add-ons and modules renamed to drop version numbers where possible. Descriptor files changed from addon.dat / module.dat to addon.ini / module.ini.
  • Performance: Content compression is disabled by default in Apache and Nginx settings to reduce CPU load.
  • Documentation: php.ini files include AI-generated inline comments for each option.
  • Restructuring: Blackfire converted into a module. MDBTools renamed to MongoTools.
  • Updates: All add-ons, modules and console utilities updated to latest stable versions.

Removed Components

  • Deprecated Modules and Add-ons: Removed Perl, mod_perl, extended Browscap databases, Redis 3–7, MariaDB 10.1–10.3 and 10.7–11.2, MariaDB 11.7, MySQL 5.6, PostgreSQL 9.5–10, MongoDB 3.x, Memcached 1.4, Nginx 1.27, and old Oracle Instant Client versions (replaced by the latest one).

Fixes

  • PHP Configuration: Disabled debugging for Composer (COMPOSER_ALLOW_XDEBUG).
  • Nginx Configuration: Fixed issue in backend redirection configuration.
  • Viewing logs: Some log files might not have been displayed in the overall tree.
  • Network: Fixed an issue where modules or projects configured with IP 0.0.0.0 were inaccessible.

Do you want to receive updates more often? Support our work using paid download!

Downloading the distribution

Installer file size: 1.34 GB
Download page: https://ospanel.io/download/
The links under this release ARE NOT an Open Server Panel distribution!

Checksums

MD5: 0209F7D7279B70B001919101F785531D
SHA-1: DEBF06D861DB9D9BD9381C446D4B3C997A3BB9CB
SHA-256: 2B0C5520C8B247BE35FB0465272F3CCDE9CD48E4F92D1FC0B07CD461BF134E05

Что нового

  • Файл диагностики: Добавлен ospanel_debug.exe для запуска диагностики в случае проблем с работой программы.
  • Автоматическая сборка: Созданы GitHub-репозитории с автоматической сборкой Windows-релизов Nginx и PHP (с полным набором расширений). Проект полностью перешёл на автоматическую сборку релизов вместо ручного обновления готовых компонентов.
  • Новые системные требования: Минимум — Windows 10 и процессор с поддержкой инструкций SSE4.2.
  • Новые модули: Добавлены Redis 8.2, MariaDB 11.8, RabbitMQ 4.1 вместе с ErlangOTP 27.
  • Новые дополнения: Добавлено DB2-ODBC. Shell модулей MongoDB выделен в отдельное дополнение MongoShell.
  • Консольные утилиты: Добавлены goipelookup, geoiplookup6, oha, sqlite3 для расширения возможностей командной строки.
  • CLI для PHP: Добавлена команда вызова CLI для PHP-модулей с обновлённой иконкой в меню модулей.

Изменения

  • Архитектура веб-серверов: Теперь веб-сервер настраивается через web_engine вместо nginx_engine и php_engine. Поддержка PHP через mod_php и использование Nginx как прокси к Apache удалены.
  • Модульная система PHP: PHP доступен только в NTS-версии и работает исключительно как FastCGI-сервер. Модули PHP и Apache полностью разделены. Опция php_engine указывает конкретный модуль PHP.
  • Настройка PHP: Вместо директив .htaccess используйте:
    ProxyFCGISetEnvIf "true" PHP_VALUE "параметр=значение"
    или файл .user.ini в публичной папке проекта.
  • Конфигурация виртуальных хостов: Переименованы макросы Apache и конфиги Nginx. В Nginx переменные $php_server и $backend_server заменены на $backend_ip и $backend_port.
  • Логирование: Имена файлов логов доменов больше не содержат название веб-сервера.
  • IP-адресация: Для совместимости с VPN и файрволами модули получают IP в диапазоне 127.0.1.x вместо 127.127.x.x.
  • Упрощение именования: Дополнения и модули переименованы без номеров версий (где возможно). Файлы addon.dat и module.dat заменены на addon.ini и module.ini.
  • Производительность: Сжатие контента по умолчанию отключено в настройках Apache и Nginx для снижения нагрузки на процессор.
  • Документация: В php.ini добавлены нейро-комментарии к каждой опции.
  • Реструктуризация: Дополнение Blackfire преобразовано в модуль. MDBTools переименовано в MongoTools.
  • Обновления: Все дополнения, модули и утилиты обновлены до актуальных версий.

Удалённые компоненты

  • Устаревшие модули и дополнения: Удалены Perl, mod_perl, расширенные базы Browscap, Redis 3–7, MariaDB 10.1–10.3 и 10.7–11.2, MariaDB 11.7, MySQL 5.6, PostgreSQL 9.5–10, MongoDB 3.x, Memcached 1.4, Nginx 1.27, а также старые версии Oracle Instant Client (заменены последними).

Исправления

  • Конфигурация PHP: Отключена отладка для Composer (COMPOSER_ALLOW_XDEBUG).
  • Конфигурация Nginx: Исправлена ошибка в конфигурации Nginx для хостов с перенаправлением на бэкенд.
  • Просмотр логов: Часть лог-файлов могла не отображаться в общем дереве.
  • Сеть: Исправлена проблема, из-за которой модули или проекты, запущенные с указанием IP 0.0.0.0, становились недоступными.

Хотите получать обновления чаще? Поддержите нашу работу используя платную загрузку!

Загрузка дистрибутива

Размер файла установщика: 1.34 ГБ
Страница загрузки: https://ospanel.io/download/
Ссылки под этим релизом НЕ ЯВЛЯЮТСЯ дистрибутивом Open Server Panel!

Контрольные суммы

MD5: 0209F7D7279B70B001919101F785531D
SHA-1: DEBF06D861DB9D9BD9381C446D4B3C997A3BB9CB
SHA-256: 2B0C5520C8B247BE35FB0465272F3CCDE9CD48E4F92D1FC0B07CD461BF134E05

Don't miss a new OpenServerPanel release

NewReleases is sending notifications on new releases.