Skip to content

Service account requiring local administrator #1397

Answered by nblumhardt
tfbryan asked this question in Help
Discussion options

You must be logged in to vote

Hi Todd,

Thanks for dropping us a line! The service account will also need to be granted read/write access to the Seq storage folder, e.g. C:\ProgramData\Seq (which you can find by running seq service list).

If that doesn't help, reinstalling the service will usually set things up successfully. You won't need to reconfigure everything in this case, but do make sure that the --storage argument is supplied and points to the same location as above:

seq service stop
seq service uninstall
seq service install -u "DOMAIN\user" --storage="C:\ProgramData\Seq"
seq service start

Let me know if this helps, or if you need any additional info.

Best regards,
Nick

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tfbryan
Comment options

@nblumhardt
Comment options

Answer selected by tfbryan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants