lost and found ( for me ? )

install OpenPanel on Ubuntu 10.04 64bit

open panel is an open source web based system management panel

install open panel on ubuntu 10.04.
Seen from an installation documentation (http://www.openpanel.com/download/openpanel-download/), open panel officially supports 10.04 and .10.10.

root@ubuntu:~# tail -1 /etc/lsb-release ;uname -ri
DISTRIB_DESCRIPTION="Ubuntu 10.04.4 LTS"
2.6.32-50-server unknown

add following lines in /etc/apt/sources.lit file

# for open panel
deb http://download.openpanel.com/deb/ lucid main
deb-src http://download.openpanel.com/deb/ lucid main

oops, open panel supports precise as well.

--
or lucid, maverick, natty, oneiric or precise for Ubuntu.
--

install openpanel

  32  apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EAC69B9
  33  apt-get update
  34  aptitude install openpanel-suggested




During the installation, you will be asked to configure MySQL password and postfix setting.
As for postfix, set “internet site”

before logging in, configure password for “openpanel-admin”
move to openanel CLI mode with “openpanel-cli”
root@ubuntu:~# openpanel-cli
[openpanel]% password user openpanel-admin
Enter new password:                                
Retype new password:         
% Password updated
[openpanel]%   




log onto openpanel over HTTPS ( not HTTP )

root@ubuntu:~# /etc/init.d/openpanel status
* openpanel-authd is running
* openpanel-swupd is running
* openpanel-core is running

root@ubuntu:~# lsof -ni:4089
COMMAND     PID           USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
openpanel 10537 openpanel-core    1u  IPv6  24693      0t0  TCP 192.168.100.245:4089->192.168.100.1:37042 (ESTABLISHED)
openpanel 10537 openpanel-core    7u  IPv6  23846      0t0  TCP *:4089 (LISTEN)
openpanel 10537 openpanel-core   13u  IPv6  24686      0t0  TCP 192.168.100.245:4089->192.168.100.1:37035 (ESTABLISHED)
openpanel 10537 openpanel-core   14u  IPv6  24694      0t0  TCP 192.168.100.245:4089->192.168.100.1:37043 (ESTABLISHED)



openpanel listens to TCP 4089








about documentation for open panel.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.