Skip to main content

Services

Overview

Services are the main processes running on your server. These processes are executed by the key services we use on the server, Like Web Server (Apache, Nginx, OLS), Redis, SSH, MySQL, Postfix, UFW (Firewall) and the PHP versions you install. During server installation, ServerAvatar now installs only one default PHP version; any additional supported PHP versions can be installed later from the Services page using the Install button in the PHP row.

Available Actions

Each service supports these primary actions:

  • Start: Start a service if it is currently “stopped”.
  • Stop: Stop a service if you don’t want to use it (It will save RAM and CPU).
  • Restart: Restart the service after making changes to the configuration.
  • Install PHP: Add additional PHP-FPM versions directly from the Services table whenever you need them.

Access the Services Page

  1. Log in to your ServerAvatar account and click the Server Dashboard button.

Step 2

  1. In the Server Panel sidebar, select Services.

step 3

  1. The Services management screen lists every core daemon and installed PHP-FPM version.

step 4

Manage Core Services

  • Click Stop to halt a running service.

    step 5

  • Click Start to launch a stopped service.

    step 6

  • Click Reload to apply configuration changes without a full restart.

    step 7

  • Click Restart to completely restart the service when necessary.

    step 8

Install Additional PHP Versions

Supported PHP versions appear in the table with an Install button. Click Install beside the desired PHP-FPM version to add it to your server whenever you need it.

step 8.1

Edit the PHP-FPM INI File

  1. Click the modify icon beside your PHP-FPM version to open the INI editor.

step 9

  1. Update the configuration, acknowledge the impact checkbox, and click Save Changes.

step 10