whataboutno13Original post
Rank 2: Process
Hi there,
I am trying to run appwrite on a static IP adress on an internal network. As far as I know, appwrite should be accessable on the ip adress of the machine its running on, but that does not work (besides localhost). Therefore I want to give appwrite a dedicated IP adress to run on. How can I achieve that?
Thank you in advance for your support :appwrite:
Summary
Hey developers!
If you want to run Appwrite on a specific IP address, you can assign a static IP address to the machine where Appwrite is hosted. By default, Appwrite should be accessible on the IP address of the machine it's running on, but if that's not working, here's how you can give it a dedicated IP:
1. Set up a static IP address for the machine hosting Appwrite.
2. On your home router, configure port forwarding to redirect incoming traffic on your chosen static IP address to the machine running Appwrite.
3. Test accessing Appwrite using the static IP address.
That should allow