Installing OpenPanel on localhost (Ubuntu PC)


Installing OpenPanel on localhost or actually your Ubuntu PC can be used for installation and management of various web softwares through a control panel. We previously shown the process of installing OpenPanel on server as Free Web Control panel, which has in the front end better graphics and clean interface than paid cPanel.

 

Installing OpenPanel on localhost or your Ubuntu PC : Warnings

 

The first thing you should know Installing OpenPanel on localhost or Ubuntu PC is– if you have a Static IP, your www folder and WordPress is actually accessible by default from Internet. This is great if you want to use your Ubuntu 12.04 PC as a test server. But if you do not have a static IP or IP changes too fast, then use http://localhost/ in browser or usual http://127.0.0.1/ IP to access your test installation. Second is, OpenPanel is designed to be installed on a clean Ubuntu 11.04 (Natty) or Ubuntu 11.10 (Oneiric) server. Having other web control packages packages installed can be a problem. So, be mentally prepared with a backup if you have installed hundreds of web control panel before hand. Installing OpenPanel on Ubuntu 12.10, Ubuntu 12.04 can be done without any problem, although officially not supported.

 

Installing OpenPanel on localhost or Ubuntu PC : Steps

 

As I am actually installing OpenPanel on my Ubuntu PC with already configured as server for various tutorials guides, you might face problem with a native desktop Ubuntu (I am not sure about OpenPanel). Open Terminal and run this command :

 

cat /etc/hosts | grep localhost

 

It should return the result like mine :

Installing OpenPanel on localhost


It is a funny screen shot. I took it while typing and dragged it on writing pane in WordPress. If it returns error, please install Apache2 (check Ubuntu docs or ask in forum).

 

Open the sources.list in graphically visible Gedit :

 

gksudo gedit /etc/apt/sources.list

 

Add these two line at the end of the file :

 

deb http://download.openpanel.com/deb/ precise main
deb-src http://download.openpanel.com/deb/ precise main

 

And save it and close. You can edit in CLI instead of Graphical Gedit by running this command :

 

sudo nano /etc/apt/sources.list

 

You must be logged as root user, so type these one by one :

 

sudo su
cd $home
sudo -i

 

Now add the key :

 

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EAC69B9

Perform an update :
apt-get update

You need to have aptitude to be installed, most do not have aptitude installed, in case the next command returns error install aptitude then run this command :

 

aptitude install openpanel-suggested

Accept whatever comes with Y while installing Installing OpenPanel. Set it to ‘internet site’ in that GUI that will come. But you do not have SSH keys, so one by one :

 

ssh-keygen -t rsa -f ~/.ssh/id_rsa
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
ssh localhost

 

After this you need to install Apache2 SSL module and do the works for making https url working. Your OpenPanel will be at :

 

https://youripaddress:4089/

 

 


0saves
If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed to have future articles delivered to your feed reader.

Leave Lame Behind - Get Engaged

Here’s what we’ve got for you:

Contact Us Today for Smarter Marketing of Knowledge

See each of the premium resources below:

For Publishers and Content Owners

Do you want to optimize your available content?

Do you want to increase the visibility of your content?

Do you want to increase your reliability as an Author?

Do you want your next or existing project to be technically planned?

If your answer to any of these is YES contact us with your approximate budget.

Contact Us Today

For the Media Companies and Advertisers

You must be seeking a publisher website like ours with real content to give an exposure to your client's business?

We provide Industry's Standard opportunities for advertisement.

All comes with proper invoicing, SLA on per annum basis.

If your answer is YES contact us today for a quote.

Contact Us Today for Quote

Mentions

  1. Installing OpenPanel on localhost says:

    [...] Installing OpenPanel on localhost [...]

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>