本教程基于Ubuntu 22.10完成

thelounge 特点:

Web IRC ,完美解决全平台兼容性+数据同步
稳定性合格,挂机完美,聊天接近完美
页面美观
开源免费,安装配置简单
安卓、IOS 端完美体验

官方各种发行版的安装教程:
https://thelounge.chat/docs/install-and-upgrade
GitHub项目地址:
https://github.com/thelounge/thelounge

1.下载并安装最新版Node.js

sudo apt install nodejs

# 确认安装和已安装的nodejs版本
sudo nodejs -v

2.下载TheLounge的.deb安装包,并安装

截止至2023.4.8,最新版本为thelounge_4.3.1-2,更多版本前往GitHub自寻

wget https://github.com/thelounge/thelounge/releases/download/v4.3.1/thelounge_4.3.1-2_all.deb
sudo apt install ./thelounge_4.3.1-2_all.deb

# 如提示安装失败,则先安装依赖,再执行安装命令
apt install -f

3.确认安装完成和TheLounge成功启动

sudo systemctl status thelounge

# TheLounge启用命令
systemctl start thelounge.service
systemctl enable thelounge.service

#正确启动应显示如下信息
● thelounge.service - The Lounge (IRC client)
   Loaded: loaded (/lib/systemd/system/thelounge.service; disabled; vendor preset: enabled)
   Active: active (running) since Sat 2023-04-08 10:06:28 UTC; 1min 48s ago

4.为TheLounge创建一个账号

sudo -u thelounge thelounge add USERNAME

安装过程结束,浏览器打开网址:https://YourIP:9000/
输入账号密码登录即可

最后修改:2024 年 10 月 08 日
如果觉得我的文章对你有用,请随意赞赏