Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Backup » Fix Authentication failed: Invalid credential after installing VSA
  • Norton 360 Error
    Norton Autofix identified an issue: Fix Norton 360 Installation has encountered an error 8404 on Windows Anti-Virus Solution
  • image
    How to find Computer Serial Number stated change to be filled by OEM Windows Server
  • banner
    How to Edit Windows Hosts File via PowerToy Editor Utility Web Server
  • How to Enable & Disable CTRL + ALT + DEL Secure Login on Windows 11
    How to Enable/Disable CTRL + ALT + DEL Secure Login on Windows 11/10 Windows
  • How to Upgrade Windows 10 with an Unsupported CPU TPM 1.0 to Windows 11
    Upgrading from Windows 10 with Unsupported CPU and TPM 1.0 Windows
  • Zoom Blurred Background
    Why Zoom blurred background option is not available to you on Mac JIRA|Confluence|Apps
  • dfefeq
    Error 740: Elevated permissions are required to run DISM Windows Server
  • Installing Jenkins
    How to Install and Configure Jenkins on Windows 11 Configuration Management Tool

Fix Authentication failed: Invalid credential after installing VSA

Posted on 28/10/202528/10/2025 Christian By Christian No Comments on Fix Authentication failed: Invalid credential after installing VSA
Authentication failed - invalid credential Veeam VSA

In this guide, we shall discuss how to fix Authentication failed: Invalid credential after installing VSA. Please, see how to fix MDT Invalid credentials: The network was not found, and Disable credential Prompts for Remote Desktop Connections. According to Veeam KB4648, the user’s proposed configuration is incomplete and requires several additions to fix the described issue.

The necessary changes include correctly specifying the Active Directory domain which is not in my case, setting the id_provider and auth_provider to ad, defining the realm, and adding the required [pam] configuration for the Veeam appliance.

To resolve the problem, the sssd.conf file needs to be updated with the correct domain and PAM settings as outlined in the knowledge base article

Also, see how to fix “Error 1707: Network address invalid when trying to connect remotely“, and how to Resolve Invalid Key ID when requesting BitLocker Recovery Key.

Reproducing the Error “Authentication failed: Invalid credential”

During the installation of Veeam Software Appliance. Veeam recommends that you use a Fully Qualified Domain Name (FQDN) as a hostname.

Because of this, I use a FQDN. But then, I had the above error messages and decided to change the name, same issue. I reinstalled using just a host name, the same error messages were prompted.

Note: Initially, I configured the Veeam Software Appliance with a non-existent subdomain, and even after changing to just the hostname instead of the FQDN, local authentication still failed. Even if the appliance isn’t domain-joined, the setup process may detect and apply a non-existent FQDN from DHCP or metadata, causing SSSD to misconfigure authentication.

As a result, local accounts like veeamadmin are interpreted as [email protected] for example. Thereby, leading to the “Authentication failed: invalid credentials” error. Using a hostname or FQDN does not change the outcome.

Hostname
Veeam host managment

As you can see, below is the error message (Authentication failed). You will get when you use the “veeamso” or the “veeamadmin” account to login.

Authentication failed
When attempting to use local account credentials to connect to a Veeam Software Appliance that is joined to a domain, the Console fails to connect with the error

Sometimes, you will get the Invalid credential error message.

Invalid credentials

Please, see how to add Synology NFS Storage to Proxmox VE for VMs and Backups, and how to Setup Windows Admin Center Modern Gateway for Single Sign-On.

Request Security officer Approval

Since there is no shell or SSH access and this requires an approval from the security officer. You are also stuck and cannot do anything from inside the VM itself.

Shell access request
Enable ssh

As you can see, the approval is sent. But authentication to the VSA is not possible due to Authentication failure or Invalid Credentials.

delima - authentication failed

Note: Detaching or deleting unused disk or recreating new disk will also not fix this issue.

Simply reinstalling the appliance without removing the old disks does not fix authentication issues, because the appliance stores persistent configuration and cached credentials on its disks. If you reinstall but reuse the same disks, the old SSSD/local user configuration, hostname settings, and any leftover domain references remain, so the “Authentication failed” problem will persist.

detaching disks

Launching a new VSA from the scratch will not fix this issue. The fix has been addressed in the KB referenced in the first paragraph above.

vm destroy

Please, see how to Fix OneDrive Error 0x80071129: The tag present in the reparse point buffer is invalid, and how to fix “Unknown Error occurred when installing Veeam Software Appliance“.

Resolve connection failure to Veeam Software Appliance

The early-release ISO (version 13.0.0.4967) is meant for new deployments only; there is no supported in-place upgrade path from older versions yet. Although it is “the latest” in terms of release date, it’s still early in the version lifecycle, and future patches/updates (for example the full “Veeam Data Platform” version 13.0.1) are expected later to see if this issue can be addressed.

As you can see from above, I am being locked out of the Veeam Backup & Replication Software Appliance. This is because, the local account authentication fails. Since the root cause is the SSSD configuration (use_fully_qualified_names = True), the fix requires editing /etc/sssd/sssd.conf.

But without shell access, you need a different approach. The Proxmox console access is also not possible in this case.

Please, see how to “Enable or disable automatic Google Chrome Live Caption on macOS, and te steps in Troubleshooting WinRM and Kerberos Delegation for WAC.

Download Live ISO

You should download a small Linux Live ISO such as the Ubuntu Live Server or Debian Live from this link. You could also use the ISO with the generic image with (Office, a browser and the Calamares installer: GNOME KDE Cinnamon LXDE LXQt MATE XFCE).

download live iso

Upon download, upload it to Proxmox as shown below.

upload to storage

In Proxmox, you can do this by selecting the appliance VM, navigating to the Hardware tab, and clicking Add and then CD/DVD Drive.

Attach live ISO

As you can see below, the upload completed successfully. This is necessary to avoid this kind of error ‘Unknown Error occurred when installing Veeam Software Appliance“.

Copy complete

Then, choose the desired Linux ISO image and boot the VM from it to perform the necessary edits.

select live iso
In Proxmox, attach that ISO to the same VM as a CD-ROM

Do not forget to alter the boot order and ensure the Live ISO is moved forward to the first position.

Boot order
In the VM hardware tab, set the Live ISO as the boot order #1

To fix this, boot from a Linux live ISO and mount the Veeam appliance disk to access and edit the /etc/sssd/sssd.conf file. To proceed, hit the Enter button on your keyboard.

live system
Start the VM, boot into the Live environment

Determine the Appliance Disk

To do this, launch the Terminal and run the command below. This command will tell you exactly which partition to mount. That will confirm whether the root filesystem ever got created or if the initialization script failed before that point.

fdisk -l
chk disk

Here we have two vitual disks attached. The /dev/sda is the main system (Veeam Software Appliance OS), and /dev/sdb for additional storage. The real operating system is inside the LVM logical volume under /dev/sda3. Let me make the visual appealing as shown in the table below.

DeviceSizeTypePurpose
/dev/sda1512 MBEFI SystemBoot partition
/dev/sda21 GBLinux filesystemLikely /boot or installer environment
/dev/sda3113 GBLinux LVMRoot OS filesystem (this is what we need)
/dev/sda44 GBLinux swapSwap partition
/dev/sda5121 GBLinux LVMData volume (for Veeam repository or logs)

Next, run these command in your Debian live session or host terminal

sudo vgscan        # Scan for LVM volume groups
sudo vgchange -ay  # Activate all found volume groups
sudo lvs           # List logical volumes
Access root file

Logical Volume structure overview

The lvs output tells us the appliance’s storage layout clearly. The table below ‘Logical Volume structure overview” outlines and identify the root filesystem we need to mount. Here is the logical volume that contains the OS “/dev/systemvol/system”.

Volume GroupLogical VolumeSizeLikely Purpose
systemvolsystem45 GBRoot filesystem /
home10 GB/home
tmp10 GB/tmp
var45 GB/var
vartmp3 GB/var/tmp
datavolaudit3 GBLogs/audit data
varlog30 GB/var/log or Veeam logs
veeamrepo207 GBRepository volume
dbvolveeamdata116 GBData
veeametc10 GBConfiguration / etc overlay

Now mount the root logical volume and list using the commands below. Kindly review the output of the “ls /mnt/vsa” as well.

sudo mkdir /mnt/vsa
sudo mount /dev/systemvol/system /mnt/vsa
ls /mnt/vsa
mount and explore

Let us check for the Then check for SSSD configuration as shown below. This means, the Veeam Software Appliance does have /etc/sssd/sssd.conf. Meaning that, it is using SSSD internally and this is exactly the configuration the KB4648 refers to.

ls /mnt/vsa/etc/sssd/
cat /mnt/vsa/etc/sssd/sssd.conf
check for SSSD or confirm base OS type

Edit SSSD configuration File

The sssd.conf currently shows only the [pam] section, and use_fully_qualified_names is not set. I guess this could be why the error ‘Authentication failed: invalid credentials” is prompted.

As mentioned earlier, Even though the appliance is not domain-joined. SSSD still interprets your hostname as a “domain” during initialization, which causes a collision for local accounts

edit sssd

Now, edit /etc/sssd/sssd.conf persistently as described in KB4648. I will use Nano, since it’s preinstalled and requires no additional setup.

sssd edit

Feel free to have the right settings that works for your environment entered. You can see the image below for similar examples as discussed in this kb4648.

authentication failure or invalid credential fix for VSA
Note that this issue can occur on any platform (Proxmox, Hyper-V, VMware, etc.) where the Veeam Software Appliance (VSA) picks up an incorrect or non-resolvable FQDN during deployment

if you already edited and saved the file inside nano or your editor, then you can run the command below.

sudo umount /mnt/vsa

The changes you wrote to the file are now physically on the disk. Next step is to boot the appliance normally, and SSSD will read the updated configuration. Your local login should now work.

Please, see How to Configure Object First OOTBI Appliance, OOTBI Security Best Practices: Enable Honeypot on Object First, and how to Resize or Expand Proxmox Hard Drive.

Alternative step (Mounting the Appliance Disk externally)

An alternative method to this would be to mount the appliance disk externally and edit the SSSD misconfiguration. Then, attach the appliance disk to a temporary Linux VM and create or use any Linux VM that can read ext4 or the appliance’s filesystem. Lastly, attach the Veeam appliance virtual disk (VMDK, VHDX, or QCOW2) as an additional disk.

Next would be to identify the new disk using lsblk command, create a mount point using sudo mkdir /mnt/appliance for example. Mount he root partition of the appliance disk. Lastly you will now have to edit the SSSD configuration and umount and detach the disk.

Now, proceed to the VM and boot the VSA and with the use_fully_qualified_names = True set, you should now be able to authenticate with local or domain accounts in the console or Veeam console.

Install Veeam Backup and Replication Console for v13

To install the VBR console as you have being family with, click on “Download Windows-based backup console for full experience”. As you can see the download is in progress.

Console Download

If prerequisites are missing, you will be prompted to acknowledge to install the prerequisites as shown below.

installaing the console

I hope you found this blogpost on how to Fix Authentication failed: Invalid credential after installing VSA very useful. Please, feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Click to share on X (Opens in new window) X
  • Click to share on Reddit (Opens in new window) Reddit
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Telegram (Opens in new window) Telegram
  • Click to share on WhatsApp (Opens in new window) WhatsApp
  • Click to share on Pocket (Opens in new window) Pocket
  • Click to share on Mastodon (Opens in new window) Mastodon
  • Click to share on Bluesky (Opens in new window) Bluesky
  • Click to share on Threads (Opens in new window) Threads
  • Click to share on Nextdoor (Opens in new window) Nextdoor
Backup Tags:Fix Invalid credential, Fix VSA Authentication failed, Upgrade Veeam Backup and Replication, Veeam Backup and Replication, Veeam backup and Replication v13, Veeam Host Management, Veeam software, Veeam Software Appliance, Veeam Software Appliance Setup, Veeam Software Appliance v13, VSA

Post navigation

Previous Post: OOTBI Security Best Practices: Enable Honeypot on Object First
Next Post: Video Remoting was disconnected on Hyper V

Related Posts

  • Perform an in place upgrade of Windows Server
    In-place upgrade of Windows Server 2022 to 2025 Backup
  • Feature image   Hiren's boot
    Recover your data after system failure with Hiren’s boot Backup
  • Upgrade for Veeam ONE
    How to upgrade Veeam ONE to v12.1 Backup
  • veeaamAgent1
    Veeam Agent Vulnerability: Fix Veeam Agent vulnerability for Microsoft Windows  Backup
  • Protect OOTBI
    Best Storage for Veeam: Comparing OOTBI by ObjectFirst to VHR Backup
  • Repository time shift detected
    Fix Repository time shift detected: Immutability flag cannot be set Backup

More Related Articles

Perform an in place upgrade of Windows Server In-place upgrade of Windows Server 2022 to 2025 Backup
Feature image   Hiren's boot Recover your data after system failure with Hiren’s boot Backup
Upgrade for Veeam ONE How to upgrade Veeam ONE to v12.1 Backup
veeaamAgent1 Veeam Agent Vulnerability: Fix Veeam Agent vulnerability for Microsoft Windows  Backup
Protect OOTBI Best Storage for Veeam: Comparing OOTBI by ObjectFirst to VHR Backup
Repository time shift detected Fix Repository time shift detected: Immutability flag cannot be set Backup

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • Norton 360 Error
    Norton Autofix identified an issue: Fix Norton 360 Installation has encountered an error 8404 on Windows Anti-Virus Solution
  • image
    How to find Computer Serial Number stated change to be filled by OEM Windows Server
  • banner
    How to Edit Windows Hosts File via PowerToy Editor Utility Web Server
  • How to Enable & Disable CTRL + ALT + DEL Secure Login on Windows 11
    How to Enable/Disable CTRL + ALT + DEL Secure Login on Windows 11/10 Windows
  • How to Upgrade Windows 10 with an Unsupported CPU TPM 1.0 to Windows 11
    Upgrading from Windows 10 with Unsupported CPU and TPM 1.0 Windows
  • Zoom Blurred Background
    Why Zoom blurred background option is not available to you on Mac JIRA|Confluence|Apps
  • dfefeq
    Error 740: Elevated permissions are required to run DISM Windows Server
  • Installing Jenkins
    How to Install and Configure Jenkins on Windows 11 Configuration Management Tool

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,839 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.