brauner Posted October 11, 2018 #1 Posted October 11, 2018 Does anybody manage to run The New Active Backup suite? It requries activation, that fails (error 404) on 6.1.7 -Roei Quote
hoppler Posted October 12, 2018 #2 Posted October 12, 2018 The 404 is because the serialnumber is not a valid one. If you set a valid serialnumber in your grub.conf youll get the synology account login screen for activation instead of 404. Quote
brauner Posted October 13, 2018 Author #3 Posted October 13, 2018 (edited) Hi I used the XPEnology New Serial Generator (https://xpenogen.github.io/serial_generator/index.html) and changed the SN. My env. is ESXi 6.0 and DSM 6.2 with 1.03b loader I still have an error, should I change the MAC too? -Roei Edited October 13, 2018 by brauner Quote
hoppler Posted October 13, 2018 #4 Posted October 13, 2018 Hi, the algorithm for the serialnumber generator is quite wrong and so it wont give you a valid number. As a workaround (i guess no one will release a valid sn-generator) you can install the "beta" version of activebackup as it did work. https://archive.synology.com/download/Package/spk/ActiveBackup/ Quote
brauner Posted October 13, 2018 Author #5 Posted October 13, 2018 thank you can you please tell me, what version is the beta version? -Roei Quote
evolucja Posted October 14, 2018 #7 Posted October 14, 2018 Any possibility of generating valid serial number? I'm not sure if using the beta version is the good way to think of backups.. 1 Quote
hoppler Posted October 14, 2018 #8 Posted October 14, 2018 you could google picture it probably Quote
NickThe Posted November 29, 2018 #9 Posted November 29, 2018 Just block the activation element using your favorite adblocker. At least that works for me in the G Suite edition of Active Backup. Quote
maxime Posted November 29, 2018 #10 Posted November 29, 2018 I don't understand.. How can you block the activation using adblocker? Can you please show me how to do it? Thanks Quote
djvas335 Posted November 29, 2018 #11 Posted November 29, 2018 (edited) I confirm it works, you block the activation element with the adblocker and you also block the mask Edited November 29, 2018 by djvas335 Quote
brauner Posted December 3, 2018 Author #12 Posted December 3, 2018 I would also like to know how to use adblock to block the activation . tried "AdBlock" but no results Quote
Popular Post hoppler Posted December 4, 2018 Popular Post #13 Posted December 4, 2018 There is a better way^^ Just activate it: In your browser open the following urls one after another: Replace the following: URL, PORT, USER, PASS, SERIALNUMBER (dont replace any other symbols like : oder ") https://URL:PORT/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=USER&passwd=PASS https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number="SERIALNUMBER" To get the current activation status call the 1. query above and then https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=get&version=1 ------------------------------ Example for url: server, port: 5001, user: admin, pass: admin, serialnumber: 123400 https://server:5001/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=admin&passwd=admin https://server:5001/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number="123400" 8 17 Quote
Locutus Posted December 6, 2018 #14 Posted December 6, 2018 The last method dosn't work for me. The first command worked, but I only get the this error after the second command: {"error":{"code":102},"success":false} Quote
hoppler Posted December 6, 2018 #15 Posted December 6, 2018 code: 102 means the API does not exist. This happens if ActiveBackup is "stopped" or not installed. Make sure you can open ActiveBackup before calling the methods above. Also make sure to use the SerialNumber of youe synology station 1 Quote
Locutus Posted December 6, 2018 #16 Posted December 6, 2018 It worked after reinstalling ActiveBackup Quote
rain_cs Posted December 7, 2018 #17 Posted December 7, 2018 Does this method works for Active Backup Office365? I tryed: https://nas.my.domain:5001/webapi/entry.cgi?api=SYNO.ActiveBackupOffice365.Activation&method=set&version=1&activated=true&serial_number="1234567890" but it doesn't work: {"error":{"code":102},"success":false} Quote
hoppler Posted December 7, 2018 #18 Posted December 7, 2018 (edited) 3 hours ago, rain_cs said: Does this method works for Active Backup Office365? Login (replace URL, PORT, USER, PASS) https://URL:PORT/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=USER&passwd=PASS for ActiveBackup its the following urls 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" Edited December 7, 2018 by hoppler 3 10 Quote
raceboy Posted December 10, 2018 #19 Posted December 10, 2018 it work's like hoppler wrote tutorial. thanks. it will hold for any upward updates ? Quote
hoppler Posted December 10, 2018 #20 Posted December 10, 2018 34 minutes ago, raceboy said: it will hold for any upward updates ? Its what the apps do after you logged in successfully. therefore its no "hack" but the official way to activate those programs. as long as synology does not change that way it will uphold Quote
mbmb Posted January 13, 2019 #23 Posted January 13, 2019 help! when I tried this line: https://server:5001/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=admin&passwd=admin with the correct server name, admin and password My browser always does a search for this item on google or bing instead of returning the response. I can run the next two lines with the entry.cgi and I get the error back, but I can't get the 1st line with the auth.cgi to run. It got to be something silly I'm missing. Thanks! Quote
mbmb Posted January 13, 2019 #24 Posted January 13, 2019 please ignore, it works fine now. Don't know what I was doing wrong. ---------------------------------------------------- help! when I tried this line: https://server:5001/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=admin&passwd=admin with the correct server name, admin and password My browser always does a search for this item on google or bing instead of returning the response. I can run the next two lines with the entry.cgi and I get the error back, but I can't get the 1st line with the auth.cgi to run. It got to be something silly I'm missing. Thanks! Quote
Neos Posted January 25, 2019 #25 Posted January 25, 2019 (edited) Hi, This option for activate the Active Backup for Business is not functional. When type the first URL: Login (replace URL, PORT, USER, PASS) https://URL:PORT/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=USER&passwd=PASS Appear this error: {"error":{"code":400},"success":false} Any idea?? My config is: Ds3615xs ESXI 6.7 Edited January 25, 2019 by Neos Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.