-
- Service Provider
- Posts: 27
- Liked: never
- Joined: Jul 15, 2016 12:12 am
- Full Name: Rafael Reimer
- Contact:
Failed to create persistent connection to ADMIN$
Hello,
We are deploying an environment based on Windows 2012 R2 STD in a workgroup ( not domain ). At the moment in wich i try to add any Managed Server i receive the message: "Failed to create persistent connection to ADMIN$".
Note: I am NOT using the local "Administrator" to do this, i create an account named "adm.veeam" on servers within the "Administrators" group. If i try to "\\server\c$" with my "adm.veeam" i can't login in the server share.
But, if i try to use the "LOCALHOSTSERVER\Administrator" i can connect in the Windows Explorer and install the Veeam agents.
In a search in the forum i see some references to make some registry entries and all are done. So, why i can't use the created account to connect in the servers and install Veeam ?
We are deploying an environment based on Windows 2012 R2 STD in a workgroup ( not domain ). At the moment in wich i try to add any Managed Server i receive the message: "Failed to create persistent connection to ADMIN$".
Note: I am NOT using the local "Administrator" to do this, i create an account named "adm.veeam" on servers within the "Administrators" group. If i try to "\\server\c$" with my "adm.veeam" i can't login in the server share.
But, if i try to use the "LOCALHOSTSERVER\Administrator" i can connect in the Windows Explorer and install the Veeam agents.
In a search in the forum i see some references to make some registry entries and all are done. So, why i can't use the created account to connect in the servers and install Veeam ?
-
- Product Manager
- Posts: 5796
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Failed to create persistent connection to ADMIN$
It basically means that the account (adm.veeam) you are using does not have access to the ADMIN$ share on the machine you are trying to deploy the Proxy services to. As you have tried to connect to it and you get a failure.
Could you check if remote UAC is enabled? If this is you can disable it with the following reg key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System.
Create a DWORD value called LocalAccountTokenFilterPolicy and assign it a value of 1.
Then all you need is a reboot of the server and it should work fine.
Could you check if remote UAC is enabled? If this is you can disable it with the following reg key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System.
Create a DWORD value called LocalAccountTokenFilterPolicy and assign it a value of 1.
Then all you need is a reboot of the server and it should work fine.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Service Provider
- Posts: 21
- Liked: never
- Joined: Oct 07, 2016 1:58 pm
- Full Name: Denit Support
- Location: the Netherlands
- Contact:
Re: Failed to create persistent connection to ADMIN$
Hi Niels,
Is disabling UAC really the only way forward?
Reason i ask this is because i have installed more than one Veeamserver and infrastructure and i never disabled this.
However, today i have installed another veeamserver and i get this error when adding a proxy.
The proxy resolved by DNS perfectly, i have disabled the firewalls on veeamserver and proxy and i have tried several admin accounts.
This must be a simple thing to solve, but i am baffled at the moment.
Is disabling UAC really the only way forward?
Reason i ask this is because i have installed more than one Veeamserver and infrastructure and i never disabled this.
However, today i have installed another veeamserver and i get this error when adding a proxy.
The proxy resolved by DNS perfectly, i have disabled the firewalls on veeamserver and proxy and i have tried several admin accounts.
This must be a simple thing to solve, but i am baffled at the moment.
-
- Service Provider
- Posts: 21
- Liked: never
- Joined: Oct 07, 2016 1:58 pm
- Full Name: Denit Support
- Location: the Netherlands
- Contact:
Re: Failed to create persistent connection to ADMIN$
I managed to solve it, it was my own mistake probably.
I checked everything from scratch again, username (and specially how i type it) , servername, firewall.
I noticed the firewall is not the issue.
I think it was the way i typed the username. I was using local useraccounts and i have doubts on how to type that in the credentials screen. Because of this i created a domain\username and added it to the local administrators group on the proxies.
This seemed to do it. I had trouble with the local accounts by adding them like this ".\username".
I should, next time, immediately create domain service accoutns only.
I checked everything from scratch again, username (and specially how i type it) , servername, firewall.
I noticed the firewall is not the issue.
I think it was the way i typed the username. I was using local useraccounts and i have doubts on how to type that in the credentials screen. Because of this i created a domain\username and added it to the local administrators group on the proxies.
This seemed to do it. I had trouble with the local accounts by adding them like this ".\username".
I should, next time, immediately create domain service accoutns only.
-
- Service Provider
- Posts: 2
- Liked: never
- Joined: Jan 28, 2014 4:27 pm
- Full Name: Ann Webster
- Contact:
Re: Failed to create persistent connection to ADMIN$
Thank you, I had the same issue. ".\username" was the solution
-
- Novice
- Posts: 3
- Liked: 2 times
- Joined: May 01, 2018 12:04 pm
- Full Name: Lars Dirch Sørensen
- Contact:
Re: Failed to create persistent connection to ADMIN$
Got the same error.
The solution was a registry fix mentioned in another forum thread from 2011.
My setup was 2 Windows 2012R2 servers in a domain.
If i tried to add the proxy using these accounts it worked:
- domain account, like domain\useraccount
- with the proxy local administrator, like proxyserver\administrator or IP\administrator (10.10.0.44\administrator)
If i tried the exact same thing with a local administrative user from the proxy server it did not work:
- proxyserver\veeamuser or IP\veeamuser or .\veeamuser
Tried creating another local admin account but got the same error.
Tried the veeam checklist: FW, UAC, File and printer sharing, VSS remote registry etc and access to admin$ worked fine.
The only that made it work was a old Veeam-forum write from 2011 which described a registry fix that is describe my MS as "This value enables the remote administration of the print drivers on a server within a workgroup.":
https://forums.veeam.com/veeam-backup-r ... t9612.html
https://support.microsoft.com/en-us/hel ... -on-a-wind
_________________________________________________
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"LocalAccountTokenFilterPolicy"=dword:00000001
_________________________________________________
Thank you stevenrodenburg1.
BR lars
I
The solution was a registry fix mentioned in another forum thread from 2011.
My setup was 2 Windows 2012R2 servers in a domain.
If i tried to add the proxy using these accounts it worked:
- domain account, like domain\useraccount
- with the proxy local administrator, like proxyserver\administrator or IP\administrator (10.10.0.44\administrator)
If i tried the exact same thing with a local administrative user from the proxy server it did not work:
- proxyserver\veeamuser or IP\veeamuser or .\veeamuser
Tried creating another local admin account but got the same error.
Tried the veeam checklist: FW, UAC, File and printer sharing, VSS remote registry etc and access to admin$ worked fine.
The only that made it work was a old Veeam-forum write from 2011 which described a registry fix that is describe my MS as "This value enables the remote administration of the print drivers on a server within a workgroup.":
https://forums.veeam.com/veeam-backup-r ... t9612.html
https://support.microsoft.com/en-us/hel ... -on-a-wind
_________________________________________________
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"LocalAccountTokenFilterPolicy"=dword:00000001
_________________________________________________
Thank you stevenrodenburg1.
BR lars
I
-
- Expert
- Posts: 111
- Liked: 10 times
- Joined: Nov 21, 2017 7:18 am
- Full Name: Peter Helfer
- Contact:
Re: Failed to create persistent connection to ADMIN$
Thanks for that Lars
Thougt I'm going crazy....
That registry entry did the trick even without reboot!
Thougt I'm going crazy....
That registry entry did the trick even without reboot!
-
- Service Provider
- Posts: 35
- Liked: 3 times
- Joined: Jan 14, 2019 10:09 pm
- Full Name: Colo Host
- Contact:
Re: Failed to create persistent connection to ADMIN$
Just wanted to add some input to this old thread; doing a fresh install on Windows 2016 servers and receive the same error when trying to connect the master to the first proxy. I didn't have to do any of the registry tricks, etc., but I did have to use the "Server Manager" and enable the file server role, along with using the username format PROXYSERVERNAME\username for the remote connection from the Veeam installer on the master. Even though the appropriate firewall rules were enabled on the proxy manually, I could not get around the ADMIN$ error until doing that role addition in server manager.
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Mar 16, 2016 10:08 pm
- Full Name: Sam Wozniak
- Contact:
Re: Failed to create persistent connection to ADMIN$
Adding the LocalAccountTokenFilterPolicy to the registry was the only fix for me as well. Server 2016 using a local non-domain/non-Administrator account. We use non-domain accounts for extra segregation for backup data, so glad to find the solution! Thanks!
-
- Service Provider
- Posts: 252
- Liked: 20 times
- Joined: Aug 02, 2011 9:30 pm
- Full Name: Matjaž Antloga
- Location: Celje, Slovenia
- Contact:
Re: Failed to create persistent connection to ADMIN$
Reghack did the job. Important, close wizard and start it again. Otherwise you can close yourself into non-working loop forever. Just like I did .
-
- Enthusiast
- Posts: 37
- Liked: 20 times
- Joined: Sep 11, 2014 9:05 am
- Full Name: Harald Husemann
- Contact:
Re: Failed to create persistent connection to ADMIN$
Thanks all, I'm currently setting up Veeam 10 with two physical proxies based on Win 2019 - and guess what, I had to set the RegKey to get it working with an account other than local administrator on the proxies. So, this issue is still present, and maybe it's worth to add it to the installation documents.
-
- Enthusiast
- Posts: 39
- Liked: 8 times
- Joined: Jul 11, 2012 3:39 pm
- Full Name: James McGuinness
- Contact:
Re: Failed to create persistent connection to ADMIN$
Same here for v10 on 2019. Veeam should have the installer add this DWORD during setup.
-
- Chief Product Officer
- Posts: 31804
- Liked: 7298 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Failed to create persistent connection to ADMIN$
Then we will make the news as a trojan horse, because this setting disables UAC which is really bad for security.
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Jan 30, 2019 3:51 pm
- Contact:
Re: Failed to create persistent connection to ADMIN$
Ok Gostev, but then what is the recommended fix?
-
- Chief Product Officer
- Posts: 31804
- Liked: 7298 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Failed to create persistent connection to ADMIN$
Using local "Administrator" account (this one will work through UAC). See the thread above for details. Thanks!
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Aug 26, 2020 6:54 pm
- Full Name: Wilson Ross
- Contact:
Re: Failed to create persistent connection to ADMIN$
What if the "Administrator" account name is changed? I assume it will continue to work through UAC?
-
- Veeam Software
- Posts: 21138
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Failed to create persistent connection to ADMIN$
Correct, as it will continue to use the same SID.
-
- Veteran
- Posts: 377
- Liked: 86 times
- Joined: Mar 17, 2015 9:50 pm
- Full Name: Aemilianus Kehler
- Contact:
Re: Failed to create persistent connection to ADMIN$
A little late to the party, I took the information here and else were and did a "Things to check" guide for each error you might come across in the "add Windows Managed Server Wizard".
If you hit this error then most of the network layers are not the problem and like mentioned it's just the UAC problem.
If you are interested here is the link to my blog and the specific post on this issue.https://zewwy.ca/index.php/2020/09/08/v ... ed-server/ (100% Free, No Ads). Cheers stay safe everyone!
If you hit this error then most of the network layers are not the problem and like mentioned it's just the UAC problem.
If you are interested here is the link to my blog and the specific post on this issue.https://zewwy.ca/index.php/2020/09/08/v ... ed-server/ (100% Free, No Ads). Cheers stay safe everyone!
-
- Service Provider
- Posts: 20
- Liked: 5 times
- Joined: Sep 15, 2017 3:47 pm
- Full Name: Spencer Coplin
- Contact:
Re: Failed to create persistent connection to ADMIN$
This fixed my issue on a stand alone Windows Std 2019 Hyper-V host. Username was put in as "SERVER\Username" and no reboot needed. Thanks!
-
- Service Provider
- Posts: 25
- Liked: 2 times
- Joined: Jan 08, 2019 2:47 pm
- Full Name: Dominic Lapointe
- Contact:
Re: Failed to create persistent connection to ADMIN$
I had the same issue which this registry key fixed for me in the past. I don't know why today it did not work on a new Workgroup server I wanted to add to Veeam Backup & Replication. But I also needed to change the policy on my workgroup server to make it work (as well as adding the registry key):nielsengelen wrote: ↑Aug 08, 2016 6:41 am It basically means that the account (adm.veeam) you are using does not have access to the ADMIN$ share on the machine you are trying to deploy the Proxy services to. As you have tried to connect to it and you get a failure.
Could you check if remote UAC is enabled? If this is you can disable it with the following reg key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System.
Create a DWORD value called LocalAccountTokenFilterPolicy and assign it a value of 1.
Then all you need is a reboot of the server and it should work fine.
Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Microsoft network server: Server SPN target name validation level to Off
Note: I am using CIS Hardening GPOs which might be the root cause of my issues thought.
-
- Enthusiast
- Posts: 57
- Liked: 11 times
- Joined: Nov 21, 2011 5:41 am
- Location: Hong Kong
- Contact:
Re: Failed to create persistent connection to ADMIN$
I just stumbled onto this problem. We are using Veeam 11 Community Edition.
I have 4 Hypver-VM Windows 2019 VM guests that are all standalone (workgroup). We do not have an active directory domain in our environment.
They were all backing up fine for 3 months and for whatever reason, the VM guest that we installed Firebird 3.0 (https://www.firebirdsql.org) open source database server on started failing that same night. At first it was confusing because we also upgraded from Veeam 10.5 to Veeam 11 on the same day.
I could NOT access HOSTNAME\c$ or HOSTNAME\admin$ from another server, so the problem was at the Windows level. I don't think it was the Veeam upgrade.
The error:
We were also using HOSTNAME\Administrator password in Veeam for the guest process. The password was correct and had not changed.
We were NOT using .\Administrator or just Administrator
I was pulling my hair out until I found this and other blog posts talking about the same.
I created the following registry entry and rebooted, and it is now working without error:
I have 4 Hypver-VM Windows 2019 VM guests that are all standalone (workgroup). We do not have an active directory domain in our environment.
They were all backing up fine for 3 months and for whatever reason, the VM guest that we installed Firebird 3.0 (https://www.firebirdsql.org) open source database server on started failing that same night. At first it was confusing because we also upgraded from Veeam 10.5 to Veeam 11 on the same day.
I could NOT access HOSTNAME\c$ or HOSTNAME\admin$ from another server, so the problem was at the Windows level. I don't think it was the Veeam upgrade.
The error:
I checked Firewall, VLAN security, Windows Firewall, Windows Defender, File and Print Sharing enabled. Everything was in order, I double and triple checked. All 4 VM guests are installed exactly the same way as fresh Windows 2019 servers as of 3 months ago. We only had problems with this 1 VM guest, and only after it had been working fine for 3 months.Failed to create VM recovery checkpoint (mode: Veeam application-aware processing) Details: Unable to perform application-aware processing because connection to the guest could not be established
Error: Unable to perform application-aware processing because connection to the guest could not be established
We were also using HOSTNAME\Administrator password in Veeam for the guest process. The password was correct and had not changed.
We were NOT using .\Administrator or just Administrator
I was pulling my hair out until I found this and other blog posts talking about the same.
I created the following registry entry and rebooted, and it is now working without error:
Code: Select all
Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
Value: LocalAccountTokenFilterPolicy
Data: 1 (to disable, 0 enables filtering)
Type: REG_DWORD (32-bit)
-
- Veteran
- Posts: 563
- Liked: 173 times
- Joined: Nov 15, 2019 4:09 pm
- Full Name: Alex Heylin
- Contact:
Re: Failed to create persistent connection to ADMIN$
Veeam need to document and fix this. They seem to be intent on ignoring this "known" issue, and certainly not telling customers so they can workaround it.
FWIW - I get this and CAN create a persistent connection to the admin$ share via net use running as the backup service account, so this "it's not us it's MS" excuse seems thin to me.
Veeam Support - Case # 04929878
FWIW - I get this and CAN create a persistent connection to the admin$ share via net use running as the backup service account, so this "it's not us it's MS" excuse seems thin to me.
Veeam Support - Case # 04929878
-
- Product Manager
- Posts: 2578
- Liked: 707 times
- Joined: Jun 14, 2013 9:30 am
- Full Name: Egor Yakovlev
- Location: Prague, Czech Republic
- Contact:
Re: Failed to create persistent connection to ADMIN$
Please note that "net use" just mounts the share. You don't need elevated local account for it.
However, after connection to admin$, same account is used inside guest to run temporary Veeam helper that we upload using said share. And that's where UAC on Windows kicks in, restricting us to operate.
I do agree that error message text can be more descriptive, and will check if we can determine the "connection to the share is OK, but can't proceed any further" case.
p.s. VBR11 introduced Persistent Guest Agents that use less ports, do not require admin$ at all, are more secure and are not re-deployed between runs. #recommend! Still must take care of UAC though.
/Thanks!
However, after connection to admin$, same account is used inside guest to run temporary Veeam helper that we upload using said share. And that's where UAC on Windows kicks in, restricting us to operate.
I do agree that error message text can be more descriptive, and will check if we can determine the "connection to the share is OK, but can't proceed any further" case.
p.s. VBR11 introduced Persistent Guest Agents that use less ports, do not require admin$ at all, are more secure and are not re-deployed between runs. #recommend! Still must take care of UAC though.
/Thanks!
-
- Veteran
- Posts: 377
- Liked: 86 times
- Joined: Mar 17, 2015 9:50 pm
- Full Name: Aemilianus Kehler
- Contact:
Re: Failed to create persistent connection to ADMIN$
davidkillingsworth - You just implemented the last, and worst solution to the problem (You disabled UAC on your Veeam server). Just an FYI...
-
- Enthusiast
- Posts: 57
- Liked: 11 times
- Joined: Nov 21, 2011 5:41 am
- Location: Hong Kong
- Contact:
Re: Failed to create persistent connection to ADMIN$
@Zew, absolutely nothing else would work.
@Egor Yakovlev thanks for the heads up on V11 feature. When this issue comes up again, we'll look to utilize the new V11 method for handling this issue.
@Egor Yakovlev thanks for the heads up on V11 feature. When this issue comes up again, we'll look to utilize the new V11 method for handling this issue.
-
- Veteran
- Posts: 377
- Liked: 86 times
- Joined: Mar 17, 2015 9:50 pm
- Full Name: Aemilianus Kehler
- Contact:
Re: Failed to create persistent connection to ADMIN$
@davidkillingsworth - Strange, from my testing and blog post, non domain joined machines should have worked with the "HOSTNAME\Administrator" account. *NOTE* Other accounts with admin rights didn't seem to work, it had to be the builtin Administrator account.
@Egor - "p.s. VBR11 introduced Persistent Guest Agents that use less ports, do not require admin$ at all, are more secure and are not re-deployed between runs. #recommend! Still must take care of UAC though." What do you mean by Still must take care of UAC?
@Egor - "p.s. VBR11 introduced Persistent Guest Agents that use less ports, do not require admin$ at all, are more secure and are not re-deployed between runs. #recommend! Still must take care of UAC though." What do you mean by Still must take care of UAC?
-
- Product Manager
- Posts: 2578
- Liked: 707 times
- Joined: Jun 14, 2013 9:30 am
- Full Name: Egor Yakovlev
- Location: Prague, Czech Republic
- Contact:
Re: Failed to create persistent connection to ADMIN$
I mean we need to get into machine to install a persistent agent in the first place, unless you want to handle the installation of packages yourself.
-
- Enthusiast
- Posts: 57
- Liked: 11 times
- Joined: Nov 21, 2011 5:41 am
- Location: Hong Kong
- Contact:
Re: Failed to create persistent connection to ADMIN$
As my post states above, we were in fact using the built-in Administrator account. What's more is that the backups had been running fine for 3 months until we installed some software on the VM guest that included Firebird SQL and for whatever reason after that install, the guest processing for the veeam backup would not work.Zew wrote: ↑Jul 28, 2021 4:45 pm @davidkillingsworth - Strange, from my testing and blog post, non domain joined machines should have worked with the "HOSTNAME\Administrator" account. *NOTE* Other accounts with admin rights didn't seem to work, it had to be the builtin Administrator account.
@Egor - "p.s. VBR11 introduced Persistent Guest Agents that use less ports, do not require admin$ at all, are more secure and are not re-deployed between runs. #recommend! Still must take care of UAC though." What do you mean by Still must take care of UAC?
-
- Veteran
- Posts: 377
- Liked: 86 times
- Joined: Mar 17, 2015 9:50 pm
- Full Name: Aemilianus Kehler
- Contact:
Re: Failed to create persistent connection to ADMIN$
Weird thanks for the added info, my testing unfortunately didn't include installation of third party software on the end machine. I honestly can't even think of what it could have changed to make that not work.
-
- Veteran
- Posts: 377
- Liked: 86 times
- Joined: Mar 17, 2015 9:50 pm
- Full Name: Aemilianus Kehler
- Contact:
Re: Failed to create persistent connection to ADMIN$
Not sure if you read this David...vmware-vsphere-f24/v-11-lacks-backwards ... 74994.html it seem there's something that changed, seem to be in V.11 that other are mentioning the same thing as you, HAVE to disable UAC for it to work. Follow along that thread for more details. I personally haven't experienced this, however I'll update my blog post to mention it.
Who is online
Users browsing this forum: Mildur and 120 guests