Centos7 安装 I2p 远程管理
##安装Java环境
yum install -y java-1.8.0-openjdk.x86_64
##下载i2p
curl https://files.i2p-projekt.de/2.6.1/i2pinstall_2.6.1.jar -O
##安装i2p
java -jar i2pinstall_2.6.1.jar -console
安装的时候会提示选择目录,推荐使用 /root/i2p/
配置文件在 /root/.i2p 目录。 修改 clients.config 文件
clientApp.0.args=7657 0.0.0.0 ./webapps/
修改 /root/.i2p/router.config 增加密码,注意实际要复杂一点。
consolePassword=123456
在/root/i2p/ 目录启动i2p,如果当前用户是 root ,需要修改 i2prouter 文件,把里面的 ALLOW_ROOT=true 去掉注释。
./i2prouter start
打开http://ip:7657/configupdate 选择『仅下载、验证并重启』。