Difference between revisions of "Removing additional password (htpasswd) by SSH"

From BrainyCP
Jump to: navigation, search
Line 1: Line 1:
 
+
<div data-placeholder="Перевод" dir="ltr">An additional password (htpasswd) is needed to maximize the protection of the control panel from unauthorized access. In case you forgot your additional password, the only way to solve the problem is to reset your password via SSH. For this you need:</div> <div data-placeholder="Перевод" dir="ltr">1. Utility Putty.<br/> 2. IP, login and password sent by the hosting provider to your e-mail.<br/> &nbsp;</div> <div data-placeholder="Перевод" dir="ltr">To disable htpasswd authorization, follow these steps:<br/> &nbsp;</div> <div data-placeholder="Перевод" dir="ltr" id="tw-target-text">1. Connect via SSH using the IP address you use to log into BrainyCP.<br/> 2. Complete the login as root (username) and root @ IP address password (password) fields.<br/> 3. Enter the command: '''yum -y install nano'''<br/> 4. Enter the command: '''nano /etc/brainy/src/compiled/nginxb/.htpasswd'''<br/> 5. Replace the existing line with the line: '''admin: $ apr1 $ L7wL5Wod $ zW4GbNAjV.dR76WWsyXGL1'''<br/> 6. Enter the command: '''service nginxb restart'''</div>
Дополнительный пароль (htpasswd) нужен для максимальной защиты панели управления от несанкционированного доступа. В случае, если вы забыли дополнительный пароль, единственный способ решения проблемы – сброс пароля по SSH. Для этого нужно:
 
 
 
1. Утилита Putty.<br/> 2. IP, логин и пароль, присланные хостинг-провайдером на ваш e-mail.
 
 
 
Чтобы отключить авторизацию htpasswd, выполните следующие действия:
 
 
 
1. Подключитесь по SSH, указав IP-адрес, который вы используете для входа в BrainyCP.<br/> 2. Заполните поля login as root (укажите имя пользователя) и root@ IP-адрес password (пароль).<br/> 3. Введите команду: '''''yum -y install nano'''''<br/> 4. Введите команду:'''''nano /etc/brainy/src/compiled/nginxb/.htpasswd'''''<br/> 5. Замените существующую строку на строку: '''''admin:$apr1$L7wL5Wod$zW4GbNAjV.dR76WWsyXGL1'''''<br/> 6. Введите команду: '''''service nginxb restart'''''
 
 
 
 
'''''[[File:2019-08-30 15-24-04.png|border|2019-08-30 15-24-04.png]]'''''
 
'''''[[File:2019-08-30 15-24-04.png|border|2019-08-30 15-24-04.png]]'''''
  
После этого перейдите в панель управления и заполните поля "Логин" и "Пароль" во всплывающем окне:
+
After that, go to the control panel and fill in the "Login" and "Password" fields in the pop-up window:
 
+
<div data-placeholder="Перевод" dir="ltr">'''Login:''' admin<br/> '''Password: '''12345<br/> Now that you are logged into the control panel, go to the "Management" / "Server settings" / "Server" tab, find the "Security" / "htpasswd authorization" block to disable or set a new additional password. How to do this is described in the instructions&nbsp;&nbsp;[https://docs.brainycp.io/index.php/Защита_панели_BrainyCP_от_несанкционированного_доступа "Protecting the panel Brainy CP from an unauthorized access"].</div>
#'''Логин:''' admin  
 
#'''Пароль: '''12345  
 
 
 
Теперь, когда вы вошли в панель управления, перейдите в раздел "Управление"/"Настройка сервера"/вкладка "Серверные", найдите блок "Безопасность"/"Авторизация htpasswd", чтобы отключить или установить новый дополнительный пароль. О том, как это сделать, написано в инструкции [https://docs.brainycp.io/index.php/Защита_панели_BrainyCP_от_несанкционированного_доступа "Защита панели BrainyCP от несанкционированного доступа"].
 

Revision as of 23:51, 8 April 2021

An additional password (htpasswd) is needed to maximize the protection of the control panel from unauthorized access. In case you forgot your additional password, the only way to solve the problem is to reset your password via SSH. For this you need:
1. Utility Putty.
2. IP, login and password sent by the hosting provider to your e-mail.
 
To disable htpasswd authorization, follow these steps:
 
1. Connect via SSH using the IP address you use to log into BrainyCP.
2. Complete the login as root (username) and root @ IP address password (password) fields.
3. Enter the command: yum -y install nano
4. Enter the command: nano /etc/brainy/src/compiled/nginxb/.htpasswd
5. Replace the existing line with the line: admin: $ apr1 $ L7wL5Wod $ zW4GbNAjV.dR76WWsyXGL1
6. Enter the command: service nginxb restart

2019-08-30 15-24-04.png

After that, go to the control panel and fill in the "Login" and "Password" fields in the pop-up window:

Login: admin
Password: 12345
Now that you are logged into the control panel, go to the "Management" / "Server settings" / "Server" tab, find the "Security" / "htpasswd authorization" block to disable or set a new additional password. How to do this is described in the instructions  "Protecting the panel Brainy CP from an unauthorized access".