How do I install Ventrilo?

We do not in any way support ventrilo. This article is here for your convenience only. We do not support the setup, or troubleshooting of it.

Ventrilo is a voice chat program (VOIP) that you can install on your account. Dedicated IP and SSH access required. Download the latest linux server binary from ventrilo.com
Upload the tar.gz to your home directory
Do the following:

mkdir ventrilo
mv ventrilo_srv-2.3.1-Linux-i386.tar.gz ventrilo
cd ventrilo
tar xzf ventrilo_srv-2.3.1-Linux-i386.tar.gz

You will want to configure your ventrilo_srv.ini with the name you would like of the server, and the passwords.
Down at the bottom you need to put in Intf= and your dedicated IP address after the [Intf].
Once you have changed the configuration in the ventrilo_srv.ini file, you can start the server by typing "./ventrilo_srv -d".
This will start the server in a background state.
To stop server type: kill `cat ventrilo_srv.pid`

  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

SSH Commands

Common SSH Commands or Linux Shell Commands:ls : list files/directories in a directory,...

How do I install TeamSpeak?

Installing Teamspeak for voice chat requires a Dedicated IP and SSH access. We do not in any way...

Can I compile my code programmed in C?

Yes, you can use the gcc compiler to do this.

What version of Python are you running?

Iwebhosting.com.my currently runs Python 2.3.4.

Changing File Permissions

Setting file permissions is very important in getting CGI scripts to work on your web site....