How to Setup i2pd on Alpine Linux Container (LXC) in Proxmox

Create Proxmox Alpine container for i2pd router Step 1: Download the Alpine Linux container template https://pve.proxmox.com/wiki/Linux_Container#pct_container_images 1a: Open a SHELL on your Proxmox host and query the available alpine linux containers pveam available | grep alpine 1b: Download the version of Alpine Linux you want. Ex. pveam download local alpine-3.18-default_20230607_amd64.tar.xz NOTE: local in this command is your named storage device, your storage might be named differently 1c: Ensure the container was downloaded with the command:...

October 25, 2023 · 2 min · 298 words · Strict3443

How to Use I2P on qBittorrent-nox

Setup I2P Router with SAM Enabled Step 1: Start your I2P router, either with i2pd or I2P java edition. Step 2: Ensure the SAM service is enabled on your I2P router Setup Qbittorrent-nox Step 1: Download the correct version of Qbittorrent-nox from https://github.com/userdocs/qbittorrent-nox-static/releases 1a: To find your architecture on Linux: uname -p x86_64 Step 2: Ensure execute permissions are set chmod a+x ./x86_64-qbittorrent-nox Step 3: Start qbittorrent-nox application ./x86_64-qbittorrent-nox Step 4: Go to http://127....

October 23, 2023 · 2 min · 355 words · Strict3443

How to Create a Hidden Eepsite Using Encrypted LeaseSets

Step 1: Generate Public/Private keys for Encrypted LeaseSet with x25519.py from https://codeberg.org/Strict3443/i2pd-x25519/src/branch/main/x25519.py or build from source with x25519.cpp from https://github.com/PurpleI2P/i2pd-tools/ $ ./x25519.py Public Key: GEwfz2F2PuBpMCxXXXXXXXXN5DoIaDJ0LvFhyorUDD8= Private Key: sG3tqXDDKkpHHOi-XXXXXXXXXnbThbJyaXOTpP~VpV0= Step 2: Make new .conf file in your tunnels.conf.d directory. # tunnels.conf.d/home-router.conf [router-encrypted-server] type = server host = 192.168.1.1 port = 80 keys = router-enc.dat signaturetype = 11 i2cp.leaseSetType = 5 i2cp.leaseSetAuthType = 1 i2cp.leaseSetClient.dh.100 = GEwfz2F2PuBpMCxXXXXXXXXN5DoIaDJ0LvFhyorUDD8= Server Tunnel Explanation type = server This will host a server in i2pd that will point (relay) to the HOST:PORT that you give it keys = router-enc....

October 16, 2023 · 3 min · 621 words · Strict3443

How to Connect to IRC on I2P

IRC hosts on I2P irc.acetone.i2p irc.ilita.i2p irc.r4sas.i2p irc.chaoticninja.i2p irc.coldhell.i2p irc.echelon.i2p irc.kitsune.i2p irc.intr.i2p irc.nerds.i2p irc.ukraine.i2p ircs.nerds.i2p How to connect to IRC with i2pd on Android Step 1: Install i2pd app from https://github.com/PurpleI2P/i2pd-android/releases Step 2: Run the app to start the router Step 3: Go to your file manager and find i2pd directory within your storage device Step 4: Add tunnels. Either append tunnel configurations within the i2pd/tunnels.conf or create a new *....

October 16, 2023 · 2 min · 268 words · Strict3443

How to use Matrix in I2P

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 choose Reload Tunnels Step 6: You can go to the i2pd web console and check under I2P 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 ....

October 16, 2023 · 1 min · 152 words · Strict3443

Building a minimal debian for i2p use in qemu vm.WIP _ usblivebuild - I2P support forum (10_11_2023 3_11_56 PM)

October 16, 2023 · 0 min · 0 words · Strict3443

How To Use I2P _ I2P Tutorial & Setup Guide (10_11_2023 3_15_22 PM)

October 16, 2023 · 0 min · 0 words · Strict3443

HowTo setup a new Outproxy as a user to be used - I2P support forum (10_11_2023 3_12_33 PM)

October 16, 2023 · 0 min · 0 words · Strict3443

i2p behind a vpn_ - I2P support forum (10_11_2023 3_11_53 PM)

October 16, 2023 · 0 min · 0 words · Strict3443

I2P Bootstrap _ Automatically Generate I2P Routers (10_11_2023 3_14_31 PM)

October 16, 2023 · 0 min · 0 words · Strict3443