Before mefs-user starts, confirm the following configuration is set in the config.json:
// mefs api port setting, default is 5001
api.address is set to: /ip4/0.0.0.0/tcp/5001
// cross-domain access
api.accessControlAllowOrigin is set to: ["*"]
api.accessControlAllowMethods is set to: ["PUT","GET", "POST"]
IP is the network address of the machine where mefs-user is started. The port defaults to 5001. If cross-domain access is configured before running, you can use the external network IP to access, otherwise you can only access it through 127.0.0.1.