rserver --check-config (and the rstudio-server check-config admin subcommand) to validate the configuration file without starting the service, reporting all unrecognized options in a single pass. --test-config is now a deprecated alias for --check-config with the same behavior; it previously stopped at the first unrecognized option. Using --test-config prints a deprecation warning, and it will be removed in a future release. --check-config now also validates that configured file paths (secure-cookie-key-file, rsession-config-file, database-config-file) exist on disk, and reports the detected R installation (informational). In Posit Workbench builds, the check also covers database connectivity and license status.For a full list of bug fixes in this release, see the release notes.