[oracle cloud] Hestis Control Panel 설치
Hestia CP
- 웹호스팅을 이용할때, cPanel 같은 기능을 하는 free control panel 입니다.
- 오라클 클라우드와 잘 호환 됩니다.
- 한방에 아래기능이 설치 됩니다.
- NGINX Web / Proxy Server
- Apache Web Server (as backend)
- PHP-FPM Application Server
- Bind DNS Server
- Exim Mail Server
- Dovecot POP3/IMAP Server
- MariaDB Database Server
- Vsftpd FTP Server
- Firewall (iptables) + Fail2Ban Access Monitor
설치
sudo su -
wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh
bash hst-install.sh --interactive no --email [email protected] --password exampledemopassword --hostname hcp.example.com -f
reboot
위 명령어중,
passward
hostname
는 각자 정해서 하면 됩니다.
(임의대로 정해서 해 보았으나, 적용되지 않아서, 위 명령로 하였고, hestia 에 접속 한 후, admin 비번을 바꿔 줬습니다.)
아래 사진은 hestia 를 설치 후, 로그인 화면 입니다.
첫번째 amd1 서버는 연습용으로 이것저것 해보고 있어서, 디스크 용량을 사용중 입니다.
나머지는 최초 설치 인데, 차지하는 용량이 각각 다르네요. (무슨 이유인지는 모르겠습니다.)
df -h
ingress 에 포트를 개방해 줘야 합니다.
8083,143,993,110,995,25,465,587
웹브라우저에서 접속을 합니다.
https://오라클ip주소:8083
id : admin
password : exampledemopassword