Kuboard基础
跳到导航
跳到搜索
pre
Version 1.21
https://kuboard.cn/install/history-k8s/install-k8s-1.21.x.html
Install k8s using shell on 2022
install kuboard and config
#sep 2023 这以是以前老安装方式了 root@debian11:~# cat ins docker run -d \ --restart=unless-stopped \ --env KUBOARD_ADMIN_DERAULT_PASSWORD=evan1234 \ --name=kuboard \ -p 80:80/tcp \ -p 10081:10081/tcp \ -e KUBOARD_ENDPOINT="http://192.168.10.175:80" \ -e KUBOARD_AGENT_SERVER_TCP_PORT="10081" \ -v /data/kuboard-data:/data \ eipwork/kuboard:v3 admin evan1234
https://kuboard.cn/install/v3/install-built-in.html#%E5%AE%89%E8%A3%85
see also
忘记密码
-Kuboard:~# docker exec -it kuboard /bin/bash root@d1dd4c821556:/# kuboard-admin reset-password 设置日志级别为 info 2025/06/09 20:29:25.516 | info | etcd-endpoints: 127.0.0.1:2379 2025/06/09 20:29:25.516 | info | KUBOARD_ETCD_ENDPOINTS=[127.0.0.1:2379] 2025/06/09 20:29:25.516 | info | {[127.0.0.1:2379] 0s 1s 0s 0s 0 0 <nil> false [] <nil> <nil> <nil> false} 2025/06/09 20:29:25.521 | info | try to reset-password 2025/06/09 20:29:25.528 | info | 已将 admin 的密码重置为 Kuboard123 2025/06/09 20:29:25.547 | info | 用户 admin 未设置双因子认证。