Skip to content

求助。metacubexd连接到mihomo失败 #1538

@corsgoo

Description

@corsgoo

我完整配置如下。最后网页打开输入ip和端口和密码怎么都连不上。
mihomo代码

docker run -d
--name mihomo-core
-p 7890:7890
-p 8901:9090
-v /var/mihomo/config:/etc/mihomo
-v /var/mihomo/ui:/etc/mihomo/ui
--restart unless-stopped
metacubex/mihomo:latest
配置文件

vi /var/mihomo/config/config.yaml

mixed-port: 7890
log-level: info
allow-lan: true
external-controller: 0.0.0.0:9090
secret: 123456
#external-ui: /etc/mihomo/ui
启动 UI 容器:

docker run -d
--name mihomo-ui
-p 8666:80
--restart unless-stopped
ghcr.io/metacubex/metacubexd:latest
web用ip+8666打开了web,输入后端地址:ip+8901密码123456缺一直显示
Failed to fetch
找了半天gpt排查也没找出原因。求助

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions