Skip to content
Discussion options

You must be logged in to vote

Another way: Spinning up the stack on a virtual machine without changing anything and ssh-ing into the remote machine while port forwarding port 8710/8711 should give you a working UI on localhost:8711

Many thanks for that @hacktobeer. This method worked with the following command:

ssh -L 8710:localhost:8710 -L 8711:localhost:8711 {user-name}@{open-relik-IP} -N

This enabled me to open a browser on my machine and to connect to OpenRelik UI instance using localhost:8711

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@matthewthomaskelly
Comment options

Comment options

You must be logged in to vote
5 replies
@matthewthomaskelly
Comment options

@hacktobeer
Comment options

@hacktobeer
Comment options

@matthewthomaskelly
Comment options

Answer selected by matthewthomaskelly
@matthewthomaskelly
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants