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:
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-ipEnsure your SSH key has the correct permissions (chmod 600) and that your server's firewall allows SSH connections on port 22.
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.
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.
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.shPaste the copied script into the editor, then save and exit (Ctrl+X, Y, Enter).
Execute the Script
sudo bash install-slyd.shThe installation script will automatically configure your server, install necessary dependencies, and establish communication with the SLYD platform. This process may take several minutes.
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)
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.
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.
