Hi teams , how can i open port 8000 to allow remot...
# replication-ask-ai
n
Hi teams , how can i open port 8000 to allow remote access from any device to airbyte's web ui ?
k
A message from kapa.ai
To allow remote access to Airbyte's web UI, you need to create an SSH tunnel for port 8000. Here are the steps: 1. On your local machine, open a terminal. 2. Navigate to the folder where you stored the SSH key. 3. Create an SSH tunnel for port 8000 by typing the following command:
Copy code
bash ssh -N -L 8000:localhost:8000 -i <your SSH key file> <admin username>@<IP address>
4. Open a web browser and navigate to
<http://localhost:8000>
. You will see Airbyte’s landing page. Please note that for security reasons, it's strongly recommended not to expose Airbyte on Internet available ports. Source: [Deploying Airbyte on Azure VM Cloud Shell](https://docs.airbyte.com/deploying-airbyte/on-azure-vm-cloud-shell)
n
no , i dont want forward port , i want OPEN the 8000 port to access from any devices
where can i config it