Install with ./automate server and what next?

Hi, i have done the Onlyoffice with build_tools and what next ?

I’m trying to use only office for a POC and i only need the API and the SDK. But browser or with post man return this :
Connot GET /
Cannot POST /api/2.0/authentication/

I have done exactly what is in this tutorial :
https://helpcenter.onlyoffice.com/fr/installation/docs-community-compile.aspx
Except that i m in a newer version of ubuntu (22)

And i am curious, how can i install and start web-apps ?

Hello @klevyn,
What exactly would you like to build? ONLYOFFICE Docs? The guide you mentioned is for building ONLYOFFICE Docs, whereas the request /api/2.0/authentication/ is for ONLYOFFICE Workspace.
Please describe what you did and what you’d like to achieve, as well as how you reproduced the issue, in as much detail as possible.

Hi, I want to use ONLYOFFICE Docs. I am trying to use it, with webapps for now, but with sdk latter. But i don’t know how to proceed.

I did this :
https://helpcenter.onlyoffice.com/fr/installation/docs-community-compile.aspx

And what i want to do is :

  1. call the ONLYOFFICE Docs to be sur that all is ok
  2. install and use web-apps
  3. remove web-apps and use the sdk to match my needs

So i have build with buildtools with ./automate web.

In my repos ~/build_tools/out/linux_64/onlyoffice/documentserver/web-apps/apps$ ls
api common documenteditor pdfeditor presentationeditor spreadsheeteditor

How can i start my webapps ?

Ido not understand, there is no onlyoffice index or js with node. How can i deploy the front ? And how can i call the back with postman

onlyoffice.my-domain.org/index.html
onlyoffice.my-domain.org/index.html/web-apps/apps/documenteditor/main/index.html

Thats it…

But i should have docspace starting.

And on path / i have :
cannot get /

In /index.html i have this :
Server is functioning normally. Version: 8.3.0. Build: 0. Release date: 2025-02-24T00:00:00.000Z. Package type: 0. Customer Id: . Multitenancy: false. Alias:

Please try opening onlyoffice.my-domain.org/example page, send us the screenshot of its contents
To interact with the API, you need to send requests to Document Builder, please check out this guide: Document Builder API | ONLYOFFICE

I have this

It should be ‘example’ instead of ‘exemple’, please have a try