Hi team, I am deploying my first Airbyte istance o...
# ask-community-for-troubleshooting
r
Hi team, I am deploying my first Airbyte istance on an azure VM. I am stuck at last step : Create ssh tunnel for port 8000 ==> got error :
Copy code
bind [127.0.0.1]:8000: Address already in use
channel_setup_fwd_listener_tcpip: cannot listen to port: 8000
Could not request local forwarding.
all Airbyte containers are running but I cant connect to ui Any thought on what I am doing wrong ?
u
you're already using port 8000. change to other port. -L 8000localhost8005
r
-L 8005localhost8005 works but unable to reach UI as http://52.xxx.xxx.184:8005
u
you need to access in localhost:8005
r
I am reading this article (https://hackernoon.com/the-ssh-black-magic-for-data-science-acd6f65e8528) and start understanding how wrong I am I executed this ssh command on my azure VM while it should be on my local computer. then it make sense to use localhost But seems un responsive :
u
did you have the .pem in your local machine?
r
yes working now
but how if I want to expose airbyte to someelse ?
u
maybe this can give some tips
r
Thx @[DEPRECATED] Marcos Marx