Need assistance to configure remote access after initial setup

Hi everyone!

I just installed WebThings Gateway in my Raspberry Pi 3. After initial setup I (accidentally) skipped the remote access configuration step, and now I can’t figure out how to configure it.

Is it possible to configure remote access once device has initial setup? Or Have I to flash the SD card again?

Thanks!

If you enable SSH access to your gateway through Settings -> Developer, you can SSH to the Pi with username “pi” and password “raspberry” and run the following:

sqlite3 ~/.mozilla-iot/config/db.sqlite3 "DELETE FROM settings WHERE key = 'skiptunnel'"
systemctl restart mozilla-iot-gateway

Thanks for you response Michel! I did it but it didn’t found.

I finally reflashed the SD Card. Reading deeply I found in the official documentation that if you skip this step, then, you’ll need to install the image again :frowning:

I hope we can modify it in next releases.

Cheers!