Storj-Dashboard-Client icon indicating copy to clipboard operation
Storj-Dashboard-Client copied to clipboard

Windows Service Wont Start

Open Jeeaaasus opened this issue 8 years ago • 3 comments

Tried installing/re-installing as admin and not as admin, starting with admin and not as admin. It just wont start.

This is what comes up if I run the exe inside installation folder storjdashboard

This is on a VM running Win10 pro 1709, v16299.125

Jeeaaasus avatar Feb 09 '18 17:02 Jeeaaasus

storjdash_line69 I am running into this issue on windows server 2016

Xertez avatar Feb 11 '18 17:02 Xertez

Open cmd as admin and type: sc.exe config "StorJDashSVC" obj= ".\LOCALUSERNAME" password= "USERPASSWORD"

Example: sc.exe config "StorJDashSVC" obj= ".\User1" password= "Pa$$w0rd"

It must be the same user running Storj-Share!

Then start the service: net start StorJDashSVC

I hope this will help 😃 👍

PierreKr avatar May 07 '18 15:05 PierreKr

Sadly, that does nothing for me.

image

Jeeaaasus avatar May 07 '18 16:05 Jeeaaasus