Local Replication Server: Connecting over local network

I’ve seen old documentation about manually inputting the IP and port address to connect to a locally hosted replication server, but I don’t think that’s applicable nowadays. I specifically want to host a local replication server on one computer, and connect to it from a different computer on the same wifi. Any ideas on where to start? Would I need a custom Connect script?

Hey @andreasroses ,

If you start the replication server with the argument --local-ip-override=“0.0.0.0” you will be able to connect locally from any computer in your network.

By default the RS binds only to your local computer, but with this argument you can bypass that.

Thank you so much!