Hello, I am trying to set up i2p on my dedicated server. I had it set up but it seems to have broke recently after messing with some other services on the server (don’t ask I honestly don’t remember what I changed.) I uninstalled and reinstalled i2p+, and configured it in ~/.i2p/clients.config.d/00… to listen on 192.168.1.1/24 and restarted the router. After that didn’t work I tried creating an ssh tunnel to it to access it as localhost, but that didn’t load and ssh returned the error “channel 3: open failed: connect failed: Connection refused.” If anyone knows anything about setting up a dedicated i2p router on LAN, please help.

Edit - Found this in the logs: 2023/08/02 10:32:58 | INFO | Unable to bind the Router Console to any address on port 7657

Edit 2 - Update: Upon reinstalling i2p+ completely, I was able to get in with an ssh tunnel. Now I will try to open it up to the network and document my changes here in case anyone else runs into the same problem.

Edit 3 - Update: I realized that I am stupid. I was putting the wrong ip in the configuration files in clients.config.d because I thought it was the ip of allowed clients not the ip that it is reachable by. Once I also changed the settings in ~/.i2p/router.config it would redirect to an https version which wouldn’t load. I added routerconsole.redirectToHTTPS=false in router.config and it loaded an http page. Next I need to allow lan connections on so I can use it as a dedicated router.