Power School
10/27/2024, 7:08 AMuser
10/27/2024, 7:09 AMabctl
to install Airbyte, you should use the --host
flag to specify the FQDN (Fully Qualified Domain Name) or IP address of the server hosting Airbyte. For example: abctl local install --host 10.127.6.82
This will configure Airbyte to be accessible from both localhost and the specified IP address [Documentation > Using-airbyte > Getting-started > Quickstart > Using an EC2 Instance with abctl Part 2](https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart#using-an-ec2-instance-with-abctl). 3. Make sure that the port Airbyte is running on (default is 8000) is open in your server's firewall and accessible from other machines in your network. 4. If you're still having issues, you might want to consider setting up a reverse proxy or using other network security measures as described in the [Documentation > Operating-airbyte > Security > Securing Airbyte Open Source > Network Security](https://docs.airbyte.com/operating-airbyte/security#network-security). Remember to restart Airbyte after making these changes. If you continue to have issues, you may need to check your network configuration or consult with your network administrator.