Secret Double Octopus Support Article

Octopus Windows Agent Error Code Reference

Use this article to identify Windows Agent authentication, credential, network, FIDO, OTP, Bluetooth, RFID, and system error codes, understand the likely root cause, and apply the recommended resolution steps.

Product:
Octopus Desk for Windows Agent
Applies to:
Agent version 4.3x and above
Audience:
Helpdesk, IT admins, CSE, support engineers
Reference size:
71 error codes

Overview

The Octopus Windows Agent displays or logs an error code when authentication, credential retrieval, offline login, FIDO, OTP, network access, or local workstation operations fail. Start by locating the error code, then review the category, user-facing message, root cause, and resolution steps below.

Quick troubleshooting flow

  1. Confirm the exact error code shown in the UI or agent logs.
  2. Check basic connectivity: internet/network access, Enterprise URL reachability, proxy, and trusted certificates.
  3. Validate user state: assignment, enrollment, license, AD status, password vault status, and policy restrictions.
  4. Check the relevant log based on the failing method: Guard, REST, Credential Provider, BLE, or FIDO.
  5. Escalate with evidence when the issue is server-side, certificate-related, unknown, or recurring after applying the resolution steps.

Useful log locations

LogUse when checking
C:\Windows\Temp\sdoguard*.logGuard service, connectivity, AD/account lockout, service-side client errors
C:\Windows\Temp\sdocred*.logCredential Provider, login SID, domain membership, local credential flow
C:\Windows\Temp\sdorest*.logREST/API calls, Microsoft errors, account lock or wrong credentials
C:\Windows\Temp\sdoble*.logBluetooth/BLE authentication issues
C:\Windows\Temp\sdofido*.logFIDO/FIDO2, PIN, BIO, security key detection, and hardware issues

Error category summary

CategoryCodesFirst checks
Authentication21 codesCheck policy, assignment, enrollment, network, certificates, and relevant agent logs.
Credentials9 codesCheck policy, assignment, enrollment, network, certificates, and relevant agent logs.
OTP9 codesCheck policy, assignment, enrollment, network, certificates, and relevant agent logs.
Configuration5 codesCheck policy, assignment, enrollment, network, certificates, and relevant agent logs.
System5 codesCheck policy, assignment, enrollment, network, certificates, and relevant agent logs.
Connectivity4 codesCheck policy, assignment, enrollment, network, certificates, and relevant agent logs.
FIDO4 codesCheck policy, assignment, enrollment, network, certificates, and relevant agent logs.
Network4 codesCheck policy, assignment, enrollment, network, certificates, and relevant agent logs.
RFID3 codesCheck policy, assignment, enrollment, network, certificates, and relevant agent logs.
Bluetooth2 codesCheck policy, assignment, enrollment, network, certificates, and relevant agent logs.
Password2 codesCheck policy, assignment, enrollment, network, certificates, and relevant agent logs.
Push Auth1 codesCheck policy, assignment, enrollment, network, certificates, and relevant agent logs.
SSH1 codesCheck policy, assignment, enrollment, network, certificates, and relevant agent logs.
SSO1 codesCheck policy, assignment, enrollment, network, certificates, and relevant agent logs.

Jump to a category

Full error code reference

Open each code to review the user-facing message, likely root cause, and recommended resolution steps.

Authentication error codes

 1001 TOKEN_NOT_VALIDAuthentication 
User-facing message
We cannot verify your identity
Root cause

Pre-login token is invalid or doesn't match the AUTH server. Usually caused by Load Balancer sticky session issues between AUTH servers. Also, possible if an unassigned user attempts to login.

Resolution steps
  1. Check Load Balancer sticky session configuration between AUTH servers.
  2. Verify the user is properly assigned/enrolled.
  3. TLS reject, check your ssl setup.
Note: Error may appear in logs even on successful login - this is expected behavior.
 1002 SERVER_ERRORAuthentication 
User-facing message
System error. Please try again later or contact your administrator.
Root cause

The service key is corrupt, incorrect, or cannot be decoded. Also triggered by unreachable server URL, untrusted web service certificate, or proxy blocking network traffic.

Resolution steps
  1. Verify the Enterprise URL is correct and reachable.
  2. Check that the Service Key is valid - do not copy it directly from the server or use Firefox (may add extra spaces).
  3. Confirm the NGINX certificate is trusted.
  4. Check for MS error 12002 in sdoguard*.log - this indicates a network/proxy block.
Note: In v3.8.4+: 'Wrong Server nonce' in server logs may indicate a nonce interruption.
 1003 CERT_ERRORAuthentication 
User-facing message
We cannot verify your identity. Please contact your administrator.
Root cause

The certificate on the ADPA service doesn't match what's expected - may have been rotated or corrupted.

Resolution steps
  1. Resolution: Repackage and re-create the MSI package.
  2. Workaround: Place the cert.pem file in the Octopus client directory.
Note: Do not download the service key using Firefox.
 1004 REJECTAuthentication 
User-facing message
Authentication failed. Please try again later or contact your administrator.
Root cause

The AUTH server returned a legitimate reject. Many possible reasons - check the reject code between AUTH server and Windows client.

Resolution steps
  1. Check server for legitimate reject reasons.
  2. Verify user is not expired, blocked, or disabled.
  3. Confirm user is enrolled and has a valid license.
  4. Check if Service Bypass is active and direct AD Bind is failing.
  5. Verify password exists in the vault (may be missing due to wrong Passwordless config).
  6. Check FIDO device registration if applicable.
 1012 BYPASSAuthentication 
User-facing message
Authentication bypass denied. Try again with a username and password.
Root cause

User profile is in bypass or panic mode, so Octopus app/FIDO login is not permitted during this period.

Resolution steps
  1. Login with username and password instead.
  2. Contact administrator to review bypass/panic mode settings.
 1017 USERNAMEPASSNOTALLOWAuthentication 
User-facing message
You cannot log into this workstation with a username and password.
Root cause

Bypass login attempted with FIDO is not permitted - username and password must be used.

Resolution steps
  1. Login with username and password.
  2. Check sdofido*.log (C:\Windows\Temp\sdofido*.log) for details.
 1021 NOTFOUNDAuthentication 
User-facing message
Authentication bypass denied. Try again with a username and password.
Root cause

User bypass not allowed.

Resolution steps
  1. Login with username and password.
 1022 WEBAUTHNAuthentication 
User-facing message
Authentication failed. Please try again.
Root cause

WebAuthn error during authentication.

Resolution steps
  1. Retry authentication.
  2. Contact administrator if issue persists.
 1027 MFABYPASSAuthentication 
User-facing message
MFA Bypass not allowed. Please try again.
Root cause

MFA bypass is not permitted for this user or policy.

Resolution steps
  1. Complete MFA authentication.
  2. Contact administrator to review MFA policy.
 1037 ACCOUNTLOCKEDOUTAuthentication 
User-facing message
Your account is locked. Please contact your administrator.
Root cause

Account is locked in Active Directory.

Resolution steps
  1. Contact administrator to unlock the AD account.
  2. If MS error 1385 appears in sdoguard*.log: remove 'network LogonUser' permission under WCPS.
 1041 NO_CHALLENGEAuthentication 
User-facing message
Authentication failed. No Challenge from Server.
Root cause

Client expected a challenge code from the authentication server but did not receive it.

Resolution steps
  1. Check server configuration.
  2. Contact Octopus support with logs.
 1045 CERT_ERROR_2Authentication 
User-facing message
Certificate Error. Please try again or contact your administrator.
Root cause

Invalid, wrong, or untrusted certificate used.

Resolution steps
  1. Verify certificate validity.
  2. Ensure the certificate is trusted by the client.
 1046 SIGN_IN_METHODAuthentication 
User-facing message
Sign-in method isn't allowed.
Root cause

The selected sign-in method is not permitted by policy.

Resolution steps
  1. Use an allowed sign-in method.
  2. Contact administrator to review permitted methods.
 1048 ACCOUNT_RESTRICTEDAuthentication 
User-facing message
Your account is restricted. Please contact your administrator.
Root cause

Account has access restrictions.

Resolution steps
  1. Contact administrator to review account restrictions.
 1049 BYPASS_TOKENAuthentication 
User-facing message
Bypass Token not Supported. Please contact your administrator.
Root cause

Bypass token not supported or wrong configuration - MFA ForceAuth bypass not allowed.

Resolution steps
  1. Contact administrator to review MFA and bypass configuration.
 1050 WRONG_USER_FORMATAuthentication 
User-facing message
Azure Login Wrong User Format. Please use UPN.
Root cause

Azure login requires UPN (User Principal Name) format.

Resolution steps
  1. Login using UPN format: user@domain.com
 1053 AAL3_SERVER_ERRORAuthentication 
User-facing message
Server returned wrong info for Enhanced Assurance.
Root cause

Server returned incorrect data for AAL3 Enhanced Assurance.

Resolution steps
  1. Contact administrator.
  2. Contact Octopus support with server logs.
 1054 AAL3_MOBILE_ERRORAuthentication 
User-facing message
Mobile returned wrong info for Enhanced Assurance.
Root cause

Mobile device returned incorrect or no data for AAL3 Enhanced Assurance.

Resolution steps
  1. Re-enroll mobile device.
  2. Contact administrator.
 1064 CODE_ERRORAuthentication 
User-facing message
The user did not enter a verification code.
Root cause

Verification code was not provided.

Resolution steps
  1. Enter the verification code when prompted.
 1070 BAD_APP_TOKENAuthentication 
User-facing message
Bad Application Token. Please try again.
Root cause

Invalid application token.

Resolution steps
  1. Retry.
  2. Re-authenticate.
  3. Contact administrator if issue persists.
 1073 SERVER_ERROR_2Authentication 
User-facing message
Server error. Please try again later or contact your administrator.
Root cause

Server-side error.

Resolution steps
  1. Retry.
  2. Contact Octopus support with server logs.

Credentials error codes

 1005 PASSWORD_EMPTYCredentials 
User-facing message
Authentication rejected because credentials are missing.
Root cause

Attempting Passwordless/PasswordFree login but no password exists in the vault and one cannot be created.

Resolution steps
  1. Verify LDAPS (secure) is used to connect to Active Directory.
  2. Confirm the AD user has permission to change passwords. There might be "Password Change" error at your authentication session on Management console Audit.
  3. Ensure you are fully logging out before retrying.
  4. If on Azure-joined machine, verify agent settings support Azure.
  5. Check that the 'User DN' account has rights to change passwords for all users.
 1007 GET_CERT_ERRORCredentials 
User-facing message
Authentication failed. Please contact your administrator.
Root cause

The private key fails to decrypt the password from the Octopus vault. May indicate TPM reset, corruption, or a security breach.

Resolution steps
  1. Check that TPM or "Support online certifcates in rdp" is not ON if it should not.
  2. Contact security team if machine theft is suspected.
Resolution: Delete the workstation entry under the specific user in Octopus Server (it holds the public key).
 1015 NOOLDPASSWORDFOUNDCredentials 
User-facing message
Error finding old credentials. Try again.
Root cause

The last two stored passwords don't match what's in the vault. Usually caused by a password changed directly in Active Directory (bypassing Octopus sync).

Resolution steps
  1. Scenario 1 (Offline): Connect the Windows machine to the network and use ONLINE authentication.
  2. Scenario 2 (Password mismatch): Reset the password using the Octopus Management Console. If that fails, remove the machine from the domain, restart, and re-join.
  3. Scenario 3 (Remote user): In the mobile app, open the failing account, select 'Show Credentials', and swipe right-to-left to view the previous password.
  4. Azure-joined machines: Password rotation takes time - try a second login.
  5. Ensure the machine is domain-joined (non-domain machines are not supported).
  6. Check for MS error 1326 in sdorest*.log (indicates account locked during login).
 1020 CANTSETLOCALPASSWORDCredentials 
User-facing message
Set Local Credentials error.
Root cause

Timeout between the SDO Credential Provider and the SDO Safeguard Service.

Resolution steps
  1. Check the SDO Safeguard Service status.
  2. Restart the service if it has stopped.
 1029 CREDENTIALS_DECRYPT_ERRORCredentials 
User-facing message
Can't decrypt credentials.
Root cause

Unable to decrypt stored credentials.

Resolution steps
  1. Contact administrator.
  2. May require workstation re-enrollment.
 1036 MUSTCHANGEPASSWORDCredentials 
User-facing message
Your credentials are out of sync. Please contact your administrator.
Root cause

Password sync is broken between the Windows agent and the server.

Resolution steps
  1. Contact administrator.
  2. Admin should reset the password from the Management Console.
 1062 CHECK_ERRORCredentials 
User-facing message
Credentials check failed.
Root cause

Credential validation failed.

Resolution steps
  1. Retry.
  2. Verify credentials are correct.
  3. Contact administrator.
 1063 CREDENTIAL_ERRORCredentials 
User-facing message
Wrong username or password.
Root cause

Incorrect credentials entered.

Resolution steps
  1. Re-enter username and password carefully.
  2. Use password reset if available.
 1076 PF_WRONG_PASSWORDCredentials 
User-facing message
Password Free wrong password. Please try again.
Root cause

Incorrect password in Password Free mode.

Resolution steps
  1. Retry.
  2. Contact administrator to sync password vault.

OTP error codes

 1023 OTPNMFAOTP 
User-facing message
A one-time password cannot be used for passwordless authentication.
Root cause

OTP is not supported for passwordless login.

Resolution steps
  1. Use an alternative authentication method (app push, BLE, FIDO).
  2. Contact administrator to review authentication method settings.
 1024 OTPOFFLINEENDOFBUFFEROTP 
User-facing message
Your one-time password expired. Please authenticate online and renew your OTP token.
Root cause

The OTP buffer has been exhausted.

Resolution steps
  1. Authenticate online to renew your OTP token.
 1031 OTP1MINOTP 
User-facing message
Your computer is locked for 1 minute. Please try again later.
Root cause

Too many failed OTP attempts - short lockout triggered.

Resolution steps
  1. Wait 1 minute and retry.
 1032 OTP30MINOTP 
User-facing message
Your computer is locked for 30 minutes. Please try again later.
Root cause

Repeated OTP failures - extended lockout triggered.

Resolution steps
  1. Wait 30 minutes and retry.
  2. Contact administrator if urgent access is required.
 1033 OTP1HOTP 
User-facing message
Your computer is locked for 1 hour. Please try again later.
Root cause

Severe OTP failure pattern - maximum lockout triggered.

Resolution steps
  1. Wait 1 hour and retry.
  2. Contact administrator to unlock if needed.
 1034 OTPBLOCKEDOTP 
User-facing message
Your computer is locked. Please try again later.
Root cause

Account blocked due to excessive failed attempts.

Resolution steps
  1. Contact administrator to unlock the account.
 1043 NO_OTPOTP 
User-facing message
Can't retrieve OTP from Server.
Root cause

No forward OTP received from server.

Resolution steps
  1. Retry with network connection.
  2. Contact administrator or Octopus support.
 1058 OTP_OFFLINE_ERROROTP 
User-facing message
Cannot retrieve credentials for OTP Offline.
Root cause

OTP offline credential retrieval failed.

Resolution steps
  1. Connect to the network and retry.
 1067 OTP_ERROROTP 
User-facing message
Wrong OTP. Please try again.
Root cause

Incorrect OTP entered.

Resolution steps
  1. Check OTP value and retry.
  2. Ensure OTP has not expired.

Configuration error codes

 1006 REG_ERRORConfiguration 
User-facing message
Authentication failed. Please contact your administrator.
Root cause

The agent cannot find all required Octopus registry keys. Often caused by using an incorrect MSIUpdater tool or manual registry key changes.

Resolution steps
  1. Confirm you are using the correct MSIUpdater version.
  2. Reinstall the MSI package.
  3. Check for any manual changes to registry keys (deleted URLs or service keys).
 1035 NOTSUPPORTEDConfiguration 
User-facing message
Reset Credentials is not set. Please contact your administrator.
Root cause

Credential reset is not configured.

Resolution steps
  1. Contact administrator to enable credential reset.
 1056 NO_RADIUS_TOKENConfiguration 
User-facing message
Radius Token not found. Please contact your administrator.
Root cause

No RADIUS token found for the user.

Resolution steps
  1. Contact administrator to configure RADIUS token.
 1074 SECURE_SERVERConfiguration 
User-facing message
Secure Server error. Please use https in server address.
Root cause

Server address uses HTTP instead of HTTPS.

Resolution steps
  1. Update the server URL to use https://.
 1075 APP_DISABLEDConfiguration 
User-facing message
Application Disabled. Please contact your administrator.
Root cause

Application has been disabled.

Resolution steps
  1. Contact administrator to enable the application.

System error codes

 1028 NOMEMORYSystem 
User-facing message
Your computer needs more memory to run. Contact your administrator.
Root cause

Insufficient memory on the Windows machine.

Resolution steps
  1. Contact your IT administrator.
  2. Consider upgrading system RAM.
 1030 OTHERSystem 
User-facing message
Oops, something went wrong. Please contact your administrator.
Root cause

Unknown or unclassified error.

Resolution steps
  1. Collect logs and contact Octopus Tech Support.
 1059 CLIPBOARD_SET_ERRORSystem 
User-facing message
Failed to set Clipboard.
Root cause

Unable to write to the clipboard.

Resolution steps
  1. Retry the operation.
  2. Contact administrator if issue persists.
 1060 CLIPBOARD_CLEAR_ERRORSystem 
User-facing message
Failed to clear Clipboard.
Root cause

Unable to clear the clipboard.

Resolution steps
  1. Retry the operation.
  2. Contact administrator if issue persists.
 1061 LOCK_ERRORSystem 
User-facing message
Can't lock workstation.
Root cause

Workstation lock command failed.

Resolution steps
  1. Retry.
  2. Check Windows lock permissions.
  3. Contact administrator.

Connectivity error codes

 1019 TIMEOUTConnectivity 
User-facing message
Authentication failed. Please try again.
Root cause

Timeout between the SDO Credential Provider and the SDO Guard service on the Windows machine.

Resolution steps
  1. Confirm the Enterprise base URL is reachable - try opening it in a browser.
  2. Verify SDOGUARD.exe service is registered and running.
  3. If missing: uninstall via Control Panel and reinstall, then verify service is created.
  4. Check for invalid/self-signed certificates.
  5. Octopus Desk v3.5.3 and below: upgrade to v3.5.4+ to fix WMI issues (caused by Microsoft April 2022 security updates).
  6. Check sdocred*.log for 'GetLogonSID Failed' to identify domain membership issues.
  7. If SDOGUARD.exe crashed unexpectedly, contact Octopus support with logs.
 1026 AUTHTIMEOUTConnectivity 
User-facing message
Authentication failed. Please try again.
Root cause

Authentication request timed out.

Resolution steps
  1. Retry authentication.
  2. Check network connectivity.
  3. Verify Enterprise URL is accessible.
 1047 OFFLINE_LOGINConnectivity 
User-facing message
Offline Login Failed.
Root cause

Certificate-based offline authentication failed.

Resolution steps
  1. Retry offline login.
  2. Contact administrator if issue persists.
 1071 OFFLINE_ERRORConnectivity 
User-facing message
Cannot use Offline Login. Please login online before trying again.
Root cause

Offline login attempted before initial online authentication.

Resolution steps
  1. Login online at least once before using offline mode.

FIDO error codes

 1016 FIDO2ERRORFIDO 
User-facing message
Authentication failed. Please check your FIDO token and try again.
Root cause

FIDO key hardware error, wrong PIN, blocked device, unsupported firmware, or unregistered device type.

Resolution steps
  1. Check sdofido*.log for detailed error information.
  2. Verify the FIDO key is not blocked and has the correct PIN.
  3. For Windows login, only Yubico devices are currently supported.
  4. Ensure the user's directory (e.g. AD) has a valid email address.
  5. Do not use a PIN when MFA is active - PINs are for passwordless only.
  6. If firmware is outdated, contact the FIDO vendor to upgrade.
  7. Resolution for password mismatch: Reset the password using the Management Console.
 1018 FIDOERRPINREQUIREDFIDO 
User-facing message
Authentication failed. Please enter your FIDO Authenticator PIN.
Root cause

FIDO key is configured for BIO, but a PIN is required instead. BIO login cannot complete.

Resolution steps
  1. Enter the FIDO PIN when prompted.
  2. Contact administrator to review FIDO authentication configuration.
 1052 FINGERPRINT_ERRORFIDO 
User-facing message
Can't Read Fingerprint. Please try again.
Root cause

Fingerprint reader failed.

Resolution steps
  1. Retry fingerprint scan.
  2. Reset the Security key and try again.
 1055 FIDO_NOT_FOUNDFIDO 
User-facing message
FIDO key not found. Please insert your FIDO device.
Root cause

FIDO hardware key not detected.

Resolution steps
  1. Insert the FIDO key into the USB port.
  2. Try a different USB port.
  3. Verify key is not damaged.

Network error codes

 1008 NETWORK_ERRORNetwork 
User-facing message
Network error. Please make sure you are connected to the internet.
Root cause

Enterprise URL is unavailable or there is no network connection and no offline fallback is configured.

Resolution steps
  1. Verify network connection.
  2. Check Enterprise URL availability.
  3. Configure offline login options: BLE via Octopus app, Buffered OTP, or FIDO key.
 1057 OFFLINE_RADIUSNetwork 
User-facing message
Cannot retrieve Radius Token in Offline mode.
Root cause

RADIUS token retrieval requires a network connection.

Resolution steps
  1. Connect to the network and retry.
 1069 VPN_ERRORNetwork 
User-facing message
Launch VPN Error.
Root cause

VPN failed to launch.

Resolution steps
  1. Retry.
  2. Check VPN configuration.
  3. Contact administrator.
 1072 NO_NETWORKNetwork 
User-facing message
No Network error. Please make sure you are connected to the network.
Root cause

No network connection detected.

Resolution steps
  1. Check network cable or Wi-Fi connection.
  2. Contact IT if network issues persist.

RFID error codes

 1077 RFID_NO_READERRFID 
User-facing message
RFID no reader found. Please connect and try again.
Root cause

RFID reader not detected.

Resolution steps
  1. Connect RFID reader and retry.
 1078 RFID_NO_CARDRFID 
User-facing message
RFID no card found. Please try again.
Root cause

RFID card not detected by reader.

Resolution steps
  1. Hold RFID card closer to the reader and retry.
 1079 RFID_NOT_SUPPORTEDRFID 
User-facing message
RFID not supported on this platform.
Root cause

RFID authentication is not supported on this platform.

Resolution steps
  1. Use an alternative authentication method.

Bluetooth error codes

 1009 BLE_ERRORBluetooth 
User-facing message
Please verify that Bluetooth is enabled on your mobile and on Windows, then try again.
Root cause

No phone available to answer the auth request, wrong enrolled phone is being used, or BLE is sending an incorrect password.

Resolution steps
  1. Ensure Bluetooth is enabled on both the Windows machine and mobile device.
  2. Confirm the correct enrolled phone is nearby and responsive.
  3. Check BLE log at C:\Windows\Temp\sdoble*.log for more details.
 1010 BLE_REJECTBluetooth 
User-facing message
Authentication failed. Try again and approve authentication on your mobile.
Root cause

User denied the BLE authentication request in the Octopus app, or an incorrect enrolled machine is being used.

Resolution steps
  1. Ensure the user approves the authentication request on their mobile.
  2. Verify the correct enrolled machine is being used.
  3. Try deleting the authenticator smartphone for this user.
  4. If app permissions are suspected, send application logs to support.

Password error codes

 1013 EXPIREDPassword 
User-facing message
Password Expired (log only - not shown in UI)
Root cause

Routine check indicating the password policy has detected an expired password. May trigger auto-lock to force rotation.

Resolution steps
  1. This is a log-level indicator - no user action needed unless a lock occurs.
  2. Review password policy configuration if workstation locks unexpectedly.
 1014 NOEXPIREDPassword 
User-facing message
Password Not Expired (log only - not shown in UI)
Root cause

Pre-check confirming password is not expired. Used to determine whether to use BLE or PUSH.

Resolution steps
  1. Informational only - no action required.

Push Auth error codes

 1011 DENYPush Auth 
User-facing message
Authentication failed. Try again and approve authentication on your mobile.
Root cause

User denied the PUSH authentication request in the Octopus app, or incorrect enrolled machine is in use.

Resolution steps
  1. User should approve (not deny) the push notification.
  2. Verify the correct enrolled machine.
  3. Try deleting and re-enrolling the authenticator smartphone.
  4. Send application log to support if issue persists.

SSH error codes

 1066 SSH_ERRORSSH 
User-facing message
Failed to launch SSH.
Root cause

SSH launch failed.

Resolution steps
  1. Retry.
  2. Check SSH configuration.
  3. Contact administrator.

SSO error codes

 1065 SSO_ERRORSSO 
User-facing message
Failed to launch SSO.
Root cause

Single Sign-On launch failed.

Resolution steps
  1. Retry.
  2. Check SSO configuration.
  3. Contact administrator.

When to escalate to Octopus Support

Escalate when the error persists after the recommended resolution steps, the issue appears server-side, the certificate/service key may be corrupted, credentials cannot be decrypted, or the root cause is unknown.

Include: error code, username/UPN, workstation name, Windows Agent version, timestamp, authentication method, screenshots if available, and the relevant logs from C:\Windows\Temp.

Source: Octopus Windows Agent Error Code Reference. Review and adjust internal support links before publishing.
Footer - Secret Double Octopus