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
  • ユーザー名: admin
  • パスワード: admin

Click Login to access the server.

重要なファイルとディレクトリ

  • アプリケーションディレクトリ: /root/virola-server
  • Docker Compose ファイル: /root/virola-server/docker-compose.yml
  • Persistent data storage: /root/virola-server/virola-storage

サービス管理

ステータスを確認する:

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

ログを表示する:

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

再起動:

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

注記

  • 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.

申請内容