!!! This droplet is not compatible with the current version of SimpleX Chat (v1), please do not install it !!!
We are working on the update, it should be live on the week of 17/01/2022.
SimpleXMQ is a message broker for SimpleX chat network - an open-source decentralized chat with a focus on users’ privacy.
SimpleX chat:
The terminal chat client is available in simplex-chat repo - you can either build it from source or download the binary for Linux, Windows or Mac from the latest release.
We really appreciate your feedback, criticism and support - a star on the GitHub repo or any contribution or donation to the project will help building the new kind of the chat network - the one that lets you control your chat - there is so much more to do!
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating a Droplet from the SimpleX server 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB SimpleX server Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "simplex-simplexserver-20-04"}' \
"https://api.digitalocean.com/v2/droplets"
Once you created the Droplet with the server you need to log in to ssh root@your_droplet_public_ipv4
to obtain SimpleX server public key hash - either from the welcome message or from /etc/opt/simplex/pub_key_hash
.
This key hash should be used as part of your server address in the SimpleX chat client configuration: your_droplet_public_ipv4#key_hash
.
Please see this guide on how to login to Droplet via ssh.