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 RDP
    Can’t connect via RDP upon installing Norton 360 Anti-Virus Solution
  • Screenshot 2021 02 05 at 19.09.17
    How to install and update PowerShell version 7 on Windows and Linux Windows Server
  • SSU
    What to know about the servicing stack update and latest cumulative update in Windows Network | Monitoring
  • 0227 15
    How to set Execution Policy via Windows PowerShell Windows Server
  • 2019computers windows 10 window on blue background 131108 29
    This installation package could not be opened: Verify that the package exists and that you can access it Windows
  • final tomcat feature
    How to install Apache Tomcat on Ubuntu Linux
  • images copy
    How to disable automatic screen lock in Ubuntu Linux Linux
  • xxxxxx 1
    The different Windows Logon Types Windows

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

  • SOBR   implementing 3 2 1 Rule
    Achieve 3-2-1 rule with SOBR on Synology or OOTBI and Wasabi Backup
  • veeam backup for Proxmox VE
    Backup and Restore Proxmox VE virtual machines with Veeam Backup
  • veeam.n2ws
    How to implement N2WS Backup & Recovery (CPM) Backup
  • backu
    Wbadmin: How to stop Windows backup job via the Windows Server Backup utility Backup
  • Access Synology Remotely
    How to create a Tailscale VPN connection to Synology NAS Backup
  • Enhancing Proactive Monitoring with Veeam ONE
    Enhanced Proactive Monitoring with Veeam ONE Backup

More Related Articles

SOBR   implementing 3 2 1 Rule Achieve 3-2-1 rule with SOBR on Synology or OOTBI and Wasabi Backup
veeam backup for Proxmox VE Backup and Restore Proxmox VE virtual machines with Veeam Backup
veeam.n2ws How to implement N2WS Backup & Recovery (CPM) Backup
backu Wbadmin: How to stop Windows backup job via the Windows Server Backup utility Backup
Access Synology Remotely How to create a Tailscale VPN connection to Synology NAS Backup
Enhancing Proactive Monitoring with Veeam ONE Enhanced Proactive Monitoring with Veeam ONE 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 RDP
    Can’t connect via RDP upon installing Norton 360 Anti-Virus Solution
  • Screenshot 2021 02 05 at 19.09.17
    How to install and update PowerShell version 7 on Windows and Linux Windows Server
  • SSU
    What to know about the servicing stack update and latest cumulative update in Windows Network | Monitoring
  • 0227 15
    How to set Execution Policy via Windows PowerShell Windows Server
  • 2019computers windows 10 window on blue background 131108 29
    This installation package could not be opened: Verify that the package exists and that you can access it Windows
  • final tomcat feature
    How to install Apache Tomcat on Ubuntu Linux
  • images copy
    How to disable automatic screen lock in Ubuntu Linux Linux
  • xxxxxx 1
    The different Windows Logon Types Windows

Subscribe to Blog via Email

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

Join 1,841 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.