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:
- Navigate to the "Servers" section in the admin panel
- Click the "New" button
- Fill in the required information:
- Server Name
- Server IP
- SSH Port
- Assign to a Server Cluster
- Click "Create" to add the server
Ensure that the server is properly configured and accessible via SSH before adding it to CelerBuild.
Editing a Server
To edit an existing server:
- Select the server from the list
- Click "Edit" next to the server name
- Modify the server details as needed
- Click "Save" to apply changes
Deleting a Server
To delete a server:
- Select the server from the list
- Click "Delete" next to the server name
- Confirm the deletion
⚠️
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.