{"id":131,"date":"2017-04-06T10:54:00","date_gmt":"2017-04-06T13:54:00","guid":{"rendered":"https:\/\/www.linuxpro.com.br\/2017\/04\/ispconfig3-no-debian\/"},"modified":"2026-09-08T01:25:30","modified_gmt":"2026-09-08T04:25:30","slug":"ispconfig3-no-debian","status":"publish","type":"post","link":"https:\/\/www.linuxpro.com.br\/en\/2017\/04\/ispconfig3-no-debian\/","title":{"rendered":"ISPConfig no Debian"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" alt=\"Mascote do LinuxPro diante do painel do ISPConfig com os \u00edcones de sites, e-mail, banco e DNS, ao lado de um servidor com a espiral do Debian\" src=\"\/wp-content\/uploads\/2026\/09\/ispconfig-debian-v2.webp\" width=\"1052\" height=\"652\" \/><\/p>\n<div style=\"background:#fff8e1;border-left:4px solid #8b1a1a;padding:.8em 1em;margin:1em 0\"><strong>Nota (2026):<\/strong> O post original (e o gist) cobriam Debian 8 + ISPConfig 3.1. O v\u00eddeo abaixo \u00e9 a instala\u00e7\u00e3o no Debian 9. O caminho oficial hoje \u00e9 o autoinstaller em Debian 12\/13: <code data-no-translation=\"\">https:\/\/get.ispconfig.org<\/code>. ISPConfig 3.3.1p1 (mar\u00e7o de 2026) \u00e9 o est\u00e1vel. PHP 8 via sury.<\/div>\n<p>ISPConfig 3 \u00e9 o painel livre de hospedagem: sites, e-mail, DNS, FTP, banco, v\u00e1rios servidores a partir de um painel. A instala\u00e7\u00e3o longa do Perfect Server virou um script oficial. VPS nova, hostname FQDN, root \u2014 e n\u00e3o um gist de 2017.<\/p>\n<p><!-- more --><\/p>\n<p><iframe style=\"width:100%;aspect-ratio:16\/9;border:0\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/SFIX33h3QKk\" allowfullscreen loading=\"lazy\" title=\"Instalando Debian 9 com ISPConfig3\"><\/iframe><\/p>\n<p>V\u00eddeo: <a href=\"https:\/\/www.youtube.com\/watch?v=SFIX33h3QKk\">Instalando Debian 9 com ISPConfig3<\/a> (canal LinuxPro). Serve de tour no painel. Os pacotes da tela s\u00e3o Debian 9; os comandos abaixo s\u00e3o o install de 2026.<\/p>\n<h2>O que o autoinstaller p\u00f5e<\/h2>\n<p>Debian 12 (Bookworm) ou 13 (Trixie), Ubuntu 22.04\/24.04. Pacote t\u00edpico: Apache (ou Nginx), PHP 8.x via sury (d\u00e1 para pedir 5.6\u20138.3), MariaDB, Postfix, Dovecot, Rspamd, BIND, Pure-FTPd, Roundcube, phpMyAdmin. Painel em <code data-no-translation=\"\">https:\/\/SEU_IP:8080<\/code>.<\/p>\n<p>Precisa de m\u00e1quina <strong>limpa<\/strong>. O script reescreve Apache, Postfix, Dovecot. N\u00e3o rode em cima de um servidor j\u00e1 em produ\u00e7\u00e3o.<\/p>\n<pre data-no-translation=\"\"><code class=\"language-bash\" data-no-translation=\"\">hostnamectl hostname server1.exemplo.com\napt update &amp;&amp; apt upgrade -y\nwget -O - https:\/\/get.ispconfig.org | sh -s -- --help\n<\/code><\/pre>\n<p>Leia o <code data-no-translation=\"\">--help<\/code> antes de pipar de novo. Instala\u00e7\u00e3o Apache + FTP passivo + unattended-upgrades:<\/p>\n<pre data-no-translation=\"\"><code class=\"language-bash\" data-no-translation=\"\">wget -O - https:\/\/get.ispconfig.org | sh -s -- --use-ftp-ports=40110-40210 --unattended-upgrades\n<\/code><\/pre>\n<p>Nginx no lugar do Apache: acrescente <code data-no-translation=\"\">--use-nginx<\/code>. Canal est\u00e1vel \u00e9 o default; <code data-no-translation=\"\">--channel=dev<\/code> \u00e9 git, n\u00e3o use em produ\u00e7\u00e3o.<\/p>\n<p>No fim o instalador imprime a senha do admin e a do MySQL root. Copie. Apague os logs em <code data-no-translation=\"\">\/tmp\/ispconfig-ai\/var\/log\/setup-*<\/code> \u2014 eles t\u00eam senha em claro.<\/p>\n<h2>Depois do install<\/h2>\n<ul>\n<li>Painel: <code data-no-translation=\"\">https:\/\/server1.exemplo.com:8080<\/code> (ou o IP). User <code data-no-translation=\"\">admin<\/code>.<\/li>\n<li>Atualizar: <code data-no-translation=\"\">ispconfig_update.sh<\/code> (ou o tarball 3.3.1p1 + <code data-no-translation=\"\">php -q update.php<\/code>).<\/li>\n<li>SSH por chave, n\u00e3o senha: o howto <a href=\"\/en\/2017\/04\/ssh-sem-senha\/\">SSH sem senha<\/a>.<\/li>\n<li>Postfix\/Dovecot que o painel configura: <a href=\"\/en\/2026\/09\/a-historia-do-postfix\/\">A hist\u00f3ria do Postfix<\/a>.<\/li>\n<\/ul>\n<p>Quer o stack de e-mail + painel com acompanhamento: o curso <a href=\"https:\/\/www.udemy.com\/course\/email-com-postfix\">E-mail com Postfix 2.0<\/a> na Udemy cobre ISPConfig, Postfix, Dovecot, Roundcube e SSL.<\/p>\n<h2>O que ficou<\/h2>\n<p>Debian novo, <code data-no-translation=\"\">get.ispconfig.org<\/code>, senhas do log, porta 8080. Hist\u00f3ria do painel: <a href=\"\/en\/2017\/01\/a-historia-do-ispconfig\/\">A hist\u00f3ria do ISPConfig<\/a>. Hospedagem na pr\u00e1tica: <a href=\"\/en\/2017\/01\/hospedagem-com-ispconfig\/\">Hospedagem de Sites com ISPConfig<\/a>.<\/p>\n<p>Fonte: <a href=\"https:\/\/www.ispconfig.org\/\">ispconfig.org<\/a> \u00b7 autoinstaller: <a href=\"https:\/\/www.howtoforge.com\/ispconfig-autoinstall-debian-ubuntu\/\">HowtoForge Perfect Server Automated<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>ISPConfig 3 \u00e9 o painel livre de hospedagem: sites, e-mail, DNS, FTP, banco, v\u00e1rios servidores a partir de um painel. A instala\u00e7\u00e3o longa do Perfect Server virou um script oficial. VPS nova, hostname FQDN, root \u2014 e n\u00e3o um gist &#8230; <a title=\"ISPConfig no Debian\" class=\"read-more\" href=\"https:\/\/www.linuxpro.com.br\/en\/2017\/04\/ispconfig3-no-debian\/\" aria-label=\"Read more about ISPConfig no Debian\">Read more<\/a><\/p>","protected":false},"author":0,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[33],"tags":[15,55,4,57,56,35],"class_list":["post-131","post","type-post","status-publish","format-standard","hentry","category-howtos","tag-debian","tag-isp","tag-linux","tag-painel","tag-web","tag-www"],"_links":{"self":[{"href":"https:\/\/www.linuxpro.com.br\/en\/wp-json\/wp\/v2\/posts\/131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.linuxpro.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.linuxpro.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/www.linuxpro.com.br\/en\/wp-json\/wp\/v2\/comments?post=131"}],"version-history":[{"count":8,"href":"https:\/\/www.linuxpro.com.br\/en\/wp-json\/wp\/v2\/posts\/131\/revisions"}],"predecessor-version":[{"id":1026,"href":"https:\/\/www.linuxpro.com.br\/en\/wp-json\/wp\/v2\/posts\/131\/revisions\/1026"}],"wp:attachment":[{"href":"https:\/\/www.linuxpro.com.br\/en\/wp-json\/wp\/v2\/media?parent=131"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.linuxpro.com.br\/en\/wp-json\/wp\/v2\/categories?post=131"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.linuxpro.com.br\/en\/wp-json\/wp\/v2\/tags?post=131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}