diff --git a/tutorials/install-tinycp/01.en.md b/tutorials/install-tinycp/01.en.md index 562706688..1f78a0f86 100644 --- a/tutorials/install-tinycp/01.en.md +++ b/tutorials/install-tinycp/01.en.md @@ -2,7 +2,7 @@ SPDX-License-Identifier: MIT path: "/tutorials/install-tinycp" slug: "install-tinycp" -date: "2020-12-11" +date: "2025-01-23" title: "Install TinyCP" short_description: "This tutorial helps you to install TinyCP on a server running Ubuntu." tags: ["TinyCP", "Control Panel"] @@ -34,7 +34,7 @@ Before installing TinyCP, it is recommended to update ubuntu packages. sudo apt update && sudo apt upgrade -y ``` -The stable version of the TinyCP project will now be installed. +Next, install the stable version of the TinyCP project. 1º You need to install some packages first, so run the command: @@ -78,13 +78,30 @@ Type TinyCP admin password: The expected result is this: -![TinyCP Installed](images/tinycp_installed.png) +``` + ______________________________________________ +| | +| TinyCP successfully installed | +|______________________________________________| + +Type TinyCP admin password: + + Please save following information! + + URL: http://203.0.113.1:60254 + + LOGIN: admin + PASSWORD: klaie + +[...] +holu@tutorial:~$ +``` ## Step 2 - Accessing Panel In the last step, the URL of access to the panel with the access credentials was shown. Access the URL through your browser and enter the Login and Password, and press the "Sign In" button. -![TinyCP Panel](images/tinycp_panel.png) +![TinyCP Panel](images/tinycp_panel.en.png) The expected result is this: diff --git a/tutorials/install-tinycp/01.pt.md b/tutorials/install-tinycp/01.pt.md index 39a13a160..8d944a3d2 100644 --- a/tutorials/install-tinycp/01.pt.md +++ b/tutorials/install-tinycp/01.pt.md @@ -2,7 +2,7 @@ SPDX-License-Identifier: MIT path: "/tutorials/install-tinycp/pt" slug: "install-tinycp" -date: "2020-12-11" +date: "2025-01-23" title: "Instalação TinyCP" short_description: "Este tutorial ajuda você a instalar TinyCP no seu servidor Ubuntu." tags: ["TinyCP", "Control Panel"] @@ -78,13 +78,30 @@ Type TinyCP admin password: O resultado esperado é este: -![TinyCP Installed](images/tinycp_installed.png) +``` + ______________________________________________ +| | +| TinyCP successfully installed | +|______________________________________________| + +Type TinyCP admin password: + + Please save following information! + + URL: http://203.0.113.1:60254 + + LOGIN: admin + PASSWORD: klaie + +[...] +holu@tutorial:~$ +``` ## ETAPA 2 - Acessando Painel Na útima etapa, foi informado a URL de acesso ao painel com as credenciais de acesso, acesse a URL pelo seu navegado e informe o Login e Password, e aperte o botão "Sign In". -![TinyCP Panel](images/tinycp_panel.png) +![TinyCP Panel](images/tinycp_panel.en.png) O resultado esperado é este: diff --git a/tutorials/install-tinycp/01.ru.md b/tutorials/install-tinycp/01.ru.md index 0b31545ae..4afaf041b 100644 --- a/tutorials/install-tinycp/01.ru.md +++ b/tutorials/install-tinycp/01.ru.md @@ -2,7 +2,7 @@ SPDX-License-Identifier: MIT path: "/tutorials/install-tinycp/ru" slug: "install-tinycp" -date: "2020-12-11" +date: "2025-01-23" title: "Установка TinyCP" short_description: "Этот туториал поможет вам установить TinyCP на сервер с Ubuntu." tags: ["TinyCP", "Control Panel"] @@ -77,13 +77,30 @@ Type TinyCP admin password: Ожидаемый результат следующий: -![TinyCP Installed](images/tinycp_installed.png) +``` + ______________________________________________ +| | +| TinyCP successfully installed | +|______________________________________________| + +Type TinyCP admin password: + + Please save following information! + + URL: http://203.0.113.1:60254 + + LOGIN: admin + PASSWORD: klaie + +[...] +holu@tutorial:~$ +``` ## Шаг 2 - Доступ к панели На последнем шаге был показан URL-адрес доступа к панели с учетными данными доступа. Зайдите по URL-адресу через свой браузер, введите логин и пароль и нажмите кнопку "Logib". -![TinyCP Panel](images/tinycp_panel.png) +![TinyCP Panel](images/tinycp_panel.en.png) Ожидаемый результат следующий: diff --git a/tutorials/install-tinycp/images/tinycp_installed.png b/tutorials/install-tinycp/images/tinycp_installed.png deleted file mode 100644 index 2001ae390..000000000 Binary files a/tutorials/install-tinycp/images/tinycp_installed.png and /dev/null differ diff --git a/tutorials/install-tinycp/images/tinycp_panel.en.png b/tutorials/install-tinycp/images/tinycp_panel.en.png new file mode 100644 index 000000000..9771f9fdc Binary files /dev/null and b/tutorials/install-tinycp/images/tinycp_panel.en.png differ diff --git a/tutorials/install-tinycp/images/tinycp_panel.png b/tutorials/install-tinycp/images/tinycp_panel.png deleted file mode 100644 index b00262e96..000000000 Binary files a/tutorials/install-tinycp/images/tinycp_panel.png and /dev/null differ