FYI Install Webmin on RasPBX

visionlogic

Guru? Nope
Joined
Oct 11, 2009
Messages
117
Reaction score
33
I installed Webmin on my Debian based RasPBX using the following procedure. It installed without problem and has been running smoothly for several days. For those unfamiliar with it, Webmin is a web-based interface for system administration for Unix/Linux. You can read more HERE.

The following procedure may be common knowledge to some, but it may be helpful to others. It installs the SSLeay Perl module so that browser access to Webmin will be through secure "https://". It installs the latest version of Webmin which is 1.670 at this time.

DISCLAIMER: YMMV! THIS WORKED FOR ME. IF IT CAUSES YOUR RASPBX TO EXPLODE IT'S YOUR FAULT, NOT MINE.

Enter the following commands at a terminal prompt, either at your RasPBX directly or through an SSH session. During the install steps it may appear that your RasPBX has frozen. It has not. Your little ARM processor is chugging along as fast as it can - be patient and each step will finish. Then move to the next.

Code:
su
 
apt-get install -y perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
 
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.670_all.deb
 
dpkg --install webmin_1.670_all.deb

That's it! Access Webmin at "https://yourRasPBXaddress:10000" Login as root with your root password.
/
 

Members online

No members online now.

Forum statistics

Threads
25,838
Messages
167,923
Members
19,259
Latest member
dancosge
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top