NutroCloud User Guide

Welcome to NutroCloud! This comprehensive guide will help you understand and use all platform services easily.

Quick Start

Get started with NutroCloud in minutes

VPS Servers

Complete management of your virtual servers

Domains

Register and manage your domains easily

24/7 Support

Our support team is always ready to help

Quick Start

Login

  1. Open the website: https://pro.nutro.cloud/login
  2. Enter your username and password
  3. Click "Login"
First time?

An interactive tour will appear automatically, taking just 2 minutes to explain all dashboard sections

Dashboard

Services Overview

Upon login, you'll find a table displaying all your active services with the following information:

Item Description
Service Name Service type + number (e.g., VPS 1, Domain 2)
Expiry Date When the service expires
Status Active or Suspended
Renewal Alerts

The system displays color-coded alerts based on days remaining: Green (+15 days), Yellow (5-15 days), Red (-5 days)

VPS Management

Accessing Your VPS

  1. From the sidebar → Click VPS
  2. Or from the services table → Click Manage next to VPS

Your VPS Information

  • IP Address: Server IP address
  • Username: Login username
  • Password: Login password
  • Operating System: Installed OS (Ubuntu, CentOS, etc.)
  • Resources: RAM, CPU, Storage

SSH Access

ssh username@your-ip-address
# Enter password when prompted

VPS Management

Restart

Click Restart VPS and wait 2-3 minutes

Performance Monitoring

Track CPU, RAM, and disk usage

Security

Manage Firewall Rules and backups

Domain Management

View Your Domains

From the sidebar → Domains to view all your domains

DNS Management

You can add and edit different DNS records:

  • A Record: Link domain to IP
  • CNAME: Create subdomain
  • MX Record: Setup email
  • TXT Record: For verification and security

Example: Link Domain to VPS

Type: A
Name: @
Value: 123.456.789.0 (Your VPS IP)
TTL: 3600
Propagation Time

DNS updates may take 24 to 48 hours to propagate globally

Web Hosting

Access Control Panel

Sidebar → Web Hosting → Click Open controlpanel

Upload Your Website

  1. Open filemanager page
  2. Click File Manager
  3. Go to public_html folder
  4. Click Upload
  5. Upload your website files
Host: ftp.yoursite.com
Username: your-username
Password: your-password
Port: 21

Install WordPress

  1. webhosting → nutro one click
  2. Select WordPress
  3. Click Install
  4. Fill in the required information
  5. Click Install

Billing & Payments

Available Payment Methods

Credit Cards

Visa, Mastercard

PayPal

Secure payment via PayPal

Bank Transfer

Direct bank transfer

E-Wallets

Multiple payment options

Enable Auto-Renewal

  1. Go to the service
  2. Click Settings
  3. Enable Auto-Renew
  4. Select payment method
  5. Save changes

Technical Support

Open Support Ticket

  1. Sidebar → Support
  2. Click Open New Ticket
  3. Fill in the form with details
  4. Click Submit

Response Times

Priority Response Time
Urgent Within 1 hour
High Within 4 hours
Medium Within 12 hours
Low Within 24 hours
Live Chat

Available 24/7 for instant responses to your inquiries

Settings & Account

Change Password

  1. Profile → Security
  2. Click Change Password
  3. Enter current and new password
  4. Click Update

Two-Factor Authentication (2FA)

We strongly recommend enabling 2FA

To protect your account from unauthorized access

  1. Profile → Security
  2. Click Enable 2FA
  3. Scan QR Code with Google Authenticator
  4. Enter code to confirm
  5. Save Backup Codes in a safe place

Frequently Asked Questions

  1. Domains → Select domain
  2. Manage → Nameservers
  3. Enter: ns1.nutro.cloud and ns2.nutro.cloud
  4. Save changes
  5. Wait 24-48 hours for activation
  1. Login page
  2. Click Forgot Password
  3. Enter email address
  4. Open reset email
  5. Enter new password
  • Wait 24-48 hours (DNS Propagation)
  • Clear browser cache
  • Try from another device or network
  • Check A Record

Nutro Cloud Free Tier - Complete Guide

Welcome to Nutro Cloud Free Dashboard

This free tier is designed for developers, students, and beginners to learn server basics and develop simple projects. Perfect for testing and experimentation!

Why Choose Nutro Cloud Free?

Nutro Cloud Free is the perfect starting point for anyone looking to learn cloud hosting, server management, and application deployment without any financial commitment. Whether you're a student learning web development, a developer testing new ideas, or a hobbyist building personal projects, our free tier provides everything you need to get started.

Free Tier Benefits

Unlimited Time

No expiration date! Keep your projects running forever

Best Performance

Optimized infrastructure for free users

Perfect for Learning

Ideal for testing and educational projects

Easy Upgrade

Seamlessly upgrade to Pro anytime

Community Support

Active Discord community for help

Multiple Languages

Node.js, Python, and more supported

Upgrade to Nutro Pro

Get 100x better performance, dedicated resources, priority support, and advanced features for production projects. Perfect for businesses and serious developers.

Getting Started with Nutro Free

1

Step 1: Create Your Account

Sign up for free at Nutro Cloud and get instant access to all free tier features.

2

Step 2: Link Your Discord (Important!)

Connect your Discord account to unlock full features, receive support, and join our community. This is required for account verification and support access.

3

Step 3: Create Your First Server

  • Check your coin balance (top right corner)
  • Navigate to Servers page
  • Click Create Server button
  • Choose server type (Node.js, Python, MySQL, VPS)
  • Select version and configuration
  • Click create and wait for deployment!

Coin System - How It Works

Nutro Cloud Free uses a coin-based system to manage resources fairly. Coins are virtual currency that you can earn daily and use to create and maintain servers.

Daily Reward System

Click Earn Coins in sidebar → Wait 120 seconds → Receive 10 coins daily!

You only need 50 coins per month to keep your server running forever. That's just 5 days of daily rewards!

Ways to Earn More Coins

  • Daily Login: Get 10 coins every day (120 second wait)
  • Discord Events: Weekly giveaways with bonus coins
  • Community Participation: Help others and earn rewards
  • Referral Program: Invite friends and get bonus coins
  • Shop Purchases: Buy coin packages for instant access

What Can You Do With Coins?

  • Create new servers (Node.js, Python, MySQL, VPS)
  • Upgrade server resources (RAM, CPU, Storage)
  • Buy additional server slots
  • Extend server runtime
  • Access premium features

Node.js Hosting - Complete Guide

Host your Node.js applications, Discord bots, REST APIs, and web servers completely free. Perfect for JavaScript developers and beginners learning backend development.

Creating a Node.js Server

  1. Go to Servers page from sidebar
  2. Click Create Server button
  3. Select Node.js as server type
  4. Choose Node.js version (14.x, 16.x, 18.x, 20.x)
  5. Ensure you have enough coins (check balance)
  6. Click Create and wait for deployment
  7. After creation, click Manage to access panel

Managing Your Node.js Server

Once your server is created, you'll have access to a powerful management panel:

  • Files Tab: Upload, edit, and manage your project files
  • Console Tab: View real-time logs and start/stop your application
  • Terminal Tab: Execute commands and install packages
  • Settings Tab: Configure environment variables and startup commands

Node.js Management Panel Screenshot

Uploading Your Node.js Project

  1. Click Files tab in your server panel
  2. Upload your project files (package.json, index.js, etc.)
  3. Go to Terminal tab
  4. Run npm install to install dependencies
  5. Go to Console tab
  6. Click Start to run your application
  7. Copy the Address to access your server

Supported Node.js Features & Frameworks

  • Web Frameworks: Express.js, Fastify, Koa, Hapi, NestJS
  • Discord Bots: Discord.js, Eris, Discord.io
  • Telegram Bots: node-telegram-bot-api, Telegraf
  • REST APIs: Build and deploy RESTful services
  • WebSocket: Real-time communication with Socket.io
  • Database Clients: MySQL, MongoDB, PostgreSQL, Redis
  • NPM Packages: Install any package from npm registry
  • Environment Variables: Secure configuration management
  • Process Management: Auto-restart on crash

Node.js Best Practices

  • Always use package.json for dependency management
  • Set proper start script in package.json
  • Use environment variables for sensitive data
  • Implement error handling and logging
  • Keep your Node.js version updated
  • Monitor resource usage in console

Python Hosting - Complete Guide

Deploy Python applications, Discord bots, web scrapers, data processing scripts, and Flask/Django web applications. Ideal for Python developers and data scientists.

Creating a Python Server

  1. Navigate to Servers page
  2. Click Create Server
  3. Select Python as server type
  4. Choose Python version (3.8, 3.9, 3.10, 3.11)
  5. Verify coin balance is sufficient
  6. Click Create and wait for setup
  7. Click Manage to access control panel

Managing Your Python Server

  • Files Tab: Upload Python scripts and project files
  • Console Tab: Run scripts and view output
  • Terminal Tab: Install packages with pip
  • Settings Tab: Configure Python path and startup script

Python Management Panel Screenshot

Deploying Your Python Application

  1. Open Files tab
  2. Upload your Python files (main.py, requirements.txt)
  3. Switch to Terminal tab
  4. Run pip install -r requirements.txt
  5. Go to Console tab
  6. Execute your script with python main.py
  7. Copy server Address for external access

Supported Python Features & Libraries

  • Web Frameworks: Flask, Django, FastAPI, Bottle, Tornado
  • Discord Bots: Discord.py, Nextcord, Pycord
  • Telegram Bots: python-telegram-bot, aiogram
  • Web Scraping: BeautifulSoup, Scrapy, Selenium
  • Data Processing: Pandas, NumPy, SciPy
  • Machine Learning: scikit-learn, TensorFlow Lite
  • Database: SQLAlchemy, PyMongo, psycopg2
  • API Clients: Requests, aiohttp, httpx
  • Task Scheduling: APScheduler, Celery

Python Development Tips

  • Use virtual environments for package isolation
  • Create requirements.txt for dependencies
  • Implement proper exception handling
  • Use logging module for debugging
  • Keep Python version compatible with libraries
  • Monitor memory usage for data processing

MySQL Database Hosting

Get free MySQL database hosting for your applications. Perfect for storing user data, application state, and persistent information.

Important Connection Note

Free MySQL databases cannot connect to internal Nutro services for security reasons. You must connect from external applications or services outside Nutro Cloud infrastructure.

Creating MySQL Database

  1. Go to Servers page
  2. Click Create Server
  3. Select MySQL as server type
  4. Choose MySQL version (5.7, 8.0)
  5. Ensure sufficient coins available
  6. Click Create
  7. Access Manage panel for credentials

Connection Details

After creating your MySQL database, you'll receive:

  • Host: Database server address
  • Port: Connection port (usually 3306)
  • Username: Database username
  • Password: Database password
  • Database Name: Your database name

Connecting from Applications

// Node.js Example
const mysql = require('mysql2');
const connection = mysql.createConnection({
  host: 'your-host',
  port: 3306,
  user: 'your-username',
  password: 'your-password',
  database: 'your-database'
});

# Python Example
import mysql.connector
conn = mysql.connector.connect(
  host='your-host',
  port=3306,
  user='your-username',
  password='your-password',
  database='your-database'
)

MySQL Features

  • Full SQL support with InnoDB engine
  • Remote access from external applications
  • phpMyAdmin access for management
  • Database backup and restore
  • Multiple database support
  • User privilege management

VPS Hosting (Free Tier)

Get a free Virtual Private Server for testing and learning Linux server administration. Perfect for experimenting with server configurations and learning DevOps.

Testing Environment Notice

Free VPS is designed for testing and learning purposes with proot user access. For production projects requiring full root access and dedicated resources, we strongly recommend upgrading to paid VPS plans.

Creating Free VPS

  1. Navigate to Servers page
  2. Click Create Server
  3. Select VPS as server type
  4. Choose operating system (Ubuntu, Debian, CentOS)
  5. Verify coin balance
  6. Click Create
  7. Wait for VPS provisioning (2-5 minutes)

Accessing Your VPS

Free VPS uses web-based console for access. No direct SSH initially.

Using Web Console
  1. After VPS creation, click Manage
  2. Click Console tab
  3. Use the web-based terminal to access your VPS
  4. Login with provided credentials
  5. Start managing your server through the browser
Web Console Access

Free tier VPS uses web console instead of direct SSH. You can configure SSH access manually later if needed.

Enable SSH Access (Optional)

If you want to enable SSH access from your local machine:

# In web console, configure SSH
# Install and configure SSH server
sudo apt update
sudo apt install openssh-server
sudo systemctl enable ssh
sudo systemctl start ssh

# Then connect from your machine
ssh username@your-vps-ip

VPS Capabilities

  • Web console access for remote management
  • Install packages with package manager
  • Run web servers (Apache, Nginx)
  • Deploy applications and services
  • Configure firewall rules
  • Schedule tasks with cron
  • Optional: Configure SSH for external access

Free VPS Limitations

  • Proot User: Non-root access (limited system permissions)
  • Web Console: Access via browser, SSH requires manual setup
  • Resources: Shared CPU and limited RAM
  • Network: Shared bandwidth
  • Storage: Limited disk space
  • Purpose: Testing and learning only
  • Recommendation: Upgrade to paid plans for production

Free Tier FAQ

Forever! There's no time limit on Nutro Cloud Free. As long as you maintain your coin balance through daily rewards, your servers will keep running indefinitely.

Your servers will be suspended until you earn more coins. Simply claim your daily reward or purchase coins from the shop to reactivate your services.

Yes! You can create multiple servers as long as you have enough coins. Each server type has different coin requirements.

Yes, we implement the same security measures for free and paid tiers. However, we recommend regular backups for important data.

Absolutely! You can upgrade to Nutro Pro anytime from your dashboard. Your data and configurations will be preserved during the upgrade.

Free VPS uses proot user with limited permissions and shared resources. Paid VPS offers full root access, dedicated resources, better performance, and priority support.

Free tier is designed for testing, learning, and small personal projects. For production applications, we strongly recommend upgrading to paid plans for better performance, reliability, and support.

Join our Discord community for community support. Paid users get priority ticket support with faster response times.

Upgrade to Nutro Pro

Ready to take your projects to the next level? Nutro Pro offers:

  • 100x Better Performance: Dedicated resources and optimized infrastructure
  • Full Root Access: Complete control over your VPS
  • Priority Support: 24/7 ticket support with fast response times
  • Advanced Features: Load balancers, auto-scaling, monitoring
  • No Coin System: Traditional billing with predictable costs
  • SLA Guarantee: 99.9% uptime guarantee
  • Backup & Recovery: Automated backups and disaster recovery
  • Custom Domains: Free SSL certificates and domain management
Special Upgrade Offer

Upgrade now and get 20% off your first 3 months! Use code: UPGRADE20