Jitsi Meet is a fully encrypted, open-source video conferencing solution that provides a powerful alternative to proprietary platforms. By hosting it on HostGraber, you ensure that your data stays private and your performance remains high.


1. Finding Your Credentials

Upon the first boot of your server, a unique set of credentials is automatically generated. These are required for internal system communication and administrative access.

To view your passwords, log in to your server via SSH and run:

cat /root/credential.txt

This file contains:

  • Your Web Access URL.

  • Component passwords for JICOFO, JVB, and PROSODY.

  • Instructions for adding a custom domain.


2. How to Use Jitsi Meet

Once your server is active, using it is straightforward:

  1. Open your Browser: Navigate to https://[Your-Server-IP].

  2. Bypass the Warning: Since you start with a self-signed certificate, click Advanced -> Proceed (this disappears once you set up a domain).

  3. Start a Meeting: Enter a room name in the center box and click Start Meeting.

  4. Invite Others: Simply copy the URL from your browser address bar and send it to your participants. No login is required for guests.


3. Basic Management Commands

Management is handled via Docker. Always navigate to the Jitsi directory before running these commands:

cd /opt/jitsi-meet

  • Check Server Health: docker compose ps

    (Ensures all containers show "Up" or "Healthy")

  • Restart All Services: docker compose restart

    (Useful if you've made configuration changes)

  • View Real-Time Logs: docker compose logs -f

    (Helpful for debugging connection issues)

  • Update Jitsi: docker compose pull && docker compose up -d

    (Keeps your server on the latest stable version)


4. Opening a Support Ticket

At HostGraber, we are committed to your uptime. If you encounter issues with your instance that cannot be resolved via the logs, please reach out to us.

When opening a ticket, please include:

  1. Your Server ID or IP address.

  2. The output of docker compose ps.

  3. A brief description of the issue (e.g., "Audio not working" or "Web page not loading").

Support Link: https://hostgraber.com/client-area/tickets


5. Why HostGraber?

  • Low Latency: Optimized network routes for crystal-clear audio and video.

  • No Hidden Fees: Unlike cloud providers that charge for data egress, HostGraber offers transparent pricing.

  • Total Privacy: Your meetings are never recorded or monitored by third parties.

Ready to scale? Visit HostGraber.com to upgrade your plan for larger meetings!

Would you like help mapping your professional domain name to this server to remove the browser security warnings?

Was this answer helpful? 0 Users Found This Useful (0 Votes)