RROrg/rr-tools

61

stars

15

commits

Shell

primary language

Feb 13, 2026

updated

README

rr-tools

To run the script via SSH or task scheduler

  1. Forcefully install SurveillanceVideoExtension in a fake serial number environment

    curl -fsSL https://github.com/rrorg/rr-tools/raw/main/installsve -o /root/installsve && chmod +x /root/installsve && /root/installsve && rm /root/installsve
    
  2. Cracking the 'Default License' for Surveillance-Station is 60 number (From: https://github.com/ohyeah521/Surveillance-Station)

    curl -fsSL https://github.com/ohyeah521/Surveillance-Station/raw/main/activated.sh | bash
    
  3. Cracking the 'Default User Limit' for MailPlus-Server is 256 number (From: https://github.com/ohyeah521/MailPlus-Server)

    curl -fsSL https://github.com/ohyeah521/MailPlus-Server/raw/main/activated.sh | bash
    
  4. Cracking the 'Default Limit' for Virtual Machine Manager (From: https://github.com/ohyeah521/vmm_no_limit)

    curl -fsSL https://github.com/ohyeah521/vmm_no_limit/raw/main/activated.sh | bash
    
  5. Activate the Synology AI Console, Synology Drive Server, Active Backup for Business, Active Backup for Microsoft 365, Active Backup for Google Workspace

    curl -fsSL https://github.com/rrorg/rr-tools/raw/main/enabler -o /root/enabler && chmod +x /root/enabler && /root/enabler && rm /root/enabler
    
  6. Custom blocking logs for Synology system

    curl -fsSL https://github.com/rrorg/rr-tools/raw/main/blocksynolog.sh | bash -s -- help  # Show help
    curl -fsSL https://github.com/rrorg/rr-tools/raw/main/blocksynolog.sh | bash -s -- add "Fail to get power limit.*"  # Add a new block
    

Contributors

wjz304

15 commits

RROrg/rr-tools

61

stars

15

commits

Shell

primary language

Feb 13, 2026

updated

README

rr-tools

To run the script via SSH or task scheduler

  1. Forcefully install SurveillanceVideoExtension in a fake serial number environment

    curl -fsSL https://github.com/rrorg/rr-tools/raw/main/installsve -o /root/installsve && chmod +x /root/installsve && /root/installsve && rm /root/installsve
    
  2. Cracking the 'Default License' for Surveillance-Station is 60 number (From: https://github.com/ohyeah521/Surveillance-Station)

    curl -fsSL https://github.com/ohyeah521/Surveillance-Station/raw/main/activated.sh | bash
    
  3. Cracking the 'Default User Limit' for MailPlus-Server is 256 number (From: https://github.com/ohyeah521/MailPlus-Server)

    curl -fsSL https://github.com/ohyeah521/MailPlus-Server/raw/main/activated.sh | bash
    
  4. Cracking the 'Default Limit' for Virtual Machine Manager (From: https://github.com/ohyeah521/vmm_no_limit)

    curl -fsSL https://github.com/ohyeah521/vmm_no_limit/raw/main/activated.sh | bash
    
  5. Activate the Synology AI Console, Synology Drive Server, Active Backup for Business, Active Backup for Microsoft 365, Active Backup for Google Workspace

    curl -fsSL https://github.com/rrorg/rr-tools/raw/main/enabler -o /root/enabler && chmod +x /root/enabler && /root/enabler && rm /root/enabler
    
  6. Custom blocking logs for Synology system

    curl -fsSL https://github.com/rrorg/rr-tools/raw/main/blocksynolog.sh | bash -s -- help  # Show help
    curl -fsSL https://github.com/rrorg/rr-tools/raw/main/blocksynolog.sh | bash -s -- add "Fail to get power limit.*"  # Add a new block
    

Contributors

wjz304

15 commits

Languages

Shell

100.0%