Virola Messenger

A secure self-hosted chat server for private and corporate messaging and collaboration.

Virola Client Setup

Install the Virola Client on your machine.

Launch the client and enter the following login details:

  • Server Host: <SERVER_IP>
  • Server Port: 7777
  • Tên người dùng: admin
  • Mật khẩu: admin

Click Login to access the server.

Các tập tin và thư mục quan trọng

  • Thư mục ứng dụng: /root/virola-server
  • Tệp Docker Compose: /root/virola-server/docker-compose.yml
  • Persistent data storage: /root/virola-server/virola-storage

Quản lý dịch vụ

Kiểm tra trạng thái:

docker compose -f /root/virola-server/docker-compose.yml ps

Xem nhật ký:

docker compose -f /root/virola-server/docker-compose.yml logs -f

Khởi động lại:

docker compose -f /root/virola-server/docker-compose.yml restart

Ghi chú

  • All data is stored in /root/virola-server/virola-storage and persists across container restarts.
  • Ensure TCP and UDP port 7777 are open.
  • Docker handles automatic restarts via restart: unless-stopped.

Thông tin ứng dụng