Jump to content
XPEnology Community

hoppler

Member
  • Posts

    50
  • Joined

  • Last visited

  • Days Won

    16

hoppler last won the day on August 7 2020

hoppler had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hoppler's Achievements

Regular Member

Regular Member (3/7)

84

Reputation

  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
×
×
  • Create New...