Skip to main content

Self-host

We use Sentry for anonymous error tracking and Vercel for anonymous analytics on the main site.

Self-host version is opt out of any analytics or tracking by default.

With Extended License and Premium License you can self-host grafychat on the server of your choice.

You can also upgrade from your Standard License to get access to the self-hosted version at any time from the License Section of the App Settings.

Install

  • Download self-hosted version.
    The link with the latest version is available in the License Section of the App Settings.
  • Unzip the archive and run the following commands to start the server:
    yarn
yarn start

or

    npm install
npm run start
  • App will run on localhost:4277 by default.

Update

Download the latest version from the License Section of the App Settings and start the server.

Sometimes if you run yarn start or npm run start without stopping the current server, it will run on new port (e.g. 55274). This means that the copy of data will be fresh. It this case just stop the server and run it again on the same port.

  • Please stop the server before you update and run it again to make sure that it will run on the same port (4277 or if you opted for another port).