NAS Service Manager

Manage and access your services directly from any device

Managed Services

filebrower Domain
maxnas.cswklt.top:25783
58.20.119.98:25783
Invalid Date
maxnas
Path Redirect: https://test.cswklt.top/filebrower
UUID Link: https://test.cswklt.top/uuid/63fed6aa-b279-44a6-9a2b-3aadd9a02496
Domain: maxnas.cswklt.top:25783
nascms Domain
maxnas.cswklt.top:25784
58.20.119.98:25784
Invalid Date
maxnas
Path Redirect: https://test.cswklt.top/nascms
UUID Link: https://test.cswklt.top/uuid/108f3d18-6c45-48c4-a1a5-f1df1b1aa87f
Domain: maxnas.cswklt.top:25784
nextcloud Domain
maxnas.cswklt.top:25785
58.20.119.98:25785
Invalid Date
maxnas
Path Redirect: https://test.cswklt.top/nextcloud
UUID Link: https://test.cswklt.top/uuid/048641b9-aa7d-4458-af58-8b22257d7f51
Domain: maxnas.cswklt.top:25785
wiz Domain
maxnas.cswklt.top:25784
58.20.119.98:25784
Invalid Date
maxnas
Path Redirect: https://test.cswklt.top/wiz
UUID Link: https://test.cswklt.top/uuid/wiz-test-uuid
Domain: maxnas.cswklt.top:25784

Add New Service

API 使用说明

GET 请求添加:
/record?name={服务名}&ipaddr={地址}&desc={描述}

通过URL参数直接添加服务。例如:/record?name=minifile&ipaddr=58.20.119.98:25783&desc=maxnas

表单字段说明:
  • Service Name: 服务名称,用于路径访问,minifile
  • Domain Prefix: 域名前缀,会自动生成 {prefix}.cswklt.top
  • Service Address: 服务地址,格式为 IP:端口 或域/li>

Access Guide

Path Redirect:
{worker-url}/{service-name}

Simple redirect to service. Fast but may expose backend URL. Example: https://test.cswklt.top/minifile

Proxy Access:
{worker-url}/proxy/{service-name}

Recommended: Full transparent proxy with URL rewriting, cookie handling, and SPA support. Keeps backend hidden. Example: https://test.cswklt.top/proxy/wiz

UUID Access:
{worker-url}/uuid/{service-uuid}

Permanent link using unique identifier. URL never changes even if service name is updated. Example: https://test.cswklt.top/uuid/abc123...

Domain Direct:
http://{domain}:{port}

Direct access via configured domain. Requires DNS setup. Example: http://maxnas.cswklt.top:25784

IP Direct:
http://{ip}:{port}

Direct IP access. Only works within local network or if IP is publicly accessible. Example: http://58.20.119.98:25783

When to Use Each Method

  • Proxy Access: Best for web applications, handles authentication, cookies, and complex JavaScript
  • Path Redirect: Quick access for simple services or when you want to see the real URL
  • UUID Access: For bookmarks and permanent links that won't break
  • Domain/IP Direct: When you need maximum performance or the service doesn't work through proxy