Nextcloud Office

I installed Nextcloud 24 on Ubuntu Server with Ngnix Proxy Manager.
But Nextcloud Office dont work.


When i change it to code server after few minutes is he going again to own server?

try to use https:// instead http://

its not working.

restart the coolwsd → sudo service coolwsd restart

There is just too little information about your installation to help you with that.

For one it could be your nginx-configuration that’s the issue. It could be the path. For me I set it up to just work with the TLD https://mycloud.url/

Failed to restart coolwsd.service: Unit coolwsd.service not found.

when i connect with ip adress to my server, its working, when i connect with domain its not working.

your need a domainname (access from the internet to you nextcloud) and ssl-certificat (secure) therefor the https. CollaboraOffice don´t work over http internetconnection; i think. For https you have to configure your router with the :443 port linking to your nextcloudmachine.

i use nginx proxy manager and i connect me with with port 443.

look, here is my installation:

echo ‘deb Index of /repos/CollaboraOnline/CODE-ubuntu2004 ./’ | sudo tee /etc/apt/sources.list.d/collabora.list
sudo apt update
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys XXXXXXXXXXXXXXX->key
sudo apt update
sudo apt upgrade
sudo apt install apt-transport-https ca-certificates
sudo apt update
sudo apt install coolwsd code-brand
systemctl status coolwsd
sudo journalctl -eu coolwsd
sudo coolconfig set ssl.enable false
sudo coolconfig set ssl.termination true
sudo coolconfig set storage.wopi.host domain.com
sudo coolconfig set-admin-password
sudo systemctl restart coolwsd
systemctl status coolwsd

I´ve install it separate not over nextcloud-app store.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.