Skip to content

Caspher/Synology-HDD-Bypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Synology HDD Compatibility Bypass

Overview

This utility script temporarily disables the HDD compatibility check on Synology 25‑series NAS models, allowing you to complete the initial DSM installation with third‑party or unsupported drives.

Note: This is a one‑time, in‑memory bypass that only applies during the initial setup. After DSM is installed, the NAS will revert to its standard compatibility policy until you add your drives to the database.


Disclaimer

  • Temporary bypass only. Use this script to finish setup once, then configure permanent compatibility via DSM or the community database.
  • Use at your own risk. Bypassing compatibility checks may result in data loss or void your warranty.

Requirements

  • Windows PC with Python 3.8+ installed and on your PATH.
  • Python packages:
    pip install requests
  • Network access to the unconfigured Synology NAS (no DSM login required).

Installation

Grab the latest packaged release from our GitHub releases page:

  1. Visit the Releases section.
  2. Download the standalone skip_syno_hdds.py script from the latest version.

Install required Python package:

pip install requests

Usage

python Synology_setup_bypass.py <NAS_IP>

OR

python Synology_setup_bypass.py <NAS_IP> --show-output
  • <NAS_IP>: IP address of your Synology NAS (fresh/uninitialized).
  • --show-output (optional): display the verification output for debugging.

Example:

python Synology_setup_bypass.py 192.168.1.199 --show-output

Next Steps

After you successfully install DSM using this bypass, run the HDD database script below to add your drives permanently:


Support

Feel free to open Issues or Pull Requests on the GitHub repository. Contributions and feedback are welcome!

About

For bypassing the HDD compatibility check implemented in 25 series Synology models

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors