服务器部署nebula无法连接

我是在本地用studio访问nebula 需要怎么改呢

studio 是装在本地还是和服务端同一个服务器?

如果只是studio的使用,那就是只需要 graph-client,这样的话,meta 的 local_ip 配置成 192.168.2.3, strageD里边配置 --meta_server_addrs=192.168.2.3:9559 是可以的

“如果只是studio的使用,那就是只需要 graph-client”是什么意思?
graph-client是什么?和graphd有关系?

graph-client 是访问 graphD 的客户端哈,咱们的 studio/console 都是 graph-client。
它是相对于 python/java/go 等 nebula 的 client来说的,因为这些编程语言的 client 同时还有 storage-client ,storage-client 还需要能直连 metaD 与 storageD 哈

明白了,谢谢大佬 :thinking:

此话题已在最后回复的 30 天后被自动关闭。不再允许新回复。