TeaWeb: self-built online port forwarding, reverse proxy, HTTP tunnel, etc., supports IP, domain name [multiple functions]

TeaWeb: self-built online port forwarding, reverse proxy, HTTP tunnel, etc., supports IP, domain name [multiple functions]

TeaWeb is a visual intelligent WebServer that integrates static resources, caching, proxy, log, statistics, and monitoring. The principle is to connect user requests and the developer's own backend services through HTTP proxy, so as to not only forward the request but also realize automatic caching, logging, statistics, monitoring and other functions.

TeaWeb is implemented in Go language, which ensures high performance and high concurrency under the premise of high customizability.

Installation based on CentOS 7 (other systems are also supported)

1. Open ports 7777 and 27017

 firewall-cmd --zone=public --add-port=7777/tcp --permanent
firewall-cmd --zone=public --add-port=27017/tcp --permanent
firewall-cmd --reload

2. One-click installation under SSh

 curl -s http://teaos.cn/teaweb-install.sh|sudo bash

3. Install MongoDB
Create a .repo file and generate the source of mongodb

 vi /etc/yum.repos.d/mongodb-org-4.0.repo

Add the following configuration information:

 [mongodb-org-4.0]
name =MongoDB Repository
baseurl = https://repo.mongodb.org/yum/redhat/ $releasever /mongodb-org/ 4.0 / x86_64 /
gpgcheck = 1
enabled = 1
gpgkey = https://www.mongodb.org/static/pgp/server-4.0.asc

Install MongoDB

 yum install -y mongodb-org

Start the MongoDB service

 systemctl start mongod.service

The default port of MongoDB is 27017. Check whether it is enabled.

 netstat -natp | grep 27017

Check whether the database is installed successfully

 ps -aux | grep mongod # Check if the database process exists

4. Default login address and password

 http://your server IP:7777/login
The username is admin and the password is 123456


For more information, please visit the official website: http://teaos.cn/, document: http://teaos.cn/doc/main/Summary.md

<<:  vps-mart: $49/month/X3440/16GB memory/1.1TB SSD hard drive/unlimited traffic/100Mbps bandwidth/graphics card included/Denver

>>:  Nathosts: 2,000 yuan/month/4 cores/4GB memory/50GB NVME space/unlimited traffic/200Mbps-1000Mbps bandwidth/KVM/Guangzhou Mobile

Recommend

TNAHosting: $15/year/1GB RAM/15GB SSD space/5TB traffic/1Gbps port/KVM/Chicago

TNAHosting, a US hosting provider, has a data cen...

LowEndBox Excellent VPS Hosting Provider in the Second Quarter

LowEndBox's outstanding VPS hosting providers...

【Black Friday】INXY: lucky draw for $50 or $300, CDN discount

The first is a chance to win $300 or $50. The dra...

9 alternatives to Google Reader (PC + mobile)

Google Reader is about to die. Here are some repl...