Server Pro vs. Community Edition
Server Pro and Community Edition are both on premises versions of Overleaf. But what are the differences?
The Community Edition is intended for use in environments where all users are trusted and it is not appropriate for scenarios where isolation of users is required.
Benefits for users
Powerful LaTeX editor
✓
✓
Full project history
✓
✓
Commenting
X
✓
Real-time track changes
X
✓
Easy internal collaboration
X
✓
Private template management system
X
✓
Git integration
X
✓
Symbol Palette
X
✓
Benefits for user admins
Easy user management via Admin Panel
Limited
✓
No manual upgrade of users required
X
✓
Benefits for system admins
Single sign-on (SSO) via SAML 2 and LDAP
X
✓
Direct access to all user projects
✓
✓
Self-hosted
✓
✓
Automatic user registration
X
✓
(LDAP or SAML 2)
Sandboxed Compiles
X
✓
Optimized version of TeX Live
X
✓
Early notification for security releases
X
✓
Sandboxed Compiles are not available in Community Edition, which is intended for use in environments where all users are trusted. Community Edition is not appropriate for scenarios where isolation of users is required. When not using Sandboxed Compiles, users have full read and write access to the sharelatex container resources (filesystem, network, environment variables) when running LaTeX compiles.
Community Support
For people using a self-hosted Community Edition instance, support is provided by the community via GitHub Issues.
Server Pro Support
For customers using a self-hosted Server Pro instance we will provide reasonable support to assist with the resolution of technical issues relating to the installation, configuration, maintenance and general usage of Server Pro, to a single, named staff member.
Support services for Server Pro specifically exclude:
Direct support for the LaTeX language including layout, typesetting, and programming errors;
Defects or errors resulting from any modifications to Server Pro unless made, instructed, or approved by us in writing;
Support for any version of Server Pro other than:
The two (2) most current point releases of the current major version; and
The last released point release of the previous major version;
Support for any non-current version of Server Pro that is more than twenty-four (24) months old;
Any fault in the environment or in any software or hardware used in conjunction with Server Pro; and
Defects or errors caused by the use with any software products other than those specifically certified for use with Server Pro in this documentation.
To remain on a supported track, you should be running one of the supported release numbers listed above in the rightmost column.
You can confirm what version of Server Pro / Community Edition you're running by comparing the output of the command below against the Image ID's published in the release notes.
docker inspect --format '{{.Image}}' sharelatex | awk -F: '{print substr($2, 1, 12)}'
Last updated
Was this helpful?