-
Notifications
You must be signed in to change notification settings - Fork 854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Argo Tunnel Agent service won't start on Windows Server 2019 #380
Comments
|
Pull up regedit and navigate to |
|
@parker-stephens thanks for the suggestion, but it hasn't made any difference - service still stops as soon as it starts. Didn't have to do this on Windows 2012 and it just ran with the config file being in the profile path. |
|
+1 on Server 2022 The command does work on its own. |
|
Don't run the service as "Local System" - run it as a service account that has access to the config files & .exe files.. |


I've created a config.yml file along with credentials file in
C:\Windows\System32\config\systemprofile\.cloudflaredI'm using Windows 2019 Server.If I use psexec to launch a cmd prompt as the system account and invoke
cloudflared tunnel runthen the tunnel works as expected.If I use service manager to start the service it immediately stops. There is no indication as to what the error is in any of the Windows event viewer logs.
The exact same configuration files and cloudflared.exe on Windows Server 2012 works correctly.
Is there any way to debug the errors caused by running the process as a service?
The text was updated successfully, but these errors were encountered: