Onlyoffice Docker in local network instalation and run issue

/ Report a bug / Ask a how-to question

Community Server/Control Panel version: 12.0.1.1748 3.1.1.467
Type of installation of Workspace: docker
OS: CENTOS 7 , CENTOS 8 , DEBIAN and UBUNTU 20.0.4

hello
I was trying to install the latest version of onlyoffice on a virtual Hyper-V server. Docker instalation way
Virtual Ubuntu linux host ip 192.168.0.135 for run onlyoffice docker image
Real servet windows 2022 Hyper-V ip 192.168.0.100
Local net 192.168.0.0/24
for acces to Docker network 172.18.0.3 i try add route 172.18.0.0/16 192.168.0.135

I tried to run GROUP and WORKSTATION:
I tried next version chain:
sudo bash workspace-install.sh -ims false -cv 12.0.1.1748 -cpv 3.1.1.467
sudo bash workspace-install.sh -ims false -cv 11.1.0.1506 -cpv 2.9.1.369 -dv 6.3.0.11
sudo bash groups-install.sh -ims false -cv 11.5.4.1582 -cpv 3.0.2.395 -dv 6.4

i tried CENTOS 7 , CENTOS 8 , DEBIAN and UBUNTU 20.0.4
The Docker image is installed and launched , but I can 't get access to the control panel

====================
user@office:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 00:15:5d:00:64:04 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.135/24 brd 192.168.0.255 scope global dynamic eth0
       valid_lft 83318sec preferred_lft 83318sec
    inet6 fe80::215:5dff:fe00:6404/64 scope link
       valid_lft forever preferred_lft forever
3: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
    link/ether 02:42:03:51:9f:e7 brd ff:ff:ff:ff:ff:ff
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
       valid_lft forever preferred_lft forever
4: br-6b99faabb713: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
    link/ether 02:42:9f:52:96:5e brd ff:ff:ff:ff:ff:ff
    inet 172.18.0.1/16 brd 172.18.255.255 scope global br-6b99faabb713
       valid_lft forever preferred_lft forever
    inet6 fe80::42:9fff:fe52:965e/64 scope link
       valid_lft forever preferred_lft forever
6: veth7a609e6@if5: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-6b99faabb713 state UP group default
    link/ether 36:ec:90:74:5b:2a brd ff:ff:ff:ff:ff:ff link-netnsid 2
    inet6 fe80::34ec:90ff:fe74:5b2a/64 scope link
       valid_lft forever preferred_lft forever
10: veth3c9ecbb@if9: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-6b99faabb713 state UP group default
    link/ether 82:dc:e9:70:a9:be brd ff:ff:ff:ff:ff:ff link-netnsid 0
    inet6 fe80::80dc:e9ff:fe70:a9be/64 scope link
       valid_lft forever preferred_lft forever
12: vethed2ef52@if11: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-6b99faabb713 state UP group default
    link/ether f6:09:cf:79:c6:da brd ff:ff:ff:ff:ff:ff link-netnsid 1
    inet6 fe80::f409:cfff:fe79:c6da/64 scope link
       valid_lft forever preferred_lft forever
14: vethce2fad1@if13: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-6b99faabb713 state UP group default
    link/ether d6:2c:59:a0:a3:be brd ff:ff:ff:ff:ff:ff link-netnsid 3
    inet6 fe80::d42c:59ff:fea0:a3be/64 scope link
       valid_lft forever preferred_lft forever
=================
user@office:~$ sudo docker ps
[sudo] password for user:
CONTAINER ID   IMAGE                                    COMMAND                  CREATED             STATUS          PORTS                                                                                                                                                                                  NAMES
dbfb57661bda   onlyoffice/communityserver:11.5.4.1582   "/app/run-community-…"   About an hour ago   Up 28 minutes   0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp, 3306/tcp, 5280/tcp, 9865-9866/tcp, 9871/tcp, 9882/tcp, 0.0.0.0:5222->5222/tcp, :::5222->5222/tcp, 9888/tcp   onlyoffice-community-server
04f539527c5c   onlyoffice/controlpanel:3.0.2.395        "/var/www/onlyoffice…"   About an hour ago   Up 52 minutes   80/tcp, 443/tcp                                                                                                                                                                        onlyoffice-control-panel
3e1fcdd1d523   onlyoffice/elasticsearch:7.16.3          "/bin/tini -- /usr/l…"   About an hour ago   Up 52 minutes   9200/tcp, 9300/tcp                                                                                                                                                                     onlyoffice-elasticsearch
2db30abae6a0   mysql:8.0.29                             "docker-entrypoint.s…"   About an hour ago   Up 52 minutes   3306/tcp, 33060/tcp                                                                                                                                                                    onlyoffice-mysql-server
user@office:~$
================
user@office:~$ sudo docker exec -it onlyoffice-community-server service monoserve status
● monoserve.service - FastCGI Mono server
   Loaded: loaded (/lib/systemd/system/monoserve.service; enabled; vendor preset: enabled)
   Active: active (running) since Tue 2022-08-30 02:35:27 UTC; 20s ago
  Process: 14267 ExecStartPre=/bin/bash -c test -e /var/run/onlyoffice || install -m 755 -o onlyoffice -g nginx -d /var/run/onlyoffice; rm -f /var/run/onlyoffice/onlyoffice.socket
/var/www/onlyoffice/WebStudio/mono_crash* /var/www/onlyoffice/WebStudio/core.*; (code=exited, status=0/SUCCESS)
 Main PID: 14269 (mono)
    Tasks: 50 (limit: 9214)
   CGroup: /docker/dbfb57661bda211075e40df19d36d0a372fe20f1e4540d843d95da0956528ce6/system.slice/monoserve.service
           └─14269 /usr/bin/mono /usr/lib/hyperfastcgi/4.0/HyperFastCgi.exe /config=/etc/hyperfastcgi/onlyoffice /logfile=/var/log/onlyoffice/onlyoffice.log /loglevels=Error

Aug 30 02:35:27 dbfb57661bda systemd[1]: Starting FastCGI Mono server...
Aug 30 02:35:27 dbfb57661bda systemd[1]: Started FastCGI Mono server.
Aug 30 02:35:27 dbfb57661bda hyperfastcgi4[14269]: WebConfigurationManager's LRUcache Size overriden to: 2000 (via MONO_ASPNET_WEBCONFIG_CACHESIZE)
--------------
user@office:~$ sudo docker network ls
NETWORK ID     NAME         DRIVER    SCOPE
6a1de3bf3d24   bridge       bridge    local
94fab59eb48c   host         host      local
5d3e6609c068   none         null      local
6b99faabb713   onlyoffice   bridge    local
user@office:~$

Hello @mantrid
First of all, please note that Community server and Control Panel have a strong dependency between each other. We recommend to use latest versions for these components.

Please re-install Workspace with latest components and reproduce issue with open browser console. Please check if there are any error entries in Console and Network tabs when you are opening Control Panel.
After that please provide us with whole Control Panel logs folder. It’s located here: /app/onlyoffice/ControlPanel/logs#

ok now i reinstall latest version to clean ubuntu , and i have the same problem

user@office:~$ sudo wget https://download.onlyoffice.com/install/groups-install.sh
--2022-09-01 01:42:59--  https://download.onlyoffice.com/install/groups-install.sh
Resolving download.onlyoffice.com (download.onlyoffice.com)... 18.165.122.58, 18.165.122.101, 18.165.122.88, ...
Connecting to download.onlyoffice.com (download.onlyoffice.com)|18.165.122.58|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3126 (3.1K) [application/force-download]
Saving to: ‘groups-install.sh’

groups-install.sh                            100%[==============================================================================================>]   3.05K  --.-KB/s    in 0s

2022-09-01 01:42:59 (139 MB/s) - ‘groups-install.sh’ saved [3126/3126]

user@office:~$ sudo bash groups-install.sh -ims falsesudo
Select 'Y' to install ONLYOFFICE using Docker (recommended). Select 'N' to install it using RPM/DEB packages.
Please note, that in case you select RPM/DEB installation, you will need to manually install Mail Server and connect it to your ONLYOFFICE installation.
See instructions in our Help Center: http://helpcenter.onlyoffice.com/server/docker/mail/connect-mail-server-to-community-server-via-portal-settings.aspx
Install with Docker [Y/N/C]? Y
Reading package lists...
Building dependency tree...
Reading state information...
The following package was automatically installed and is no longer required:
  libfwupdplugin1
Use 'sudo apt autoremove' to remove it.
The following NEW packages will be installed:
  net-tools
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 196 kB of archives.
After this operation, 864 kB of additional disk space will be used.
Get:1 http://ru.archive.ubuntu.com/ubuntu focal/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1ubuntu1 [196 kB]
Fetched 196 kB in 0s (1,851 kB/s)
Selecting previously unselected package net-tools.
(Reading database ... 72288 files and directories currently installed.)
Preparing to unpack .../net-tools_1.60+git20180626.aebd88e-1ubuntu1_amd64.deb ...
Unpacking net-tools (1.60+git20180626.aebd88e-1ubuntu1) ...
Setting up net-tools (1.60+git20180626.aebd88e-1ubuntu1) ...
Processing triggers for man-db (2.9.1-1) ...
Setting up swapspace version 1, size = 6 GiB (6442446848 bytes)
no label, UUID=b5bfdb12-838f-420c-ba85-26279df3d93b
44d806b88f0d68ec666cdf3b84b9d22c0bca2b9bfb15b715c1dda747491a0d07
8.0.29: Pulling from library/mysql
e54b73e95ef3: Pull complete
327840d38cb2: Pull complete
642077275f5f: Pull complete
e077469d560d: Pull complete
cbf214d981a6: Pull complete
7d1cc1ea1b3d: Pull complete
d48f3c15cb80: Pull complete
94c3d7b2c9ae: Pull complete
f6cfbf240ed7: Pull complete
e12b159b2a12: Pull complete
4e93c6fd777f: Pull complete
Digest: sha256:152cf187a3efc56afb0b3877b4d21e231d1d6eb828ca9221056590b0ac834c75
Status: Downloaded newer image for mysql:8.0.29
docker.io/library/mysql:8.0.29
7f5fb30cafa3df59930b7d3f439d2a9f5f56debb0171046b20b9deade01fd85f
7.16.3: Pulling from onlyoffice/elasticsearch
ea362f368469: Pull complete
0ccee306c4da: Pull complete
28688537d02c: Pull complete
aa5fb23d065d: Pull complete
89f4c512861d: Pull complete
bfcc724c6288: Pull complete
abb0ba51c947: Pull complete
5f53dd95410f: Pull complete
4b3820751286: Pull complete
0f68d14d3575: Pull complete
Digest: sha256:f09d622776b02012dbc8d63493e9bafac29cd03c2716f364262c15e3622ceda1
Status: Downloaded newer image for onlyoffice/elasticsearch:7.16.3
docker.io/onlyoffice/elasticsearch:7.16.3
6957d36e981f0b1f0c7874c2b38c7e2815e83df10bb0d1ce0bb3fb5630cd2ff6
3.1.1.467: Pulling from onlyoffice/controlpanel
58690f9b18fc: Pull complete
b51569e7c507: Pull complete
da8ef40b9eca: Pull complete
fb15d46c38dc: Pull complete
3c52d80ef199: Pull complete
819b58ac1ebb: Pull complete
2f2a4543fbe1: Pull complete
4bc480f6ffce: Pull complete
Digest: sha256:ada077762fbfda3a421ff80d593fbdda7e626cb2d151b5195ea2c4f7830a40b9
Status: Downloaded newer image for onlyoffice/controlpanel:3.1.1.467
docker.io/onlyoffice/controlpanel:3.1.1.467
54adcfa19a9049bf3bc4e83ec1167568f45d0add3c1b96a08ab4b73f41f88b93
12.0.1.1748: Pulling from onlyoffice/communityserver
09db6f815738: Pull complete
71f5fc1bf988: Pull complete
bd26bc38b3b7: Pull complete
9e5538f3ccee: Pull complete
0b5827957e65: Pull complete
ab22d39da6f6: Pull complete
Digest: sha256:03c9234238e4a5687a5d9d41935ea8361e876f00fda58fa7b0a6ecf68fc69d40
Status: Downloaded newer image for onlyoffice/communityserver:12.0.1.1748
docker.io/onlyoffice/communityserver:12.0.1.1748
c33d893a3f38016412c73abe67f0925b85142a2c5d45ab41e369c8b5fe855957

Thank you for installing ONLYOFFICE.
You can now configure your portal and add Mail Server to your installation (in case you skipped it earlier) using the Control Panel
In case you have any questions contact us via http://support.onlyoffice.com or visit our forum at http://dev.onlyoffice.org

user@office:~$ sudo docker ps -a
[sudo] password for user:
CONTAINER ID   IMAGE                                    COMMAND                  CREATED          STATUS          PORTS                                                                                                                                                                                  NAMES
c33d893a3f38   onlyoffice/communityserver:12.0.1.1748   "/app/run-community-…"   5 minutes ago    Up 5 minutes    0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp, 3306/tcp, 5280/tcp, 9865-9866/tcp, 9871/tcp, 9882/tcp, 0.0.0.0:5222->5222/tcp, :::5222->5222/tcp, 9888/tcp   onlyoffice-community-server
54adcfa19a90   onlyoffice/controlpanel:3.1.1.467        "/var/www/onlyoffice…"   14 minutes ago   Up 14 minutes   80/tcp, 443/tcp                                                                                                                                                                        onlyoffice-control-panel
6957d36e981f   onlyoffice/elasticsearch:7.16.3          "/bin/tini -- /usr/l…"   15 minutes ago   Up 15 minutes   9200/tcp, 9300/tcp                                                                                                                                                                     onlyoffice-elasticsearch
7f5fb30cafa3   mysql:8.0.29                             "docker-entrypoint.s…"   17 minutes ago   Up 16 minutes   3306/tcp, 33060/tcp                                                                                                                                                                    onlyoffice-mysql-server
user@office:~$ sudo docker exec -it onlyoffice-community-server service monoserve status
● monoserve.service - FastCGI Mono server
   Loaded: loaded (/lib/systemd/system/monoserve.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2022-09-01 02:02:22 UTC; 15s ago
  Process: 693 ExecStartPre=/bin/bash -c test -e /var/run/onlyoffice || install -m 755 -o onlyoffice -g nginx -d /var/run/onlyoffice; rm -f /var/run/onlyoffice/onlyoffice.socket /v
ar/www/onlyoffice/WebStudio/mono_crash* /var/www/onlyoffice/WebStudio/core.*; (code=exited, status=0/SUCCESS)
 Main PID: 697 (mono)
    Tasks: 10 (limit: 9214)
   CGroup: /docker/c33d893a3f38016412c73abe67f0925b85142a2c5d45ab41e369c8b5fe855957/system.slice/monoserve.service
           └─697 /usr/bin/mono /usr/lib/hyperfastcgi/4.0/HyperFastCgi.exe /config=/etc/hyperfastcgi/onlyoffice /logfile=/var/log/onlyoffice/onlyoffice.log /loglevels=Error

Sep 01 02:02:22 c33d893a3f38 systemd[1]: Starting FastCGI Mono server...
Sep 01 02:02:22 c33d893a3f38 systemd[1]: Started FastCGI Mono server.
Sep 01 02:02:26 c33d893a3f38 hyperfastcgi4[697]: WebConfigurationManager's LRUcache Size overriden to: 2000 (via MONO_ASPNET_WEBCONFIG_CACHESIZE)
user@office:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 00:15:5d:00:64:04 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.148/24 brd 192.168.0.255 scope global dynamic eth0
       valid_lft 84759sec preferred_lft 84759sec
    inet6 fe80::215:5dff:fe00:6404/64 scope link
       valid_lft forever preferred_lft forever
3: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
    link/ether 02:42:dd:a0:d6:ed brd ff:ff:ff:ff:ff:ff
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
       valid_lft forever preferred_lft forever
4: br-44d806b88f0d: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
    link/ether 02:42:7f:ae:08:49 brd ff:ff:ff:ff:ff:ff
    inet 172.18.0.1/16 brd 172.18.255.255 scope global br-44d806b88f0d
       valid_lft forever preferred_lft forever
    inet6 fe80::42:7fff:feae:849/64 scope link
       valid_lft forever preferred_lft forever
6: veth2669729@if5: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-44d806b88f0d state UP group default
    link/ether d2:7b:da:2d:54:8a brd ff:ff:ff:ff:ff:ff link-netnsid 0
    inet6 fe80::d07b:daff:fe2d:548a/64 scope link
       valid_lft forever preferred_lft forever
8: veth25b810a@if7: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-44d806b88f0d state UP group default
    link/ether 22:56:23:5e:ef:8b brd ff:ff:ff:ff:ff:ff link-netnsid 1
    inet6 fe80::2056:23ff:fe5e:ef8b/64 scope link
       valid_lft forever preferred_lft forever
10: veth24d905f@if9: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-44d806b88f0d state UP group default
    link/ether 12:a2:bc:84:4a:3a brd ff:ff:ff:ff:ff:ff link-netnsid 2
    inet6 fe80::10a2:bcff:fe84:4a3a/64 scope link
       valid_lft forever preferred_lft forever
12: veth0c7c94a@if11: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-44d806b88f0d state UP group default
    link/ether 86:36:e6:45:3f:bc brd ff:ff:ff:ff:ff:ff link-netnsid 3
    inet6 fe80::8436:e6ff:fe45:3fbc/64 scope link
       valid_lft forever preferred_lft forever
user@office:~$

user@office:~$ sudo docker exec -it onlyoffice-community-server service monoserve status
● monoserve.service - FastCGI Mono server
   Loaded: loaded (/lib/systemd/system/monoserve.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2022-09-01 02:02:22 UTC; 20min ago
  Process: 693 ExecStartPre=/bin/bash -c test -e /var/run/onlyoffice || install -m 755 -o onlyoffice -g nginx -d /var/run/onlyoffice; rm -f /var/run/onlyoffice/onlyoffice.socket /v
ar/www/onlyoffice/WebStudio/mono_crash* /var/www/onlyoffice/WebStudio/core.*; (code=exited, status=0/SUCCESS)
 Main PID: 697 (mono)
    Tasks: 45 (limit: 9214)
   CGroup: /docker/c33d893a3f38016412c73abe67f0925b85142a2c5d45ab41e369c8b5fe855957/system.slice/monoserve.service
           └─697 /usr/bin/mono /usr/lib/hyperfastcgi/4.0/HyperFastCgi.exe /config=/etc/hyperfastcgi/onlyoffice /logfile=/var/log/onlyoffice/onlyoffice.log /loglevels=Error

Sep 01 02:21:17 c33d893a3f38 hyperfastcgi4[697]: libev.c:319: cmd_error():        Remote host disconnected from fd 41.
Sep 01 02:21:17 c33d893a3f38 hyperfastcgi4[697]: libev.c:319: cmd_error():        Remote host disconnected from fd 43.
Sep 01 02:21:17 c33d893a3f38 hyperfastcgi4[697]: libev.c:319: cmd_error():        Remote host disconnected from fd 41.
Sep 01 02:21:17 c33d893a3f38 hyperfastcgi4[697]: libev.c:319: cmd_error():        Remote host disconnected from fd 43.
Sep 01 02:21:17 c33d893a3f38 hyperfastcgi4[697]: libev.c:319: cmd_error():        Remote host disconnected from fd 41.
Sep 01 02:21:17 c33d893a3f38 hyperfastcgi4[697]: libev.c:319: cmd_error():        Remote host disconnected from fd 43.
Sep 01 02:21:17 c33d893a3f38 hyperfastcgi4[697]: libev.c:319: cmd_error():        Remote host disconnected from fd 41.
Sep 01 02:21:17 c33d893a3f38 hyperfastcgi4[697]: libev.c:319: cmd_error():        Remote host disconnected from fd 43.
Sep 01 02:21:17 c33d893a3f38 hyperfastcgi4[697]: libev.c:319: cmd_error():        Remote host disconnected from fd 41.
Sep 01 02:21:17 c33d893a3f38 hyperfastcgi4[697]: libev.c:319: cmd_error():        Remote host disconnected from fd 43.
user@office:~$

user@office:~$ sudo docker exec -it onlyoffice-community-server service nginx status
● nginx.service - nginx - high performance web server
   Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2022-09-01 02:02:16 UTC; 22min ago
     Docs: https://nginx.org/en/docs/
  Process: 400 ExecStart=/usr/sbin/nginx -c /etc/nginx/nginx.conf (code=exited, status=0/SUCCESS)
 Main PID: 455 (nginx)
    Tasks: 6 (limit: 9214)
   CGroup: /docker/c33d893a3f38016412c73abe67f0925b85142a2c5d45ab41e369c8b5fe855957/system.slice/nginx.service
           ├─455 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf
           ├─456 nginx: worker process
           ├─457 nginx: worker process
           ├─458 nginx: worker process
           ├─459 nginx: worker process
           └─460 nginx: cache manager process

Sep 01 02:02:16 c33d893a3f38 systemd[1]: Starting nginx - high performance web server...
Sep 01 02:02:16 c33d893a3f38 systemd[1]: Started nginx - high performance web server.

/app/onlyoffice/ControlPanel/logs/web.controlpanel.09-01.log  /var/www/onlyoffice/controlpanel/www/public/javascripts/views/whitelabel.js
2022-09-01 01:48:17 - info: Express server listening on port 80
2022-09-01 02:17:24 - error: http://onlyoffice-community-server/api/2.0/portal.json
2022-09-01 02:17:24 - error: http://onlyoffice-community-server/api/2.0/settings/companywhitelabel.json
2022-09-01 02:17:24 - error: http://onlyoffice-community-server/api/2.0/settings/controlpanel.json
2022-09-01 02:17:24 - error: http://onlyoffice-community-server/api/2.0/people/@self.json
2022-09-01 02:17:28 - error: http://onlyoffice-community-server/api/2.0/portal.json
2022-09-01 02:17:28 - error: http://onlyoffice-community-server/api/2.0/settings/companywhitelabel.json
2022-09-01 02:17:28 - error: http://onlyoffice-community-server/api/2.0/settings/controlpanel.json
2022-09-01 02:17:28 - error: http://onlyoffice-community-server/api/2.0/people/@self.json
2022-09-01 02:17:32 - error: http://onlyoffice-community-server/api/2.0/portal.json
2022-09-01 02:17:32 - error: http://onlyoffice-community-server/api/2.0/settings/controlpanel.json
2022-09-01 02:17:32 - error: http://onlyoffice-community-server/api/2.0/people/@self.json
2022-09-01 02:17:32 - error: http://onlyoffice-community-server/api/2.0/settings/companywhitelabel.json
2022-09-01 02:17:36 - error: http://onlyoffice-community-server/api/2.0/portal.json
2022-09-01 02:17:36 - error: http://onlyoffice-community-server/api/2.0/settings/controlpanel.json
2022-09-01 02:17:36 - error: http://onlyoffice-community-server/api/2.0/settings/companywhitelabel.json
2022-09-01 02:17:36 - error: http://onlyoffice-community-server/api/2.0/people/@self.json
2022-09-01 02:18:14 - error: http://onlyoffice-community-server/api/2.0/people/@self.json
2022-09-01 02:18:14 - error: http://onlyoffice-community-server/api/2.0/portal.json
2022-09-01 02:18:14 - error: http://onlyoffice-community-server/api/2.0/settings/controlpanel.json
2022-09-01 02:18:14 - error: http://onlyoffice-community-server/api/2.0/settings/companywhitelabel.json
2022-09-01 02:18:18 - error: http://onlyoffice-community-server/api/2.0/portal.json
2022-09-01 02:18:18 - error: http://onlyoffice-community-server/api/2.0/settings/companywhitelabel.json
2022-09-01 02:18:18 - error: http://onlyoffice-community-server/api/2.0/settings/controlpanel.json
2022-09-01 02:18:18 - error: http://onlyoffice-community-server/api/2.0/people/@self.json
2022-09-01 02:18:22 - error: http://onlyoffice-community-server/api/2.0/portal.json
2022-09-01 02:18:22 - error: http://onlyoffice-community-server/api/2.0/settings/controlpanel.json
2022-09-01 02:18:22 - error: http://onlyoffice-community-server/api/2.0/settings/companywhitelabel.json
2022-09-01 02:18:22 - error: http://onlyoffice-community-server/api/2.0/people/@self.json
2022-09-01 02:18:31 - error: http://onlyoffice-community-server/api/2.0/portal.json
2022-09-01 02:18:31 - error: http://onlyoffice-community-server/api/2.0/settings/companywhitelabel.json
2022-09-01 02:18:31 - error: http://onlyoffice-community-server/api/2.0/settings/controlpanel.json
2022-09-01 02:18:31 - error: http://onlyoffice-community-server/api/2.0/people/@self.json
2022-09-01 02:18:35 - error: http://onlyoffice-community-server/api/2.0/portal.json
2022-09-01 02:18:35 - error: http://onlyoffice-community-server/api/2.0/settings/controlpanel.json
2022-09-01 02:18:35 - error: http://onlyoffice-community-server/api/2.0/settings/companywhitelabel.json
2022-09-01 02:18:35 - error: http://onlyoffice-community-server/api/2.0/people/@self.json
2022-09-01 02:18:41 - error: http://onlyoffice-community-server/api/2.0/portal.json
2022-09-01 02:18:41 - error: http://onlyoffice-community-server/api/2.0/settings/companywhitelabel.json
2022-09-01 02:18:41 - error: http://onlyoffice-community-server/api/2.0/settings/controlpanel.json
2022-09-01 02:18:41 - error: http://onlyoffice-community-server/api/2.0/people/@self.json
2022-09-01 02:18:50 - error: http://onlyoffice-community-server/api/2.0/portal.json
2022-09-01 02:18:50 - error: http://onlyoffice-community-server/api/2.0/settings/companywhitelabel.json
2022-09-01 02:18:50 - error: http://onlyoffice-community-server/api/2.0/settings/controlpanel.json
2022-09-01 02:18:50 - error: http://onlyoffice-community-server/api/2.0/people/@self.json
2022-09-01 02:18:57 - error: http://onlyoffice-community-server/api/2.0/portal.json
2022-09-01 02:18:57 - error: http://onlyoffice-community-server/api/2.0/settings/controlpanel.json
2022-09-01 02:18:57 - error: http://onlyoffice-community-server/api/2.0/settings/companywhitelabel.json
2022-09-01 02:18:57 - error: http://onlyoffice-community-server/api/2.0/people/@self.json

Firewall Stoped

Virtual Ubuntu linux host ip 192.168.0.148 for run onlyoffice docker image
Real servet windows 2022 Hyper-V ip 192.168.0.100
Local net 192.168.0.0/24

from Windows server host(192.168.0.100) in browser i get URL http://192.168.0.148
result: ERROR: Gateway Timeout

According to provided data, do I understand it right that portal doesn’t open (error in the browser - ‘Gateway Timeout’)? Or you can open the portal, but not the Control Panel page?
Please go to Community server container and run service monoserve restart. Will the situation change?
If not, please provide us with whole Community server logs folder. It’s located here:
/app/onlyoffice/CommunityServer/logs/