Connecting a RPI on a local server

Hi, i need help to connect my RPI3 on my local server that is in another RPI,
the code is
cd blynk-library/linux
Sudo ./blynk --token=token num
but i cant find a way to put my ip and the port…
Can anyone help me?

Can you confirm what are you using for the client… WiringPi (C++), NodeJS or Python?

1 Like

OK, a little forum searching and it looks like WiringPi… I haven’t used that for over a year, so I forgot what that startup command looked like :slight_smile: But this is what I used to do for my Local Server connection… updated with proper port.

sudo ./blynk --server=xxx.xxx.xxx.xxx --port=8080 --token=xxxxxxx
1 Like

Thank you :grinning: it´s all working now…

1 Like