Setting Up a New Server Instance

Learn how to set up and deploy a new server instance as a provider on the SLYD platform.

Simple Installation

One-script deployment gets your server connected and configured automatically.

Quick Setup

Complete the entire setup process and start earning in under 15 minutes.

Secure Connection

Unique authentication tokens ensure secure communication with the platform.

Prerequisites

What you need before starting

Before you begin the server setup process, make sure you have the following ready:

SLYD provider account A verified provider account with approved credentials
Dedicated server or VPS A server with root access that meets the hardware requirements
SSH access Basic knowledge of SSH and Linux command line operations
Pricing strategy Your server specifications and planned hourly pricing ready
1

Connect to Your Server

SSH into your server with root access

Connect to your server using SSH. You'll need root access to install and configure the SLYD provider software.

SSH Connection Command

Replace the placeholders with your actual key path and server IP:

ssh -i <private-key-path> root@your-server-ip

Ensure your SSH key has the correct permissions (chmod 600) and that your server's firewall allows SSH connections on port 22.

2

Add Server to SLYD Platform

Register your server in the provider dashboard

Log into your SLYD provider dashboard and navigate to the "Add Server" section to begin the registration process.

Navigate to Servers Go to the Servers section in your provider dashboard
Click "Add Server" Start the server registration wizard
Enter server details Provide your server's specifications and location information
3

Copy Installation Script

Get your unique installation script

The SLYD platform will generate a unique installation script for your server. Copy this script to your clipboard as you'll need it in the next step.

Security Note: The installation script contains unique authentication tokens for your server. Keep this script secure and don't share it with unauthorized users.

Unique Token

Each script contains a one-time authentication token specific to your server.

Secure Transfer

The script establishes an encrypted connection to the SLYD platform.

4

Create and Run Installation Script

Execute the script on your server

Back in your SSH session, create a new shell script file, paste the installation script, and execute it.

Create the Script File

nano install-slyd.sh

Paste the copied script into the editor, then save and exit (Ctrl+X, Y, Enter).

Execute the Script

sudo bash install-slyd.sh

The installation script will automatically configure your server, install necessary dependencies, and establish communication with the SLYD platform. This process may take several minutes.

5

Test Connection

Verify successful configuration

Once the configuration is complete, test the connection between your server and the SLYD platform to ensure everything is working correctly.

Successful Connection

  • Server registered with platform
  • Authentication verified
  • Hardware specs detected
  • Network connectivity confirmed

Server Information

  • View detected hardware specs
  • Check network configuration
  • Review storage allocation
  • Confirm GPU detection (if applicable)
6

Set Pricing and Launch

Configure pricing and go live on the marketplace

Configure your hourly pricing rate and make your server available for provisioning by consumers on the SLYD marketplace.

Set hourly rate Configure your pricing based on server specs and market rates
Review server listing Verify how your server will appear to consumers
Enable provisioning Make your server available on the marketplace
Monitor status Track your server's availability and rental activity

Pricing Strategy: Consider your server specifications, operating costs, and market rates when setting your hourly price. You can adjust pricing at any time through the provider dashboard.

Setup Complete

Your server is now live on the marketplace

Congratulations! Your server is now successfully deployed and available on the SLYD marketplace. Consumers can now discover and rent your compute resources.

Marketplace Visibility Your server is now visible to consumers searching for compute
Start Earning Begin generating revenue when consumers rent your server
Track Performance Monitor utilization and earnings in your dashboard
Adjust Anytime Update pricing and availability as needed