Skip to content

FASTPANEL

In this article

Information

FASTPANEL is a web hosting control panel designed specifically to facilitate the process of hosting and websites' administration. It provides full control over server resources and ensures a wide range of features and tools for managing web applications.

FASTPANEL. Key Features

  • Creating a site in a few clicks: a simple and intuitive interface that allows you to create new sites in just a few clicks. It is possible to choose a domain name, set site parameters, and set it up on your hosting without having to manually configure the server.
  • Domain, Database, Email Management: Complete control over your domains, databases, and email accounts. You can easily add, remove, and configure domains, create and manage databases, set up mailboxes, and manage mail settings.
  • SSL certificate support: FASTPANEL is integrated with reputable certifying centers that allow you to obtain and install SSL certificates for websites. This provides a secure connection between visitors and the site and also adds credibility to the web resource.
  • File Manager and SSH Client: FASTPANEL provides an intuitive file manager that allows you to easily manage your files and folders on a hosting. In addition, it is possible to access the server through the built-in SSH client.
  • Website Backup Setup: Ability to back up your websites and databases with a simple interface. It is possible to set up regular automatic backups or do them manually to ensure the safety and security of data.
  • Ai-bolit Automatic Virus Scanner: FASTPANEL includes a built-in Ai-bolit automatic website scanner that helps detect and analyze potentially malicious code and vulnerabilities on a site. It helps keep web projects safe and protected from malware.
  • PHP version selection and configuration for each site individually: FASTPANEL lets you choose and configure the PHP version for each site. This feature provides flexibility and control over the compatibility and performance of web applications, allowing you to use the correct version of PHP for each specific project.
  • Website's functionality on the server: A number of tools and functions help to optimize the performance of the site on the server. Ability to use data caching, file compression, and database optimization to improve site performance. FASTPANEL also provides resource monitoring and customization options for the efficient use of server capacities.

Features of the assembly

  • Installation is possible on:
    • Debian: 9, 10, 11;
    • Ubuntu: 18.04, 20.04, 22.04;
    • CentOS: 7;
    • AlmaLinux: 8;
    • Rocky Linux: 8.
  • Installation is performed by the panel developer script, depending on the distribution.
  • Using wget, the above script is loaded into the user's root folder and executed.
  • After installation, the Ansible task checks the HTTP response with the 200 code for the server URL. If the check is successful, it ends.
  • The web interface will be available at the URL: https://fastpanel{Server_ID_from_Invapi}.hostkey.in:8888

Getting started after deploying FASTPANEL

A notification will be sent to the e-mail specified during registration that the server is ready for work after paying for the order. It will contain the IP address of the VPS, as well as the login and password for the connection.

Clients of our company manage the hardware in the server`s and API control panel — Invapi.

You can find the authorization data either in the Info >> 'Tags tab of the server control panel or in the email that was sent.

  • Link to access the FASTPANEL dashboard with a web interface: in webpanel tag;
  • Login: fastuser;
  • Password: in a letter to your e-mail upon receipt of the server.

For more information on the basic settings of FASTPANEL, see the documentation of the developers.

Opening SMTP ports for organizing corporate mail service

For security reasons, outgoing TCP ports (25,24,2525, 387, 465, and 587) and UDP port (5060) are blocked by default on all VPS servers. This is to prevent the sending of spam.

To remove the block, follow the steps below:

  1. Spell out the domain zone.The A record of the domain must necessarily refer to the IP address of your server in HOSTKEY.

  2. Send a request to technical support stating that you need to open outgoing SMTP ports for sending mail and the address of the domain from which (or a subdomain of which) it is being sent.

    Attention

    We reserve the right to ask you additional questions about the domain name and your options for using it.

  3. After analyzing the domain name we will make a decision about opening ports for SMTP operation and inform you.

Ordering FASTPANEL using the API

curl -s "https://invapi.hostkey.com/eq.php" -X POST \
--data "action=order_instance" \
--data "token=" \
--data "deploy_period=" \
--data "deploy_notify=" \
--data "email=" \
--data "pin=" \
--data "id=" \
--data "os_id=" \
--data "root_pass=" \
--data "hostname=" \
--data "ssh_key=" \
--data "post_install_callback=" \
--data "post_install_script=" \
--data "reinstall_key=" \
--data "os_name=" \
--data "imitate_deploy=" \
--data "imitate_error=0" \
--data "own_os=" \
--data "jenkins_task=" \
--data "traffic_plan=" \
--data "invoice_relid=" \
--data "preset=" \
--data "location_name=" \