Hello everyone, Running the DigitalOcean's deploym...
# replication-troubleshooting
o
Hello everyone, Running the DigitalOcean's deployment guide, I can't find a command that exposes Airbyte container on a port that can be accessed on the browser For example, on the AWS guide we have this
Copy code
# In your workstation terminal
ssh -i $SSH_KEY -L 8000:localhost:8000 -N -f ec2-user@$INSTANCE_IP
Just visit <http://localhost:8000> in your browser and start moving some data!
✍️ 1
u
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 2876 to ensure timely resolution!
u
Hi! You are totally right that this is not well documented, it also seems to be poorly documented on the web as well. Let me look into this and I'll see what I can find!
o
Alright, I look forward to your response.
Hi @Nataly Merezhuk (Airbyte), anything yet?
u
Yes - 1. Check your Droplet firewall with
ufw status
to see if port 8000 is open 2. Open port 8000 (default Airbyte port) with
sudo ufw allow 8000
3. Navigate to <IP address of your instance>:8000 Let me know if this works for you!