Answer the question
In order to leave comments, you need to log in
Is it possible to allow access to the Onlyoffice document server only from a specific Nextcloud/Owncloud?
Hello. Raised two servers: one with nextcloud, the other with onlyoffice. Connected the second to the first by writing the address. Logically, anyone can use it. Is this a limitation of the free version? How can it be fixed otherwise?
Thanks
Answer the question
In order to leave comments, you need to log in
Restrict connections by setting up a firewall on the host with ONLYOFFICE
I googled the following option to access the document server only from a specific IP. Suppose Nextcloud is running on the example.com domain, whose IP is 123.45.67.89, and the document server is running on the office.example.com domain, whose IP is unimportant.
We edit /etc/onlyoffice/documentserver/default.json - look for ipfilter and bring it to the following form:
"ipfilter": {
"rules": [
{
"address": "123.45.67.89",
"allowed": true
},
{
"address": "*",
"allowed": false
}
],
"useforrequest": false,
"errorcode": 401
},
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question