Record some verified providers which will be put in on Serv00.
Reference: Fundamental Utilization of Free Serv00 Vritual Host Service on FreeBSD
SSH Login
SSH Login
Allow Permission to run your individual apps
WordPress
- Create DB from Net Portal
- Log into SSH console. Go to
~/domains/DOMAIN/
the placeDOMAIN (comparable to jo.serv00.internet)
is the identify of the area the place WordPress will probably be put in, command:cd ~/domains/DOMAIN/
. - Obtain the set up archive of the most recent CMS model:
fetch https://wordpress.org/newest.zip
- Delete the
public_html
listing, unpack the archive, rename the unpacked listing and take away the pointless archive after unpacking:rm -r public_html && unzip newest.zip && mv wordpress public_html && rm newest.zip
- Go to the web site and proceed the traditional WordPress set up in your browser. https://jo.serv00.internet
PM2
Set up PM2
bash <(curl -s https://uncooked.githubusercontent.com/Shadownc/serv00-sh/predominant/install-pm2.sh)
# or
bash <(curl -s https://uncooked.githubusercontent.com/k0baya/alist_repl/predominant/serv00/install-pm2.sh)
PM2 instructions checklist:
- pm2 begin ./auto-renew.sh
- pm2 checklist
- pm2 ls
- pm2 delete auto-renew
- pm2 save
- pm2 resurrect
- pm2 logs
1 Create Cloudflared working folder:
- mkdir -p ~/domains/cloudflared && cd ~/domains/cloudflared
2 Obtain Cloudflared from the third social gathering’s construct:
- wget https://cloudflared.bowring.uk/binaries/cloudflared-freebsd-latest.7z && 7z x cloudflared-freebsd-latest.7z && rm cloudflared-freebsd-latest.7z && mv -f ./temp/* ./cloudflared && rm -rf temp
3 Check first:
- ./cloudflared tunnel –edge-ip-version auto –protocol http2 –heartbeat-interval 10s run –token ARGO_TOKEN
Change ARGO_TOKEN with your individual. After take a look at, ctrl+c to cease the operating.
- pm2 begin ./cloudflared — tunnel –edge-ip-version auto –protocol http2 –heartbeat-interval 10s run –token ARGO_TOKEN
Uptime Kuma
All Instructions
cd ~/domains && wget https://github.com/louislam/uptime-kuma/archive/refs/tags/1.22.1.zip && unzip 1.22.1.zip && rm - rf public_html && mv -f uptime-kuma-1.22.1 public_html && rm -f 1.22.1.zip && cd public_html
npm ci --production
wget https://github.com/louislam/uptime-kuma/releases/obtain/1.22.1/dist.tar.gz && tar -xzvf dist.tar.gz && rm dist.tar.gz
npm set up
node server/server.js --port=4163
pm2 begin server/server.js --name uptime-kuma -- --port=4163
Instruments