How can I host over local network? #1333
-
Right now the server is locked to localhost, not accessible by the machine's IP address over local network. I have a machine on my network with a better GPU that I would rather use for this. Can I change some params or config files to spin up a server? Perhaps there's even a simple code change I could do. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
@peteydidit I can't say this is the correct way, but I had to keep experimenting until I was able to figure it out. What I ended up doing on my machine since I was set up similar to what you have I made a copy of one of the .bat files and changed it to this. as an example, I changed my run_realistic.bat Originally it was set to this.
I modified it to look like this.
changing 192.168.X.X to whatever IP your local machine is on. You will also have to allow it through the firewall, so do so at your own risk. I still haven't dived that far into it to see what is what and where. |
Beta Was this translation helpful? Give feedback.
-
i dont undestand what do i need to do after. i changed the .bat i open the port (dont have a fire wall on that server) went to the other computer and tried: server ip server ip/127.0.0.1:port none worked. what am i missing? |
Beta Was this translation helpful? Give feedback.
@peteydidit
Just a user so take it with a grain of salt.
I can't say this is the correct way, but I had to keep experimenting until I was able to figure it out. What I ended up doing on my machine since I was set up similar to what you have I made a copy of one of the .bat files and changed it to this.
as an example, I changed my run_realistic.bat
Originally it was set to this.
I modified it to look like this.
changing 192.168.X.X to whatever IP your local machine is on.
You will also ha…