激活 3DGS扩展包
通过浏览器访问 Mapmost Studio 平台前端页面,页面地址根据部署时 config-studio.yaml 配置文件中配置的访问方式不同而有所不同:
- 内网访问时
页面地址为:
http://<openresty_ip:openresty_port>/mapmost-studio-web/
其中 openresty_ip、openresty_port 分别为 OpenResty 服务 ip 及端口号,即 config-studio.yaml 配置文件中 mapmost-studio.openresty 参数配置。
- 公网 ip 访问时
页面地址为:
http://<public_access_ip:openresty_port>/mapmost-studio-web/
其中 public_access_ip、openresty_port 分别为公网访问 ip 及 OpenResty 服务端口号,即 config-studio.yaml 配置文件中 mapmost-studio.public_access_ip 及 mapmost-studio.openresty 参数配置。
- 公网 https 域名访问时
页面地址为:
https://<public_access_https_host>/mapmost-studio-web/
其中 public_access_https_host 为公网访问域名,即 config-studio.yaml 配置文件中 mapmost-studio.public_access_https_host 参数配置。
平台页面如下:

默认账户为 sipsd,默认密码为 MmS@3D#Geo!2024。
在已激活Mapmost Studio系统的前提下,输入默认账户密码并点击登录后,系统页面如下所示:

在已部署3DGS扩展包但未激活的情况下点击3DGS建模或发布3DGS模型服务时,提示扩展包未激活,需要用户点击“复制机器码”按钮并将机器码发送给 Mapmost Studio 工作人员获取激活码后,将激活码填入页面输入框,即可激活系统:

到此,Mapmost Studio 3DGS扩展包激活完毕。