LogicReinc / LogicReinc.BlendFarm

A stand-alone Blender Network Renderer
GNU General Public License v3.0
412 stars 35 forks source link

IP Can't connect to my raspberry pi 5 #100

Open Fives3Dprint opened 6 months ago

Fives3Dprint commented 6 months ago

I tried connecting the app to my raspberry pi 5 but it simply doesn't work, can u please help me? It asks me a port to use, but none of them are working, can you please help me to choose the right port? Thanks!

LogicReinc commented 5 months ago

By default, Blendfarm servers run on port 15000. Also make sure your raspberry allows that port through the firewall, if you use something like UFW firewall, you might have to add ufw allow 15000.

Fives3Dprint commented 5 months ago

It still doesn't work, I checked my livebox and my raspberry pi doesn't have one... I don't have the foggiest idea why it doesn't work

LogicReinc commented 5 months ago

How are you connecting? Trying to use the auto-discovery, or manually entering the IP+port? If you're using manual address, add the port. (So if your raspberry ip is "192.168.1.123", enter "192.168.1.123:15000")

Fives3Dprint commented 5 months ago

Yeah, that's what I did, I also tried with few different machines but none work... I tried with a CM4 too... It cannot connect

image
LogicReinc commented 5 months ago

BTW I'm assuming you're building BlendFarm yourself for ARM cpus? The binaries I provide are only for x86/x64 right now. While ARM should be possible, I wanna confirm that they are running at all properly. The reason ARM builds are not provided, is because outside of Apple M1+ cpus, most consumer ARM cpus have negligible performance for Blender, so using them may only slow down your renders.

Also what does your server pc output to the console, is it properly booting up and showing any logs?