The use of an SSL certificate is essential for any website. SSL increases credibility because it provides greater security in the transfer of data between client and server, preventing data from being “intercepted”.
With that in mind, L2JCenter offers a free Lets Encrypt SSL certificate with automatic renewal. Follow the steps below to activate your certificate and stop seeing this message below:
Step 2: After logging in, on the right menu of cPanel locate your account details and click on the tool icon shown in the image:
Step 3: You will be taken to the SSL / TLS Status page, similar to the image below, select the Domain option to mark all your address entries and then click on Run AutoSSL.
Wait for AutoSSL to run, be patient it may take a few minutes and the page will update itself.
Ready! Your SSL Certificate is up and running!
But beware! You need to force all HTTP traffic to open as HTTPS or it will be work in vain, so go back to your cPanel and look for the Domains option.
To force any address typed in your domain to automatically reference the HTTPS entry, simply activate the “Force HTTPS Redirect” option and wait a few minutes for all accesses to take effect.
Attention 1: Do not delete the .well-know folder that is located inside the public_html it is necessary for validation. Attention 2: it is recommended that you wait for your domain to be propagated for these steps to work correctly.
A utilização de um certificado SSL é fundamental para qualquer site. O SSL aumenta a credibilidade pois trás maior segurança na transferência de dados entre cliente e servidor, impedindo que dados sejam “interceptados”.
Pensando nisso a L2JCenter oferta gratuitamente certificado SSL Lets Encrypt com renovação automática. Siga os passos abaixo para ativar o seu certificado e pare de ver essa mensagem abaixo:
Passo 2: Após logar, no menu direito do cPanel localize os detalhes da sua conta e clique no ícone de ferramenta mostrado na imagem:
Passo 3: Será levado à página de SSL/TLSStatus, semelhante a imagem abaixo, selecione a opção Domínio para marcar todas as entradas do seu endereço e logo após clique em Run AutoSSL.
Aguarde o AutoSSL ser executado, tenha paciência pode levar alguns minutos e a página ira se atualizar sozinha.
Pronto! Seu Certificado SSL está instalado e funcionando!
Mas atenção! Você precisa forçar que todo o tráfego HTTP obrigatoriamente abra como HTTPS ou será trabalho em vão, portanto, volte ao seu cPanel e procure pela opção Domínios.
Para forçar que qualquer endereço digitado do seu domínio automáticamente referencie a entrada HTTPS basta ativar a opção “Force HTTPS Redirect” e aguardar alguns minutos para todos os acessos terem efeito.
Atenção 1°: Não delete a pasta .well-know que fica localizando dentro da public_html ela é necessária para validação. Atenção 2°: é recomendado que aguarde seu domínio estar propagado para estes passos funcionarem corretamente.
Sites de Lineage 2 diferentes de outros tipos de sites necessitam fazer conexões no banco de dados remotamente dos eu servidor para inserir, deletar, editar, pesquisar, visualizar e etc dados.
Sem uma instalação adequada seu site ira apresentar erros assim:
Failed to connect! #MySQLi Failed to connect! #PDO-MySQL Failed to connect! #MySQL
Neste guia vamos utilizar um modelo de site da AtualStudio.com modelo mais comercializado e distribuído no mercado que serve como base para qualquer outros sites
Para iniciar este procedimento você precisa trabalhar com uma hospedagem de sites e um Servidor Windows:
MySQL/Mariadb Server instalado com senha no VPS ou Dedicado.
Configurações na Hospedagem de Sites
Assumindo que você já enviou o site para a hospedagem a única coisa que vamos editar é o arquivo config.php localizado em /public_html/private/config.php.
Cada site possuem suas variáveis de conexões de formas diferentes mas tome está como base caso seu site seja diferente:
$server_name: nome do seu servidor. $server_chronicles: versão do seu servidor.
$conMethod: método de conexão do MySQL/Mariadb, use preferencialmente o modo 2 ou o 1. Evite o 3 o MySQL-PDO é antigo e possui falhas de segurança. $host = coloque o IP do servidor VPS ou Dedicado. $dbnm = nome do seu banco de dados (geralmente l2jdb) $user = nome do usuário do MySQL instalado (geralmente root) $pass = é obrigatório o MySQL/Mariadb do seu servidor ter senha. Não use senhas fáceis como root, admin, admin123, pass123, bem você entendeu.
$serverIp = coloque o IP do servidor VPS ou Dedicado, igual a $host. $loginPort = deixe 2106 é a porta padrão do login server. $gamePort = deixe 7777 é a porta padrão do gameserver.
Pronto o trabalho na hospedagem acabou! Salve o arquivo e envie para seu host.
Configurações na Servidor
As configurações na hospedagem foram concluidas mas precisamos dar permissão ao usuário do seu MySQL/Mariadb e abrir a porta 3306 no firewall do windows para conectar-se ou qualquer requisição enviada pelo site será negada e o errinho de Failed Connect! voltara a te assombrar.
Como falei no incio do guia você precisa estar com o MySQL/Mariadb com senha e um banco de dados de servidor L2J instalado, ok?
O que precisamos fazer é executar uma simples query que dá todas as permissões necessárias para o IP da hospedagem conectar-se ao seu MySQL/Mariadb.
Abra o arquivo e edite as informações de ‘ip_do_site’ e ‘senha_do_mysql’, por favor, mantenha as ‘ ‘ entre os dois dados ou terá problemas de sintaxe ao executar, salve o arquivo.
Abra o seu gerenciador de banco de dados favorito, aqui vamos utilizar o navicat. Selecione o banco de dados que já foi predefinido no config.php do seu site e clique com o botão direito do mouse para escolher a opção Execute SQL File…
Procure o arquivo sqlQuery_sites.sql e clique em Start.
Pronto! Banco de dados configurado, vamos encerrar adicionado uma regra permitindo a conexão na porta 3306?
Configuração de Firewall
Para o seu site conectar-se além de dar permissão ao IP da sua hospedagem precisaremos criar uma regra para que este possa se conectar apenas por seu IP, isso, trás uma segurança extra para evitar que invasores de alguma maneira consiga ter acesso a seu banco.
O Template Windows Lineage 2 por padrão já tem esta regra habilitada para as hospedagens L2JCenter portanto, este passo é apenas para outros templates ou se você usar outro tipo de hospedagem.
Para acessar as configurações avançadas do firewall veja a imagem:
Pronto, a porta 3306 do seu firewall está liberado e você já pode testar no navegador se o site está funcionando.
Dica adicional de segurança!
É sempre recomendado que crie escopos no firewall do Windows em regras especificas como a esta do MySQL porque você garante que a conexão externa com esta porta ira acontecer apenas entre o host do site e o host do servidor.
Para isso clique com o botão direito do mouse na regra que você acabou de criar e selecione propriedade.
Clique na opção escopo na sessão Endereço de IP Remoto e escolha a opção Estes endereços IP e clique em adicionar:
Marque a opção este endereço de IP ou sub-rede e coloque aquele IP que você liberou no arquivo sqlQuery_sites.sql e clique em OK.
Pronto! Apenas o IP da sua hospedagem terá acesso ao banco de dados. Caso deseje realizar conexões remotas do seu computador para o banco de dados pode incluir o seu IP externo também.
Lineage 2 sites different from other types of sites need to make connections to the database remotely from the server to insert, delete, edit, search, view and etc. data.
Without a proper installation your site will have errors like this:
Failed to connect! #MySQLi Failed to connect! #PDO-MySQL Failed to connect! #MySQL
In this guide we will use a template from AtualStudio.com which is the most commercialized and distributed model on the market that serves as a basis for any other sites
To start this procedure you need to work with a website hosting and a Windows Server:
MySQL/Mariadb Serverinstalled with password on VPS or Dedicated.
Website Hosting Settings
Assuming that you have upload the site to the hosting, the only thing we are going to edit is the config.php file located in /public_html/private/config.php
Each site has its connection variables in different ways but take it as a basis if your site is different:
$server_name: name of your server. $server_chronicles: version of your server.
$conMethod: MySQL / Mariadb connection method , preferably use mode 2 or 1. Avoid 3 MySQL-PDO is old and has security flaws. $host = enter the IP of the VPS or Dedicated server. $dbnm = name of your database (usually l2jdb) $user = name of the installed MySQL user (usually root) $pass = MySQL / Mariadb on your server is required to have a password. Do not use easy passwords like root, admin, admin123, pass123, as you understand.
$serverIp = enter the IP of the VPS or Dedicated server, equal to $ host . $loginPort = leave 2106 is the default login server port. $gamePort = leave 7777 is the gameserver’s default port.
The work on hosting is over! Save the file and send it to your host.
Server Settings
The settings in the hosting have been completed but we need to give permission to the user of his MySQL / Mariadb and open port 3306 on the windows firewall to connect or any request sent by the site will be denied and the error of Failed Connect! will haunt you again.
As I said at the beginning of the guide you need to have MySQL / Mariadb with a password and an L2J server database installed, ok?
What we need to do is run a simple query that gives all the necessary permissions for the hosting IP to connect to your MySQL / Mariadb .
Open the file and edit the ‘ip_do_site’ and ‘password_mysql’ information , please keep the ” between the two data or you will have syntax problems when running, save the file.
Open your favorite database manager, here we will use the navicat . Select the database that has already been predefined in your website’s config.php and click the right mouse button to choose the option Execute SQL File …
Search for the sqlQuery_sites.sql file and click Start.
Ready! Database configured, will we finish adding a rule allowing connection on port 3306?
Firewall Configuration
For your website to connect in addition to giving permission to the IP of your hosting we will need to create a rule so that it can connect only by its IP, this brings extra security to prevent intruders in some way from gaining access to your bank .
The Windows Lineage 2 Template by default already has this rule enabled for L2JCenter hosting, so this step is only for other templates or if you use another type of hosting.
To access the advanced firewall settings see the image:
There, port 3306 of your firewall is released and you can now test in the browser if the website is working.
Additional safety tip!
It is always recommended that you create scopes on the Windows firewall on specific rules like this one from MySQL because you guarantee that the external connection to this port will only happen between the website host and the server host.
To do this, right-click on the rule you just created and select property.
Click the scope option in the Remote IP Address section and choose the These IP addresses option and click add:
Check the option this IP address or subnet and put that IP you released in the file sqlQuery_sites.sql and click OK.
Ready ! Only the IP of your hosting will have access to the database. If you want to make remote connections from your computer to the database you can include your external IP as well.
O cPanel é uma solução de painel de administração de sites que incluem em sua gama de serviços:
Arquivos do seu site;
Banco de Dados MySQL;
Gerenciamento de Domínio;
Criação e acesso para E-mail;
Construtor de sites
Instalador de APPs
Através da Área do Cliente
No Portal do Cliente, clique em Serviços -> Meus Serviços e localize o serviço de hospedagem desejado.
Procure seu plano de hospedagem e clique para abrir os detalhes da hospedagem.
Você poderá logar diretamente no seu cPanel sem a necessidade de inserir usuário e senha.
Utilizando o nome do servidor
Na barra de busca do navegador, informe o nome do servidor que o plano está hospedado seguido do número da porta de acesso :2083 ou /cpanel. Por exemplo:
https://nomedoservidor:2083
https://nomedoservidor/cpanel
O nome do servidor é fornecido no e-mail de contratação da hospedagem.
Utilizando o endereço de IP
Na barra de busca do navegador, insira https:// e o endereço de IP da hospedagem, em seguida informe o número da porta de acesso :2083 ou /cpanel. Por exemplo:
https://endereço-de-ip:2083
https://endereço-de-ip/cpanel
O endereço de IP da hospedagem é fornecido no e-mail de contratação da hospedagem.
Utilizando o domínio
Na barra de busca do navegador, informe o nome do domínio seguido do número da porta de acesso :2083 ou /cpanel. Por exemplo:
Backing up your cPanel account is an act of preventing data loss. This procedure allows you to obtain a copy of the website in case of any problem with it, such as accidentally deleting files, check out how to perform a full backup.
Creating backup
Before starting your backup, pay attention to the minimum requirements:
Has access to cPanel account
Have storage space up to 50% of the plan
In your cPanel in the search bar type for backup and click on the service icon:
On the new screen, in full backup, click Generate full backup .
Then fill in the data as indicated:
Backup destination: keep the Home directory option
E-mail address: To be notified of the completion of the backup, check this option and enter an e-mail
Do not send email notification of backup completion: to not be notified of the backup completion, check this option
To finish, click on Generate backup
Wait while the backup is being generated.
After the backup is complete, a file with the account content will be generated and will be available for download via a link
To download the file to your local machine, click on the link .
Attention: The restoration of a full backup must be requested through a Ticket from the Client’s Area .
O cPanel é o painel administrativo de sua hospedagem, através dele você tem a possibilidade de gerenciar todas as funções essenciais e avançadas para o funcionamento de um site. Com cPanel você gerencia seus arquivos do site, banco de dados, serviços de e-mails, cron e instala sistemas completas com poucos cliques como: WordPress, PrestaShop, Magento, etc. Confira:
Do que o cPanel é capaz?
No cPanel você realiza configurações personalizadas no seu site, podendo alterar-las e salva-las a qualquer momento. Você pode instalar e remover aplicativos e softwares, gerenciar contas de e-mail, domínios e quaisquer tipos de arquivos.
Além disso, você pode acompanhar o uso de recursos da hospedagem, verificando os limites de banda, o uso de dados, acessar e configurar recursos avançados.
Principais recursos disponíveis!
As funções essenciais para administrar pequeno, médio ou grande encontra-se no cPanel
Gerenciamento de arquivos: com o file manager do cPanel você pode enviar, baixar e compactar arquivos em seu armazenamento, assim como, editar arquivos html, php, css e etc facilmente e ao vivo.
Gerenciamento de domínio: adicione domínios (sites), crie entradas DNS e manipule seu nome na internet como desejar.
Emails: Crie emails, redirecionamentos, acesse webmail etc.
Banco de Dados: criação de usuários e banco de dados em MySQL, com ferramenta para gerenciamento online PhpMyAdmin.
Estatísticas da hospedagem: acompanhe uso de recursos, tráfego do site, dns do host, etc.
Planos de Dedicados e VPS podem ser instalados cPanel em versão Trial (15 dias) a depender da disponibilidade pelo fornecedor para o IP e contratação de licença juntamente a cPanel Inc.
The migration from your old hosting plan to our structure is a relatively simple procedure.
Generate a Backup
The first step for migration is to make sure that your old hosting works under cPanel, if the answer is YES, use our BACKUP guide to create a complete copy of your old plan.
With the completion of the backup download it to your local machine and for security delete the copy present in your old hosting.
Submit Backup
Then, send the backup file to your new cPanel hosting . There are two ways to do this:
If the file is up to 500 MB : You can send it via cPanel
If the file is over 500 MB : It will only be possible to send via FTP
Ele é um software integrado no cPanel- e em outros diversos painéis de controle, com a função de agilizar e facilitar a instalação de aplicações, sem exigir do usuário um conhecimento de nível técnico, realizando as instalações de forma automatizada.
O Softaculous dispõem de inúmeros scripts pré-configurados, e que são relacionados a plataformas de blog, e-commerce, cms tal como WordPress, Joomla, Magento e etc.
Você pode ter acesso ao painel através de sua hospedagem cPanel através da sessão Softwares.
No menu lateral esquerdo em Ações clique em Mudar Senha para que a solicitação de seja seja enviada para seu navegador, inclusa uma nova senha e clique em Salvar Alteração:
Pelo cPanel
Realize o login em seu cPanel, e busque pela sessão PREFERÊNCIAS, clique em Senha e Segurança para iniciar o processo.
Por este método você precisa inserir a senha antiga e nos dois últimos campos incluir a nova senha.
Today for transfers via cPanel there is a limit of 500MB for sending via the cPanel file manager . This is to prevent the server from overloading.
The best way to send files in bulk or larger than allowed would be through FTP (File Transfer Protocol). FTP is a specific protocol for transferring between files, there are several software on the market to perform this service.
We recommend that you use Filezilla to send or receive files from your hosting, as it has greater capacity for connections and you can manage your server and computer files in a more pleasant way.
Attention: FileZilla Client is used to access your hosting .
Then click Download FileZilla Client again:
After downloading the FileZilla Software, install and start the program. You will get a screen like this:
You need to connect FileZilla in order to start transferring files from your computer to the hosting plan. The data you need to fill in is on the home page of your cPanel – in the right corner of the screen or through the data sent by email.
In FileZilla, the following fields must be filled:
Host: Enter your Site’s IP, or Server Hostname or your domain;
Username: Enter your cPanel user;
Password : Enter your cPanel password;
Port: By default, use 21; (or the one reported in the email)
Attention: The best way to obtain your data is through the e-mail “Information of your accommodation”.
Normally the first time FileZilla is accessed, a warning about the server’s certificate appears on the screen . Check the option “Always trust this certificate in future sessions” and then click ” OK “:
After the connection occurs, in the upper left corner of the screen, you will see the message “Directory listing“ / ”successful”: this means that you have successfully connected.
Sending files
With the successful connection you will be able to freely browse between the files on your computer and hosting, see below:
Shows all folders located on your computer.
Shows the entire contents of the selected folder from session 1.
Shows all folders located in your hosting, the website’s folder is public_html or www (they are the same).
Shows the entire contents of the folder selected in session 3.
Now that you are able to locate yourself in the application, you can search the left section for the file (s) you want to send. Remember to select the PUBLIC_HTML folder in the right section to access your public folder.
Sending the file can be:
Two clicks on the file on the left to send the remote folder on the right.
Right click on the file (s) and select the option “ Send file “.
Select the files on the left and drag to the destination on the right.
Wait for the files to be sent and if everything goes well you will see in the ” successful transfers ” tab the log of the files sent successfully.
Fazer o backup de sua conta cPanel é um ato de prevenção para perda de dados. Esse procedimento permite obter uma cópia do site caso ocorra algum problema com ele, como por exemplo, apagar os arquivos acidentalmente, confira como realizar um backup completo.
Criando backup
Antes de iniciar seu backup fique atento aos requisitos mínimos:
Possui acesso a conta cPanel
Ter espaço em armazenamento até 50% do plano
Em seu cPanel na barra de busca digite por backup e clique no ícone do serviço:
Na nova tela, em backup completo, clique em Gerar backup completo.
Em seguida, preencha os dados conforme indicado:
Destino do backup: mantenha a opção Diretório inicial
Endereço de e-mail: para ser notificado sobre a conclusão do backup, marque essa opção e informe um e-mail
Não envie notificação de email da conclusão do backup: para não ser notificado sobre a conclusão do backup, marque essa opção
Para finalizar, clique em Gerar backup
Aguarde enquanto o backup é gerado.
Após conclusão do backup, um arquivo com o conteúdo da conta será gerado e estará disponível para download através de um link
Para baixar o arquivo para sua máquina local, clique sobre o link.
Atenção: A restauração de um backup full deve ser solicitada através de Ticket pela Área do Cliente.
A migração de seu plano de hospedagem antigo para a nossa estrutura é um procedimento relativamente simples.
Gerar um Backup
O primeiro passo para migração é certificar-se que sua antiga hospedagem funciona sob cPanel, se a resposta for SIM, utilize do nosso guia de BACKUP para criar uma cópia completa do seu antigo plano.
Com a conclusão do backup realize o download para sua maquina local e por segurança delete a cópia presente em sua antiga hospedagem.
Envie o Backup
Depois, envie o arquivo do backup para sua nova hospedagem cPanel. Há duas formas de realizar esse envio:
Se o arquivo possuir até 500 MB: É possível enviá-lo através do cPanel
Se arquivo for acima de 500 MB: Apenas será possível enviar via FTP
In the upper right bar of the screen, click on the name of your cPanel user. Then select the Change language option .
In “select a language” choose the language you want, if you choose to change the language to Portuguese, click on Brazilian Portuguese or the desired language and click on change;
Através do gerenciador de arquivos no cPanel é possível enviar arquivos com até 500 MB para a hospedagem. Confira neste passo a passo como realizar o procedimento:
No cPanel, na barra de pesquisa, busque por Arquivos e em seguida, clique em Gerenciador de arquivos
Escolha a pasta que deseja enviar o arquivo e no menu superior e depois, clique em Carregar.
Na nova aba, clique em Selecionar arquivo ou arraste o arquivo para o box onde é mostrada a mensagem “Arraste os arquivos para cá a fim de começar a carregar”
Escolha o arquivo desejado e aguarde o carregamento
Para visualizá-lo no gerenciador, clique em Voltar.
Pronto! Aguarde o envio ser concluído e o arquivo estará disponível na pasta em que você escolheu para o envio.
Considerações importantes:
É recomendado o envio através do gerenciador de arquivos do cPanel para arquivos compactados como .zip, .tar, .gz etc quando for necessário enviar diversos arquivos.
Outra alternativa para o envio de arquivos maiores que 500MB ou múltiplos é utilizar o envio por FTP.
Softaculous is a software integrated in cPanel, with the function of speeding up and facilitating the installation of applications in an automated way. Check out some:
How to access Softaculous?
In cPanel look for the Software section and then click on Softaculous Apps Installer
Available apps
Softaculous presents a variety of application options available for installation and management:
Apps Demo
The tool allows the option to try a demo of the application before its installation. To access, in the top menu, click on the Script Demos button :
How to install applications?
To perform an installation, in the left sidebar select the desired application
Click the Install Now button
Fill in the information as needed
Click Install
How to uninstall Apps?
To uninstall an application, click the Installations button
In the application you want to uninstall, click the X icon .
On the new page, select the items you want to remove
Remove Directory : the root folder of the installation
Remove Database : the application database
Remove User : the user from the database
At the bottom of the page, click the Uninstall button
After removal, an action confirmation message should be displayed:
Hoje para transferências através do cPanel existe um limite de 500MB para envios através do gerenciador de arquivos do cPanel. Isso é uma prevenção para que não exista sobrecarga no servidor.
A melhor forma para envio de arquivos em massa ou com tamanho maior que o permitido seria através de FTP (File Transfer Protocol). O FTP é um protocolo especifico para transferência entre arquivos, existem vários softwares no mercado para realizar este serviço.
Recomendamos que utilize do Filezilla para enviar ou receber arquivos de sua hospedagem, já que este possui maior capacidade de conexões e você poderá gerenciar seus arquivos de servidor e computador de maneira mais agradável.
Atenção: O FileZilla Client é utilizado para acessar sua hospedagem.
Em seguida, clique em Download FileZilla Client novamente:
Após fazer o download do Software FileZilla, instale e inicie o programa. Você obterá uma tela como esta:
Você precisa conectar o FileZilla para poder dar início a transferência de arquivos do seu computador para o plano de hospedagem. Os dados que você necessita preencher, encontram-se na página inicial do seu cPanel – no canto direito da tela ou através dos dados enviados por e-mail.
No FileZilla, os seguintes campos devem ser preenchidos:
Host: Insira o IP do seu Site, ou o Server Hostname ou ainda o seu domínio;
Nome de usuário: Insira o usuário do seu cPanel;
Senha: Insira a senha do seu cPanel;
Porta: Por padrão, utilize 21; (ou a informada no email)
Atenção: A melhor forma para obter seus dados é através do e-mail “Informações de sua hospedagem”.
Normalmente na primeira vez em que o FileZilla é acessado, surge na tela um aviso sobre o certificado do servidor. Marque a opção “Confiar sempre nesse certificado em sessões futuras” e logo após clique em “OK“:
Após a conexão ocorrer, no canto esquerdo superior da tela, você verá a mensagem “Listagem do diretório “/” bem sucedida”: isso significa que você conectou com sucesso.
Enviando arquivos
Com a conexão bem sucedida você poderá navegar livremente entre os arquivos do seu computador e hospedagem, veja abaixo:
Mostra todas as pastas localizadas em seu computador.
Mostra todo o conteúdo da pasta selecionada da sessão 1.
Mostra todas as pastas localizadas na sua hospedagem, pasta do site é public_html ou www (são as mesmas).
Mostra todo o conteúdo da pasta selecionada na sessão 3.
Agora que você consegue se localizar no aplicativo poderá buscar na sessão da esquerda o(s) arquivo(s) que deseja enviar. Lembre-se de selecionar a pasta PUBLIC_HTML na sessão a direita para acessar a sua pasta pública.
O envio do arquivo pode ser:
Dois cliques no arquivo da esquerda para o envio a pasta remota da direita.
Clique sob o botão direito do mouse no(s) arquivo(s) e selecionar a opção “Enviar arquivo“.
Selecionar os arquivos da esquerda e arrastar para o destino a direita.
Aguarde o envio dos arquivos e se tudo ocorrer bem você verá na aba “transferências bem sucedidas” o log dos arquivos enviados com sucesso.
The Cloudflare service proves to be very useful for customers looking for greater performance and stability on their pages, with cloudflare you can:
Mask the real IP of your website (server) through a proxy.
Use a powerful cache system to keep your website online.
Use CDN (Content Delivery Network) and geo locate your site as close to the user as possible.
Use free SSL services and much more!
In this way, we will show you the basic procedures like creating an account and setting up your domain in the Cloudflare environment.
1. To use the service you will need to create a valid account. Click Here to access the Cloudflare website and create your registration.
2. After creating your account, on the next screen enter the domain you want to configure Cloudflare.
3. Now, choose the plan you want to use and click on “ Confirm Plan “. Cloudflare has a free plan that allows you to take advantage of its CDN service.
4. On the next screen you can check the result of the DNS query made on your domain. Check the list and click ” Continue “. (The image contains only examples, there may be more notes in your list).
5. You will be asked for your domain’s transfer method, choose the “ Default method ” option to make a simple change to your domain’s DNS server. Click on “ Continue with default”.
6. Once this is done, you will be informed on the screen below the DNS that you must place in your domain, that is, you will change the DNS provided by L2JCenter and will start using DNS from Cloudflare . Your website will remain hosted on L2JCenter, this procedure is only necessary so that you can use the services offered by Cloudflare.
After changing your nameservers to Cloudflare, click on “ Done, check nameserver “.
7. A final settings screen will be shown:
Using SSL, check Flexible to keep using SSL from our hosting service or FULL to use Cloudflare’s SSL service. Both work well, it is up to you.
Always Use HTTPs allows all of your traffic to be directed to https: // entries
Brotli is a compression service that optimizes the delivery of your content.
Ready! Wait for the DNS to propagate to Cloudflare and everything related to your domain can be used in the Cloudflare panel.
Para você visualizar os últimos visitantes de seu domínio você poderá seguir os passos abaixo:
Faça login em seu cPanel, clique em Métricas e logo depois em Visitantes.
Na próxima tela, clique no ícone de “lupa” referente ao domínio que você deseja verificar os visitantes
Será listado ip, url, hora e url de preferência de seus visitantes
Essa ferramenta mostra apenas os últimos do dia, caso queira ter uma visão mais ampla, de dias ou meses passados acesse o nosso artigo sobre AWS para saber como.
Na barra superior direita da tela, clique sobre o nome do seu usuário cPanel. Em seguida, selecione a opção Alterar idioma.
Em “selecionar um idioma” escolha o idioma que desejar, caso opte por alterar o idioma para português, clique sobre Português do Brasil ou o idioma desejado e clique em alterar;
O Softaculous é um software integrado no cPanel, com a função de agilizar e facilitar a instalação de aplicações de forma automatizada. Confira algumas:
Como acessar o Softaculous?
No cPanel procure pela sessão Software e em seguida clique em Softaculous Apps Installer
Apps disponíveis
O Softaculous apresenta uma variedade de opções de aplicações disponíveis para instalação e gerenciamento:
Demo de Apps
A ferramenta permite a opção de experimentar uma demonstração da aplicação antes da sua instalação. Para acessar, no menu superior, clique no botão Demos de Scripts:
Como instalar aplicações?
Para realizar uma instalação, na barra lateral esquerda selecione a aplicação desejada
Clique no botão Install Now
Preencha as informações conforme necessário
Clique em Instalar
Como desinstalar Apps?
Para desinstalar uma aplicação, clique no botão Installations
Na aplicação que desejar desinstalar, clique no ícone de X.
Na nova página, selecione os itens que deseja remover
Remover Directório: a pasta raíz da instalação
Remover Base de dados: o banco de dados da aplicação
Remover Utilizador: o usuário do banco de dados
Ao final da página, clique no botão Remover Instalação
Após remoção, uma mensagem de confirmação da ação deverá ser exibida:
Os serviço Cloudflare mostra-se muito útil para clientes que buscam maior performance e estabilidade em suas páginas, com a cloudflare você podera:
Mascarar o IP real do seu site (servidor) através de proxy.
Utilizar de um poderoso sistema de cache para manter seu site sempre online.
Utilizar de CDN (Content Delivery Network) e geo localizar seu site para o mais próximo possível do usuário.
Usar de serviços de SSL grátis e muito mais!
Dessa maneira, vamos mostrar os procedimentos básicos como criação de conta e configuração de seu domínio no ambiente Cloudflare.
1. Para utilizar o serviço será necessário a criação de uma conta válida. Clique Aqui para acessar o site da Cloudflare e criar seu cadastro.
2. Após criar sua conta, na próxima tela insira o domínio que deseja configurar a Cloudflare.
3. Agora, escolha o plano que deseja utilizar e clique em “Confirmar Plano“. A Cloudflare possui um plano gratuito que lhe permite usufruir de seu serviço de CDN.
4. Na próxima tela você poderá verificar o resultado da consulta do DNS feita no seu domínio. Verifique a lista e clique em “Continuar“. (Na imagem contém apenas exemplos, na sua lista podem haver mais apontamentos).
5. Será solicitado o método de transferência do seu domínio, escolha a opção “Default method” para realizar uma simples alteração de servidor DNS do seu domínio. Clique em “Continue with default”.
6. Feito isso, você será informado na tela a seguir o DNS que deve colocar em seu domínio, ou seja, você irá trocar os DNS fornecidos pela L2JCenter e passará a utilizar o DNS da Cloudflare. Seu site continuará hospedado na L2JCenter, esse procedimento é necessário apenas para que você consiga utilizar os serviços oferecidos pela Cloudflare.
Após realizar a alteração do seus nameservers para os da Cloudflare clique em “Done, check nameserver“.
7. Uma última tela de de configurações será mostrada:
Utilização de SSL, marque Flexible para manter o uso de SSL do nosso serviço de hospedagem ou FULL para utilizar o serviço de SSL da Cloudflare. Ambos funcionam bem, fica a seu critério.
Always Use HTTPs permite que todo o seu tráfego seja direcionado para entradas https://
Brotli é um serviço de compactação que otimiza a entrega do seu conteúdo.
Pronto! Aguarde a propagação do DNS para a Cloudflare e tudo relativo à seu domínio poderá ser usado no painel da Cloudflare.
CPanel is a website administration panel solution that includes in its range of services:
Your website files;
MySQL database;
Domain Management;
Creation and access to E-mail;
Website Builder
APP installer
Through the Client Area
In the Customer Portal , click on Services -> My Services and locate the desired hosting service.
Search for your hosting plan and click to open the hosting details.
You can log in directly to your cPanel without the need to enter a user and password.
Using the server name
In the browser search bar, enter the name of the server that the plan is hosted on followed by the access port number : 2083 or / cpanel . For example:
https: // servername: 2083
https: // servername / cpanel
The server name is provided in the hosting contract email.
Using the IP address
In the browser search bar, enter https: // and the hosting’s IP address, then enter the access port number : 2083 or / cpanel . For example:
https://ip-address:2083
https:/ ip-address/cpanel
The IP address of the hosting is provided in the hosting contract email.
Using the domain
In the browser search bar, enter the domain name followed by the access port number : 2083 or / cpanel . For example:
The cPanel is the administrative panel of your hosting, through it you have the possibility to manage all the essential and advanced functions for the functioning of a website. With cPanel you manage your website files, database, email services, cron and install complete systems with few clicks such as: WordPress, PrestaShop, Magento, etc.
What can be done with cPanel?
In cPanel you make customized settings on your website, and you can change and save them at any time. You can install and remove applications and software, manage email accounts, domains and any types of files.
In addition, you can track the use of hosting resources, checking bandwidth limits, data usage, accessing and configuring advanced features.
Main features available!
The essential functions for administering small, medium or large are found in cPanel
File management: with cPanel’s file manager you can upload, download and compress files in your storage, as well as edit html, php, css and etc. files easily and live.
Domain management: add domains (websites), create DNS entries and manipulate your name on the internet as you wish.
Emails: Create emails, redirects, access webmail etc.
Database: creation of users and database in MySQL, with PhpMyAdmin online management tool.
Hosting statistics: track resource usage, website traffic, host dns, etc.
Which services have access to cPanel?
The panel is available for free on any shared hosting plan and Epic Host.
Dedicated and VPS plans can be installed cPanel in Trial version (15 days) depending on availability by the supplier for the IP and contracting license with cPanel Inc.
It is a software integrated in cPanel – and other several control panels, with the function of speeding up and facilitating the installation of applications, without requiring the user to have technical knowledge, performing the installations in an automated way.
Softaculous has numerous pre-configured scripts, which are related to blogging platforms, e-commerce, cms such as WordPress, Joomla, Magento and etc.
You can access the panel through your cPanel hosting through the Softwares section .
In the left side menu under Actions click on Change Password so that the request is sent to your browser, including a new password and click on Save Change :
By cPanel
Log in to your cPanel , and search for the PREFERENCES section , click on Password and Security to start the process.
By this method you need to enter the old password and in the last two fields include the new password.