Cover Image

How to Deploy Simplex Chat Server on Ubuntu VPS

February 13, 2023 Reading time: 4 minutes

This Post Show how to install Simplex Chat Server on Ubuntu Ubuntu 22.04 x64, I will show you the commands i used to deploy that server, It works 100%.

sudo apt-get update

sudo apt-get install \
    ca-certificates \
    curl \
    gnupg \
    lsb-release

sudo mkdir -m 0755 -p /etc/apt/keyrings

Read more