Connecting to the raspberry pi - SEAI-H-2020/Software GitHub Wiki

The raspberry pi server is running Raspbian Lite (previously it was running Ubuntu Server but was 20.04 but was changed due to stability issues). The server has the node server running on port 5000 and the pgsql database server on 5432. These ports have been forwarded on the router and are available using a dynamic DNS service on http://smartsensorbox.ddns.net

To connect to the database just create a new server on pgAdmin with the following settings:

  • Host: smartsensorbox.ddns.net
  • Port: 5432
  • Username: postgres

If you need to change configurations on the pi ask on slack and we'll give you access through SSH