logo
icon

ONLYOFFICE Docs

ONLYOFFICE Docs is a self-hosted online office suite for editing documents, spreadsheets, and presentations in the browser. Full compatibility with Microsoft Office formats (DOCX, XLSX, PPTX). Supports real-time collaborative editing.

template cover
Deployed0 times
Publisherfuturize.rush
Created2026-03-30
Services
service icon
Tags
ToolProductivity

ONLYOFFICE Docs

A self-hosted online office suite that runs entirely in the browser. Edit documents, spreadsheets, and presentations with full Microsoft Office format compatibility. Supports real-time collaborative editing with multiple users.

What You Can Do After Deployment

Access the welcome page at your domain to verify the server is running. ONLYOFFICE Docs is designed to be integrated with other applications (Nextcloud, Seafile, ownCloud, WordPress, etc.) via its API.

Document editing: Full-featured word processor supporting DOCX, ODT, RTF, TXT, PDF, and HTML. Track changes, comments, table of contents, mail merge, and document comparison.

Spreadsheet editing: Complete spreadsheet editor with formulas, pivot tables, charts, conditional formatting, data validation, and macros. Supports XLSX, ODS, and CSV.

Presentation editing: Slide editor with animations, transitions, speaker notes, and master slides. Supports PPTX and ODP formats.

Collaboration: Real-time co-editing with cursor tracking, comments, and chat. Two collaboration modes: fast (real-time) and strict (manual save).

PDF forms: Create and fill PDF forms directly in the browser.

Configuration

  • JWT authentication: JWT_SECRET is set automatically. All API requests must include a valid JWT signed with this secret.
  • Connection limits: The Community Edition supports up to 20 simultaneous connections. For more, a commercial license is required.
  • Integration: Use the ONLYOFFICE API to embed the editor in your application. The API endpoint is available at https://<your-domain>/web-apps/apps/api/documents/api.js

Integration Examples

ONLYOFFICE Docs can be integrated with:

  • Nextcloud via the ONLYOFFICE connector app
  • Seafile with built-in ONLYOFFICE support
  • WordPress via the ONLYOFFICE plugin
  • Any web application using the Document Server API

License

AGPL-3.0 — GitHub