Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 2.37 KB

File metadata and controls

59 lines (40 loc) · 2.37 KB
title description published keywords tags author external_resources
Deploy SimpleX Chat on Linode through the Linode Marketplace
Deploy SimpleX Chat on Linode through the Linode Marketplace.
2023-09-15
simplex
chat
server
cloud
linode platform
marketplace
name email
shum
sh@simplex.chat
[SimpleX Official](https://simplex.chat/)

SimpleX Chat is a private messaging platform that uses temporary anonymous identifiers to eliminate the need for long-term user identification. This app deploys a self-hosted SMP relay server used to pass messages in the SimpleX network. It also installs the XFTP server to support XFTP file transfer protocol.

Deploying a Marketplace App

{{% content "deploy-marketplace-apps-shortguide" %}}

{{% content "marketplace-verify-standard-shortguide" %}}

{{< note >}} Estimated deployment time: SimpleX Chat should be fully installed within 5-10 minutes after the Compute Instance has finished provisioning. {{< /note >}}

Configuration Options

  • Supported distributions: Ubuntu 22.04 LTS
  • Recommended plan: We recommend a 4GB Dedicated CPU or Shared CPU Compute Instance for SimpleX Chat.

SimpleX Options

Configuration Description
SMP server password (optional) Sets the password for smp-server.
XFTP server quota (optional) Sets the file server storage quota in GB.

Linode Options

{{% content "marketplace-required-limited-user-fields-shortguide" %}} {{% content "marketplace-custom-domain-fields-shortguide" %}}

Getting Started after Deployment

Once the SimpleX Server is up and running you can display your SMP and XFTP connection strings with the following command while logged into the server:

docker-compose --project-directory /etc/docker/compose/simplex logs grep 'Server address' | uniq

To start using your server, you will need to configure it to work with your SimpleX app. Available apps can be downloaded here: Download SimpleX apps

For more information on configuration and linking the SimpleX app to your SMP server, please see the following documentation from SimpleX:

{{% content "marketplace-update-note-shortguide" %}}