COREmanager installation guide
Category path: | COREmanager |
Contents
Installation on UNIX-based systems
You can install and update COREmanager using the system repository.
Connecting repository
Connect to the server via SSH as root and choose a repository: beta or stable
- stable - time-proved version of a control panel.
- beta - the last officially released version of a control panel, which includes all tested improvements.
Example of connecting to beta repository on CentOS:
rpm -iU http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm wget -O /etc/yum.repos.d/ispsystem-base.repo "http://download.ispsystem.com/repo/centos/ispsystem-base.repo" wget -O /etc/yum.repos.d/ispsystem.repo "http://download.ispsystem.com/repo/centos/ispsystem-beta.repo"
Example of connecting stable repository on CentOS:
rpm -iU http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm wget -O /etc/yum.repos.d/ispsystem-base.repo "http://download.ispsystem.com/repo/centos/ispsystem-base.repo" wget -O /etc/yum.repos.d/ispsystem.repo "http://download.ispsystem.com/repo/centos/ispsystem-stable.repo"
If you are running Debian, download the file
http://download.ispsystem.com/repo/debian/<OS version>-ispsystem-<release stage>.list
into the /etc/apt/sources.list.d/ directory
Example of connecting to beta repository on Debian :
wget -O /etc/apt/sources.list.d/ispsystem.list "http://download.ispsystem.com/repo/debian/wheezy-ispsystem-beta.list"
You should also add the key
wget -q -O - http://download.ispsystem.com/repo/debian/ispsystem.gpg.key | apt-key add -
Once you added the records or downloaded the file, update the packet cache:
apt-get update
Installation
Execute the following command to install COREmanager on CentOS:
yum install coremanager
Execute the following command to install COREmanager on Debian:
apt-get install coremanager
You can access COREmanager at:
Url: https://<server address>:1500/core
Login: root
Password: <root password>
Install COREmanager on Windows-based operating systems
Download the last version of the msi-package of the COREmanager installer (http://download.ispsystem.com/5/Windows/x86_64/COREmanager/). The package format is COREmanager.[version number].msi
Run the msi-package with administrator privileges.
Complete the installation steps.
Once completed, use the following URL to access the COREmanager web-interface : https://[IP address of your server]:1500/core