Windows Version Release Notes
Version 1.21.4
Release Date: June 28, 2026
New Features
- Quick Access to Database Management Tools: Added phpMyAdmin and Adminer icons to the title bar of the MySQL / MariaDB / PostgreSQL configuration pages, allowing you to open the corresponding database management page in your browser with one click (now aligned with the macOS version).
Bug Fixes
- Fixed an issue where phpMyAdmin and Adminer would still show as "Installed" even if the installation failed; now files will be properly verified.
- Fixed an issue where the uninstall buttons for phpMyAdmin and Adminer were missing, making them impossible to uninstall.
- Enhanced MySQL / MariaDB password change: even if the root password has been externally modified and is inconsistent with the ServBay database record, password changes can now still succeed; added a "Reset Password" button to quickly restore the root password to the default value (now aligned with the macOS version).
- Removed the invalid "Skip Network" option from the MySQL / MariaDB / MongoDB / PostgreSQL configurations (Windows does not use Unix Socket, so this option is not applicable).
Version 1.21.1
Release Date: June 23, 2026
Bug Fixes
- Fixed the issue in the official release where AI assistants such as Claude Code, Cursor, Codex, etc. were always unable to connect to ServBay and kept prompting "ServBay is not running"; the built-in MCP Server can now connect stably
- Fixed the issue where residual files after uninstalling packages (such as Python) would cause reinstallation or redownload of the same package to fail; uninstallation can now reliably clean up read-only and occupied files
Version 1.21.0
Release Date: June 21, 2026
New Features
- System Information & Metrics for AI Assistants: The built-in MCP server adds the same two new read-only tools as macOS—
get_system_infoandget_system_metrics—so AI assistants like Claude Code, Cursor, and Codex can read system information and real-time CPU / memory / storage / network usage, all locally- Read-only and fully local: these tools only observe; your data never leaves your machine
Bug Fixes
- Improved MCP bridge connection stability: eliminated a brief window during instance handover that could cause AI clients to incorrectly report "ServBay is not running"
- Fixed system metrics occasionally returning invalid numeric values (NaN / Infinity) under certain conditions
Version 1.20.0
Release Date: June 15, 2026
New Features
- ServBay MCP Server (AI Assistant Integration): ServBay comes with a built-in MCP (Model Context Protocol) server, allowing AI programming assistants like Claude Code, Cursor, and Codex to directly manage your local ServBay development environment
- In the settings page, "One-click Access to AI Clients": Automatically detects and writes Claude Code / Cursor / Codex configuration, with one-click removal and restoration support
- Provides the same set of AI tools as the macOS version, covering service start/stop/status/logs, package install/uninstall/enable/switch versions, site creation/editing/deletion, database creation/listing/password change, SSL certificate issuance/deletion/renewal, hosts, Ollama models, system diagnostics, environment overview, backup viewing, service configuration reading, etc. (dnsmasq-related features are exclusive to macOS)
- Let AI assistants help you build websites, create databases, configure certificates, and install packages—all completed locally
- Privacy & Security: Fully local operation, keys never leave your machine; local bridging is authenticated via token, and destructive actions such as deletion or password change require secondary confirmation
Version 1.16.2
Release Date: May 20, 2026
Bug Fixes
- Emergency fix: In v1.16.1, Apache Maven appeared in the package list, but the install button was missing, making installation impossible
- Synchronized fix for Maven not being marked as "enabled" after installation, which caused PATH injection and the
mvncommand entry to not work
Version 1.16.1
Release Date: May 20, 2026
New Packages
- Added support for Apache Maven 3 (3.9.15), aligning Java ecosystem build tools with the macOS version
mvncommand works out of the box: automatically infersJAVA_HOMEfrom the OpenJDK currently enabled in ServBay; if ServBay doesn’t have OpenJDK installed, falls back to the system-setJAVA_HOMEor infers fromjava.exefound in PATH- Supports specifying both Maven version and JDK version for compilation simultaneously in the project
.servbay.configviaMAVEN_VERSIONandJAVA_VERSION - If no available JDK is detected, a clear instruction is printed to prompt users to install OpenJDK in ServBay before running
mvn
Version 1.16.0
Release Date: May 16, 2026
New Features
- Added "versioned command aliases": for multi-version runtimes, additional
{command}-{major_version}.cmdstyle entries are generated in thebindirectory, allowing you to call any installed version directly without switching the ServBay default version- PHP:
php-8.3.cmd,php-cgi-8.3.cmd, etc. - Node.js:
node-22.cmd,npm-22.cmd,npx-22.cmd,corepack-22.cmd,yarn-22.cmd,pnpm-22.cmd - Python:
python-3.13.cmd, etc., with built-in intelligent recognition rules for the python2 / python3 family - Go:
go-1.25.cmd, etc. - Java:
java-21.cmd, etc. - Ruby:
ruby-3.4.cmd,gem-3.4.cmd,bundle-3.4.cmd,bundler-3.4.cmd,rake-3.4.cmd,irb-3.4.cmd,erb-3.4.cmd,rdoc-3.4.cmd,ri-3.4.cmd,rbs-3.4.cmd,racc-3.4.cmd,ridk-3.4.cmd, 12 in total
- PHP:
- Automatic completion for existing users upgrading: through database migration, already installed runtimes will also get these versioned cmd files, no reinstallation needed
Version 1.15.1
Release Date: April 28, 2026
New Packages
- Added support for OpenJDK 25 (25.0.3), enabling Java users to stay current with the latest LTS version
Version 1.15.0
Release Date: April 15, 2026
New Features
- Added online Ollama model list refresh: fetch the latest models directly from the Ollama official library, with real-time progress display and cancel support
- The refresh button is available on the Ollama configuration page and in the bottom status bar
- Automatically cleans up deprecated models that are no longer in the official list (installed models are preserved)
Version 1.14.10
Release Date: March 21, 2026
Bug Fixes
- Fixed an issue where the auto-update process could cause key files to be lost on some users' machines, resulting in an "Error code: 10002" dialog on startup.
Version 1.14.8
Release Date: March 20, 2026
Bug Fixes
- Fixed an issue where newly added packages (Go 1.25/1.26, MariaDB 12.1, MongoDB 8.2, Node.js 25, Ruby 4.0) were not visible to existing users after upgrading due to a missing database migration.
Version 1.14.7
Release Date: March 20, 2026
New Packages
- Added Go 1.25, Go 1.26
- Added MariaDB 12.1
- Added MongoDB 8.2
- Added Node.js 25
- Added Ruby 4.0
Version 1.14.6
Release Date: March 18, 2026
Bug Fixes
- Fixed an issue where database password changes failed due to default SQL server/version validation not passing.
Version 1.14.5
Release Date: March 12, 2026
Bug Fixes
- Fixed an issue where switching the default version of Node.js, Python, or Go would fail to create the config symbolic link.
- Improved symbolic link handling on Windows to correctly detect and clean up broken symlinks/junctions.
Version 1.14.4
Release Date: March 8, 2026
Bug Fixes
- Fixed an issue where upgrade detection or subsequent upgrade processes might fail after refreshing the service list.
Version 1.14.3
Release Date: March 8, 2026
Bug Fixes
- Fixed a potential crash issue on the site list page under certain circumstances.
Version 1.14.2
Release Date: March 8, 2026
Bug Fixes
- Fixed a race condition when restarting services.
- Fixed an issue where some installation statuses were not refreshed in time on the settings page.
Version 1.14.1
Release Date: February 28, 2026
New Features
- Added ServBay 2.0 upgrade detection and notifications.
- Added email, WeChat, and Microsoft as login methods; removed Facebook and Twitter.
User Experience
- Optimized the package installation process to reduce path and environment configuration issues during installation.
Bug Fixes
- Fixed old environment configuration residue when reinstalling to a new directory after uninstallation.
Version 1.14.0
Release Date: February 26, 2026
New Features
- The site edit page now supports direct selection of ACME certificates.
User Experience
- Added domain and API Token validation when applying for SSL certificates to reduce configuration errors.
- Added
.pemsupport to the custom SSL Key file selector.
Bug Fixes
- Fixed an issue where the web server might fail to start if certificates are missing.
Version 1.13.0
Release Date: February 24, 2026
New Features
- Added
Member Sinceregistration time display on the user profile page.
User Experience
- Improved prompts for member features on the service configuration page, and made PHP extension toggling more intuitive.
Bug Fixes
- Fixed an issue where some PHP extensions not provided in the current version still appeared available after upgrading.
Version 1.12.5
Release Date: February 22, 2026
Bug Fixes
- Enhanced pre-start configuration validation for all services to prevent startup failures due to missing configuration files.
Version 1.12.4
Release Date: February 22, 2026
New Features
- Added a
Copy Logbutton to exception error pop-ups for easier log copying and troubleshooting.
User Experience
- The installer now provides AppData path warnings to help avoid installation path risks.
- Exception pop-ups now offer clearer structured error information, making issue tracking more convenient.
Bug Fixes
- Service running status is now checked before modifying MySQL or PostgreSQL passwords to avoid operation failures.
- Enhanced upgrade package download validation and pre-start configuration checks for improved reliability in upgrades and startups.
Version 1.12.3
Release Date: January 29, 2026
User Experience
- Improved the editing experience in custom configuration text boxes.
Bug Fixes
- Fixed parameter and validation issues in the ACME certificate application process for ZeroSSL and Google Trust Services.
- Fixed issues where the certificate application process could hang or the interface could become unresponsive.
- Fixed login, logout anomalies and issues related to application activation.
Version 1.12.1
Release Date: December 17, 2025
New Features
- The version update pop-up now includes a clickable Release Notes link.
User Experience
- Fixed an issue where the scroll position of the left navigation menu would reset.
Bug Fixes
- Fixed issues related to Nginx configuration checking and the generation of log and temporary file paths.
Version 1.12.0
Release Date: November 17, 2025
New Packages
- Expanded PHP support: added PHP 5.3, 5.4, 5.5, 8.5, and 8.6-dev.
New Features
- Supports more release channels for easier access to stable and beta versions.
- Added thread number configuration for Memcached.
User Experience
- Added scroll indicators to the left navigation bar for easier navigation in long menus.
- Improved batch operations and service status refresh for smoother interaction.
Bug Fixes
- Fixed the first-time startup failure after installing Apache.
- Fixed database configuration generation issues after installation.
- Fixed service status not refreshing after restarting the database service.
Version 1.11.4
Release Date: November 4, 2025
User Experience
- Further improved the stability of the initialization wizard.
Version 1.11.3
Release Date: November 3, 2025
Bug Fixes
- Fixed display and download issues in the update pop-up.
- Fixed thread safety issues during version checks to improve update check stability.
Version 1.11.2
Release Date: November 3, 2025
Bug Fixes
- Fixed an issue where duplicate service data could cause list display anomalies in some cases.
- Fixed version recognition and uninstallation issues for the Ping tool.
- Fixed uninstaller errors in specific scenarios.
Version 1.11.1
Release Date: November 1, 2025
Major Features
- Brand-new setup wizard: Provides a user-friendly guided process for first-time launch, allowing quick selection and installation of necessary packages based on development roles.
- Default PHP version setting: Set a system-wide default PHP version to simplify multi-version management.
- PATH priority configuration: Set PATH priorities for system command lines, allowing you to prefer either ServBay-installed packages or use ServBay packages as a fallback.
Package Updates
- Added support for Node.js 24
- Added support for PostgreSQL 18
- Added support for MariaDB 11.4
Performance Optimization
- Package extraction speed improved tenfold for faster installations.
- Optimized downloader performance for greater download stability.
Important Fixes
- Fixed inaccurate service status display.
- Resolved PHP extension configuration and Xdebug port conflict issues.
- Fixed inability to change MySQL root password in some cases.
- Fixed Apache custom port assignment failure.
- Miscellaneous bug fixes.
Version 1.10.0
Release Date: September 30, 2025
Bug Fixes
- Fixed several bugs.
Version 1.9.1
Release Date: September 22, 2025
Bug Fixes
- Fixed several bugs.
Version 1.9.0
Release Date: September 20, 2025
New Packages
- MongoDB
New Features
- Backup & Restore: Now supports manual and automatic backup of your data, including websites, databases, SSL certificates, settings, and more.
- Startup at boot: Register ServBay as a system service to launch automatically with system boot, enabling service startup without user login.
- Support for .servbay.config: Windows now supports .servbay.config just like macOS, allowing you to configure runtime environments per project.
- Enhanced system tray features: Quick website access and more functionalities now available from the system tray.
Bug Fixes
- Fixed several bugs.
Version 1.8.1
Release Date: September 12, 2025
Bug Fixes
- Fixed several bugs.
Version 1.8.0
Release Date: September 10, 2025
New Packages
- Added Apache
- Added Caddy
Bug Fixes
- Fixed several bugs.
Version 1.7.3
Release Date: August 27, 2025
Bug Fixes
- Fixed several bugs.
Version 1.7.2
Release Date: August 24, 2025
Bug Fixes
- Fixed several bugs.
Version 1.7.0
Release Date: August 20, 2025
New Features
Reverse Proxy/Tunnel
- Frp
- Cloudflared
- Ngrok
- Pinggy
Add-ons
- minio
- meilisearch
Version 1.6.1
Release Date: August 11, 2025
Bug Fixes
- Fixed several bugs.
Version 1.6.0
Release Date: August 5, 2025
New Features
- Introduced several new features.
Bug Fixes
- Fixed several bugs.
Version 1.5.0
Release Date: July 28, 2025
New Features
- Introduced several new features.
Bug Fixes
- Fixed several bugs.
Version 1.4.0
Release Date: July 21, 2025
New Features
- Introduced several new features.
Bug Fixes
- Fixed several bugs.
Version 1.3.0
Release Date: July 14, 2025
New Features
- Introduced several new features.
Bug Fixes
- Fixed several bugs.
Version 1.2.0
Release Date: July 7, 2025
New Features
- Introduced several new features.
Bug Fixes
- Fixed several bugs.
Version 1.0.2
Release Date: July 4, 2025
New Features
- Introduced several new features.
Bug Fixes
- Fixed several bugs.
Version 1.0.1
Release Date: June 3, 2025
New Features
- Initial release.
