Server Management

This guide explains how to manage servers in CelerBuild. Administrators have access to these functions.

Overview

Servers are the actual deployment targets within CelerBuild. They consist of:

  • Server Name
  • Server IP
  • SSH Port

Adding a Server

To add a new server:

  1. Navigate to the "Servers" section in the admin panel
  2. Click the "New" button
  3. Fill in the required information:
  • Server Name
  • Server IP
  • SSH Port
  • Assign to a Server Cluster
  1. Click "Create" to add the server

image

Ensure that the server is properly configured and accessible via SSH before adding it to CelerBuild.

Editing a Server

To edit an existing server:

  1. Select the server from the list
  2. Click "Edit" next to the server name
  3. Modify the server details as needed
  4. Click "Save" to apply changes

image

Deleting a Server

To delete a server:

  1. Select the server from the list
  2. Click "Delete" next to the server name
  3. Confirm the deletion

image

⚠️

Deleting a server is permanent and will remove it from all associated clusters. Ensure that no active deployments depend on this server.

Best Practices

  • Regularly review and update server configurations
  • Use clear naming conventions for servers
  • Document any changes to server settings

Proper server management ensures smooth deployment processes and system stability. Regularly check server health and connectivity.