From f443d3dfc733fa380d5cc5f0592982df8cd20bd9 Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Fri, 2 Jan 2026 16:54:35 +0300 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index bc640d9..2dc734c 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,12 @@ openssl rand -hex 16 ``` **1. Place your config to /etc/telemt.toml** + +Open nano +```bash +nano /etc/telemt.toml +``` +then Ctrl+X -> Y -> Enter ```bash port = 443 # Listening port @@ -82,6 +88,12 @@ client_keepalive = 600 # Seconds client_ack_timeout = 300 # Seconds ``` **2. Create service on /etc/systemd/system/telemt.service** + +Open nano +```bash +nano /etc/systemd/system/telemt.service +``` +paste this Systemd Module ```bash [Unit] Description=Telemt @@ -96,6 +108,8 @@ Restart=on-failure [Install] WantedBy=multi-user.target ``` +then Ctrl+X -> Y -> Enter to save + **3.** In Shell type `systemctl start telemt` - it must start with zero exit-code **4.** In Shell type `systemctl status telemt` - there you can reach info about current MTProxy status