Matrix in I2P on Android
- http://matrix-im.i2p
- Step 1: Go to your
i2pd
config folder - Step 2: Find the
tunnels.d
directory - Step 3: Create a new
.conf
file in this directory (Ex. matrix-im.conf) - Step 4: Write the configuration settings. Choose any open port on your device. Save the config file.
[MATRIX] type = client address = 127.0.0.1 port = 6644 destination = matrix-im.i2p keys = matrix-im-keys.dat
- Step 5: Navigate to the
i2pd
app, tap the 3-dot menu (kebab menu) and chooseReload Tunnels
- Step 6: You can go to the
i2pd web console
and check underI2P Tunnels
to see if your tunnel was loaded successfully - Step 7: Go to your Matrix client app, (Element, FluffyChat, SchildiChat), and choose
Custom Server
- Step 8: Enter the HOST:PORT combo you specified in your tunnel
.conf
file (Ex. http://127.0.0.1:6644/) - Step 9: On successful connection, the app will prompt for login/signup
- Step 10: Join public rooms
- Done!