# rinetdweb **Repository Path**: iocs/rinetdweb ## Basic Information - **Project Name**: rinetdweb - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-19 - **Last Updated**: 2024-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rinetdweb rinet代理web界面, 适用于Centos/Redhat系列系统,Debian或Other请自行测试
# 使用方法:
#在Linux系统输入下面的命令,一行一个:
#安装依赖
yum -y install gcc gcc-c++
#下载rinetd
wget https://boutell.com/rinetd/http/rinetd.tar.gz
#解压
tar -zxvf rinetd.tar.gz
#创建手册目录
mkdir -p /usr/man/man8
#进入目录
cd rinetd
#编译安装
make && make install
#安装python-pip,uwsgi
yum install python-pip python-devel uwsgi
#安装web.py
pip install web.py

# 运行程序
git clone https://github.com/xmapst/rinetdweb.git
cd rinetdweb
uwsgi --http 0.0.0.0:9000 -w webserver # 浏览器打开 http://youripaddr:9000
![](https://github.com/xmapst/rinetdweb/blob/master/rinted.jpg)
![](https://github.com/xmapst/rinetdweb/blob/master/rinted_running.jpg)