There're two domain names currently :

krsz.online (Expired in 12/2026, then may be deprecated)

022025.xyz (Expired in 3/2035, used for very long term)

Both of which comply exactly the same routing rules.

This server is running upon Oracle free tier resources, on Centos7, using reversed proxy implemented by nginx.

Web services are only accessible by HTTPS (port 443) with SSL/TLS certificates being maintained by Certbot, all HTTP (port 80) requests will be redirected.

Then all services are proxied by nginx (using [domain] representing apex and root domain name, such as 022025.xyz):

Blog (WWW) :

  • https://www.[domain]/ (KRSZ Blog - main site, internally running on server port 8090)

  • https://[domain]/ (Alternative to the URL above, redirected to the URL above)

For blog console, click Here.

1Panel :

  • https://panel.[domain]/ (1Panel - for server management, internally running on server port 3333)

  • https://[domain]/panel (Alternative to the URL above, redirected to the URL above)

Streaming (SRS) :

  • https://srs.[domain]/ (Simple RTMP Server - for streaming, internally running on server port 8080[Web], 1985[API], with port 1935 exposed for RTMP service)

  • https://[domain]/hls (Shortcut for HLS protocol streaming, redirected to https://srs.[domain]/live/s.m3u8)

  • https://[domain]/flv (Shortcut for FLV protocol streaming, redirected to https://srs.[domain]/live/s.flv)

  • rtmp://[domain]/live (RTMP listening, for streaming software like OBS)

NB.

Use [StreamKey].m3u8 or [StreamKey].flv at the end of URI to specify which stream you're gonna watch.

Use StreamKey = s for shortcuts above.

FRP Server :

  • https://frp.[domain]/ (FRPS Dashboard - allows to exposing local server behind NAT to the Internet, available/exposed ports for mapping from 1000-2000 supporting TCP and UDP, internally running on server port 7500)

Cloudreve :

  • https://cloud.[domain]/ (Cloudreve runing on Oracle server - for cloud storage and never shuts down, internally running on server port 5212)

  • https://local.[domain]/ (Cloudreve running on home server - for remote local storage, local Cloudreve port should be mapped through FRP to port 5213 on server side)