Activate Synology Active Backup for Business for Xpenology DSM 6

Activate Synology Active Backup for Business for Xpenology DSM 6

 

 Activate Synology Active Backup for Business with Xpenology DSM 

https://gist.github.com/igresc/91e468f3d2ad5f2f7407262ba6f0dd56

Install the package and run the URL below on the browser.

Active Backup for Business

1. Replace the IP, username, and password 

http://192.168.0.1:5000/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=admin&passwd=password

{"success":true}


2. Replace IP and Serial

http://192.168.0.1:5000/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number=1780PDN123456

{"data":{"activated":true},"success":true}

Active Backup for G Suite

1. Replace IP

http://192.168.0.1:5000/webapi/entry.cgi?api=SYNO.ActiveBackupGSuite&method=get_activation&version=1

{"data":{"activated":false,"serial_number":"1780PDN123456"},"success":true}

2. Replace IP and Serial


1. Replace IP

http://192.168.0.1:5000/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number=1780PDN123456

{"success":true}

Active Backup for Microsoft 365


http://192.168.0.1:5000/webapi/entry.cgi?api=SYNO.ActiveBackupOffice365&method=get_activation&version=1

{"data":{"activated":false,"serial_number":"1780PDN123456"},"success":true}

2. Replace IP and Serial

http://192.168.0.1:5000/webapi/entry.cgi?api=SYNO.ActiveBackupOffice365&method=set_activation&version=1&serial_number=1780PDN123456

{"success":true}



https://xpenology.com/forum/topic/13289-the-new-active-backup/?tab=comments#comment-100909


  • Get Activationstatus
    • https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=get&version=1
  • Set ActivationStatus (use your SERIALNUMBER)
    • https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number="SERIALNUMBER" 

 

for Office365 its the following urls

  • Get Activationstatus
    • https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackupOffice365&method=get_activation&version=1
  • Set ActivationStatus (use your SERIALNUMBER)
    • https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackupOffice365&method=set_activation&version=1&serial_number="SERIALNUMBER"

 

for GSuite its the following urls

  • Get Activationstatus
    • https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackupGSuite&method=get_activation&version=1
  • Set ActivationStatus (use your SERIALNUMBER)
    • https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackupGSuite&method=set_activation&version=1&serial_number="SERIALNUMBER"


Comments

Popular posts from this blog

Synology as a FreeNAS / TrueNAS backup - Rsync