0

我很喜欢tryton,所以接受我的请求。我的情况是:我在远程服务器生产中安装了 tryton 服务器,并在本地主机中安装了 tryton 客户端。我的问题是:我可以使用我的 tryton 客户端连接到远程服务器吗?如果是。我需要知道如何做到这一点。提前谢谢了。

4

1 回答 1

0

是的,您可以连接到远程服务器。考虑考虑:

  1. 您的服务器应配置为侦听公共 IP。请参阅http://doc.tryton.org/3.6/trytond/doc/topics/configuration.html?highlight=listen#listen
  2. 确保没有防火墙阻止通信

完成后,您可以连接到远程服务器,在客户端对话框中介绍服务器的主机和端口。看一下:

http://tryton-documentation.readthedocs.org/en/latest/user_guide/tryton_client.html#connecting-to-your-server

于 2015-05-06T14:29:42.190 回答