Skip to content
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

KB: Can't connect to management server when non-admin #61

Open
fullphat opened this issue Jan 26, 2019 · 0 comments
Open

KB: Can't connect to management server when non-admin #61

fullphat opened this issue Jan 26, 2019 · 0 comments
Assignees
Labels
KB R5 Issue relating to Snarl R5.x

Comments

@fullphat
Copy link
Owner

fullphat commented Jan 26, 2019

Symptoms

When running Snarl as a non-administrative user, it's not possible to connect to the management server. The following may appear in the Snarl log file:

bootstrap: starting management server on '*:9989'...
bootstrap: didn't start: falling back to localhost...
bootstrap: FAILED: couldn't start management server!

Cause

The cause is most likely that Snarl is unable to start the management server due to insufficient permissions.

Fix

From an administrative command prompt, run the following and then re-launch Snarl:

netsh http add urlacl url=http://+:{port}/ user=Everyone listen=yes'

Where {port} is the port number the management server is set to.

Tags

management server non admin urlacl netsh

@fullphat fullphat added R5 Issue relating to Snarl R5.x KB labels Jan 26, 2019
@fullphat fullphat self-assigned this Jan 26, 2019
@fullphat fullphat changed the title Can't connect to management server when non-admin KB: Can't connect to management server when non-admin Jan 26, 2019
Repository owner locked as resolved and limited conversation to collaborators Jan 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
KB R5 Issue relating to Snarl R5.x
Projects
None yet
Development

No branches or pull requests

1 participant