sethf
4
I figured it out. Install the i2pd package. Then log in via ssh and edit /etc/i2pd/i2pd.conf to enable the web interface, like so:
[http]
## Web Console settings
## Enable the Web Console (default: true)
enabled = true
## Address and port service will listen on (default: 127.0.0.1:7070)
address = [router ip address]
port = 7070
Then restart the service
/etc/init.d/i2pd restart
3 Likes