Skip to content

IP Address #681

Answered by theyosh
djcrampton asked this question in Q&A
Mar 29, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Resetting the listening IP can be done this way:

  1. Login with ssh to the Pi and locate the database. Should be /home/pi/Terrariumpi/data
  2. sqlite3 terrariumpi.db this should open sqlite3 editor
  3. update Setting set value='0.0.0.0' where id='host'; Run this SQL command.
  4. Ctrl+D to exit sqlite database.

Now you should have reset the host ip and if you restart TP4, it should be accessible.

In order to access it from the internet, you need to know your Pi IP and should make a port forward on your DSL modem/router.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@djcrampton
Comment options

Answer selected by djcrampton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants