fbpx

If you’ve come here from this article, great! if not do check it out and compare Web Panels, before settling for one.

So if you’ve already decided lets begin!

Froxlor is a multilingual Server Management panel for ISP (ISP) that their customers a web interface for managing e-mailaddresses, domains , FTP want questions and more.Froxlor provides a multi-level on the user system, can in which administrators, resellers and customers created and managed. Through dual stack the applied domains can be via IPv4 and IPv6 made accessible. Limits can be applied per customer, how many subdomains, email accounts, FTP accounts and MySQL databases that can be used. Furthermore provides Froxlor configuring SSL certificates, advanced configurations for PHP and Perl, creating FTP users and MySQL databases, as well as a quota management.

This video will guide you through, or just refer the steps below.

Step 1-Β  Login as root in your server.
Step 2- Installing apache ( web server):

yum install httpd -y

Starting apache:

service httpd start

Step 3. mysql server:

yum install mysql mysql-server -y

Starting mysql:

service mysql start

Step 4. Installing php :
yum install php php-mysql -y

Step 5-Installing necessary modul php :

-PHP PDO extension and PDO-MySQL driver
yum install php-pdo -y

– PHP XML-extension
yum install php-xml -y

-PHP filter-extension
yum install php-filter -y

-PHP posix-extension
yum install php-posix

– PHP bcmath-extension
yum install php-bcmath -y

-PHP curl-extension
yum install php-curl -y

service httpd restart

Step 6- Installing froxlor

Run the commands, in order.

a.

cd /var/www/html

b.
wget http://files.froxlor.org/releases/froxlor-latest.tar.gz

c.
tar -xvf froxlor-latest.tar.gz

d.

/usr/sbin/groupadd froxlor

e.
/usr/sbin/useradd -g froxlor froxloruser

f.

chown -R froxloruser /var/www/html/froxlor

g.

service httpd restart

Step 7- Configure froxlor

Step 8- File was saved in /tmp/userdata.inc.php, please move to lib/

Categories: Tutorials

0 Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.