• Matrix in I2P on Android

  • http://matrix-im.i2p image.png
  • Step 1: Go to your i2pd config folder image.png
  • Step 2: Find the tunnels.d directory image.png
  • Step 3: Create a new .conf file in this directory (Ex. matrix-im.conf) image.png
  • 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
    
    image.png
  • Step 5: Navigate to the i2pd app, tap the 3-dot menu (kebab menu) and choose Reload Tunnels image.png
  • Step 6: You can go to the i2pd web console and check under I2P Tunnels to see if your tunnel was loaded successfully image.png
  • Step 7: Go to your Matrix client app, (Element, FluffyChat, SchildiChat), and choose Custom Server image.png
  • Step 8: Enter the HOST:PORT combo you specified in your tunnel .conf file (Ex. http://127.0.0.1:6644/) image.png
  • Step 9: On successful connection, the app will prompt for login/signup image.png
  • Step 10: Join public rooms image.png
  • Done!