Jump to content
XPEnology Community

hoppler

Member
  • Posts

    50
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by hoppler

  1. As far is i know, the username and password values have to be urlencoded. A test!"§$ would result in test%21%22%C2%A7%24
  2. POWERBUTTON_6.2-0002.SPK
  3. Hi, this error usually means you have a misconfigured local proxy. Those local proxys are in some cases created by your antivirus/firewall software which links inbetween an SSL/TLS connection but in your case just broke it. If you only have the windows onboard antivirus solution installed an nothing else maybe its worth lookin into possible trojans/viruses which sniff your connection
  4. Hi, if you havent already tried: you could use https://xpenology.com/forum/topic/21663-driver-extension-jun-103b104b-for-dsm622-for-3615xs-3617xs-918/ which made it possible to use the HP Gen8 MicroServer as it contains working drivers. There wont be anymore updates for 6.1.7 so your system will have security issues which can be maybe ignored if its only a system in a local network.
  5. 100 Unknown error 101 Invalid parameter 102 The requested API does not exist 103 The requested method does not exist 104 The requested version does not support the functionality 105 The logged in session does not have permission 106 Session timeout107Session interrupted by duplicate login Either ActiveBackup is not installed or its deactivated
  6. Hi, the issue is not because of you, but there is a hidden character between PORT and / which causes the browser to search the url instead of opening it. Here is a version without the hidden character: https://URL:PORT/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=USER&passwd=PASS
  7. Hi, the user has to be in the "administrators" group and if the password contains special characters like +?%, you have to encode it first. https://meyerweb.com/eric/tools/dencoder/ Example: Username: test Password: 1+?%abc has to be encoded to: 1%2B%3F%25abc Result: https://URL:PORT/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=test&passwd=1%2B%3F%25abc
  8. The error codes for login: 100 Unknown error. 101 The account parameter is not specified. 400 Invalid password. 401 Guest or disabled account. 402 Permission denied. 403 One time password not specified. 404 One time password authenticate failed. 405 App portal incorrect. 406 OTP code enforced. 407 Max Tries (if auto blocking is set to true). 408 Password Expired Can not Change. 409 Password Expired. 410 Password must change (when first time use or after reset password by admin). 411 Account Locked (when account max try exc
  9. How to activate without a valid serial or synology account https://xpenology.com/forum/topic/13289-the-new-active-backup/?tab=comments#comment-101062
  10. 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
  11. 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"
  12. 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
  13. Heres a tutorial on how to activate without a valid serial: https://xpenology.com/forum/topic/13289-the-new-active-backup/?tab=comments#comment-100909
  14. 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"
  15. Updated powerbutton package to work with dsm 6.2 for ds3615, ds3617 and ds918+ POWERBUTTON_6.2-0002.SPK or https://www39.zippyshare.com/v/R3ftOA3X/file.html
  16. Hi, you could try: https://www39.zippyshare.com/v/R3ftOA3X/file.html but without any guarantee as i could not test it.
  17. Hi, du brauchst eine gültige Seriennummer für die Xpenology Installation sonst lässt sich die Lizenz nicht aktivieren. Bedenke: Wenn du eine zufällige Lizent nimmst die auch gültig ist, dann aktivierst du womöglich (nur eine Theorie) die Lizenz auch auf dem Besitzer seiner Synology-NAS mit genau der Seriennummer.
  18. you could google picture it probably
  19. 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/
  20. 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.
  21. Hi, the 404 error is because the SerialNumber you are using for your NAS is not a valid one. You can only activate ActiveBackup if you have a valid serialnumber registered (to be set in grub.conf on bootloader) Hopefully you can understand english
  22. The idea behind the recovery-method: You cant downgrade to 6.2 easily by just reinstalling the bootloader on the sdcard/usbstick. On every boot, the installed DSM 6.2.1 will update the bootloader for you To force a downgrade without another spare hdd, you have to change your Synology Model so the DSM installer will force a "clean install" instead of updating the bootloader Because of the reasons above you have to switch the bootloader von 3615 to 3617 or vice versa depending of what you have installed currently. So if you have DS3615 you have to flash the sdcard/usbstick with DS3617 so youll get into the recovery mode on the next boot. Leave all hdds as they are Take out the sdcard/usbstick on which the bootloader is installed and flash DS3617 from jun onto it Insert sdcard/usbstick and boot Youll get the "install dsm" screen which can be found with the synology assistent (just like you did when you first installed xpenology) Install the DSM 6.2 for DS3617 by "manual install" https://archive.synology.com/download/DSM/release/6.2/23739/DSM_DS3617xs_23739.pat Optional: If you want to go back to DS3615 Repeat steps above but flash DS3615 bootloader onto scdard/usbstick Install DSM 6.2 for DS3615 https://archive.synology.com/download/DSM/release/6.2/23739/DSM_DS3615xs_23739.pat I guess thats detailed enough
  23. Putting the disks in a real DiskStation will lead to a "migrate" instead of a "clean install" (which will reset the settings) and youll keep most of your settings. But for this, all hdds have to be placed in the new DiskStation because of RAID. Extra: A migrate is possible because the real DS918 supports the new 6.2.1
  24. Hi, youll loose your settings but not your data. HowTo downgrade: https://xpenology.com/forum/topic/13074-dsm-621-23824-warning/?tab=comments#comment-95204 https://xpenology.com/forum/topic/12952-dsm-62-loader/?page=15&tab=comments#comment-95214
×
×
  • Create New...