Jump to content

Setting up Brainy and System requirements: Difference between revisions

From BrainyCP
No edit summary
Fix timeout: simplify page
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__TOC__


Для того, чтобы установить панель управления хостингом, подключитесь к серверу по SSH. Уточним, что панель лучше устанавливать на “чистую” операционную систему.
== System requirements ==


Установите менеджер скачиваний wget:
{| border="1" cellpadding="4" cellspacing="0" style="width:650px"
|-
! OS !! Architecture !! Processor !! RAM !! Disk
|-
| CentOS 7 || 32-64 bit || 226 MHz || min 512 MB, recommended 1 GB || 2 GB
|}


'''''yum -y install wget'''''
== Install BrainyCP via SSH ==


Скачайте и установите панель управления Brainy:
# Connect via SSH as root
# Run install command:


'''''wget [http://core.brainycp.ru/install.sh http://core.brainycp.ru/install.sh]<br/> sh install.sh''''' &nbsp; &nbsp;&nbsp;
<pre>yum clean all && yum install -y wget && wget http://core.brainycp.io/install.sh && bash ./install.sh</pre>


Процесс занимает 10-15 минут. Когда установка будет завершена, вы сможете войти в панель управления, используя логин и пароль. Впишите в адресной строке [http://ваш-ip:8002 http://ваш-ip:8002] и заполните предложенные поля (логин и пароль — данные для подключения к вашему серверу):
Do not interrupt the installation. Wait until you see the success message in the console.


[[File:Brainy-install-01.PNG|left|Brainy-install-01.PNG]]<br/> &nbsp;
After installation you will get:
# Link to the control panel
# Login and password (same as SSH)
# Reboot prompt — run: <code>reboot</code>


&nbsp;
== Screenshots ==


&nbsp;
[[File:2019-08-22_12-30-56-1.png|thumb|Install step 1]]
[[File:2019-08-22_13-12-52.png|thumb|Install complete]]
[[File:2019-08-22_13-12-532.png|thumb|Reboot]]
[[File:2020-12-24_15-25-10.png|thumb|Login screen]]


&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
Панель доступна по SSL протоколу&nbsp;[http://ваш-ip:8000 https://ваш-ip:8000] на порту 8000.
&nbsp;
[[Category:Установка и конфигурация]]

Latest revision as of 16:21, 13 July 2026

System requirements

OS Architecture Processor RAM Disk
CentOS 7 32-64 bit 226 MHz min 512 MB, recommended 1 GB 2 GB

Install BrainyCP via SSH

  1. Connect via SSH as root
  2. Run install command:
yum clean all && yum install -y wget && wget http://core.brainycp.io/install.sh && bash ./install.sh

Do not interrupt the installation. Wait until you see the success message in the console.

After installation you will get:

  1. Link to the control panel
  2. Login and password (same as SSH)
  3. Reboot prompt — run: reboot

Screenshots

Install step 1
Install complete
Reboot
Login screen