Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

when you don't have a head on the server you install on... #8

Closed
kristofer opened this issue Oct 7, 2016 · 0 comments
Closed

when you don't have a head on the server you install on... #8

kristofer opened this issue Oct 7, 2016 · 0 comments
Labels

Comments

@kristofer
Copy link

so is there anyway to register a new admin user other than http://127.0.0.1:27080 ??
what do I do if it's headless server on digital ocean?

so I had to create an ssh tunnel
ssh -L 9000:127.0.0.1:27080 foo@thedomainImusing.com

and in the server's sshd_config add

AllowTCPForwarding yes

and then locally open localhost:9000 in a real browser

lynx and w3m did not work(!) in a terminal over ssh

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants