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
- Open the website:
https://pro.nutro.cloud/login - Enter your username and password
- Click "Login"
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 |
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
- From the sidebar → Click VPS
- 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
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
- Open filemanager page
- Click File Manager
- Go to
public_htmlfolder - Click Upload
- Upload your website files
Host: ftp.yoursite.com
Username: your-username
Password: your-password
Port: 21
Install WordPress
- webhosting → nutro one click
- Select WordPress
- Click Install
- Fill in the required information
- 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
- Go to the service
- Click Settings
- Enable Auto-Renew
- Select payment method
- Save changes
Technical Support
Open Support Ticket
- Sidebar → Support
- Click Open New Ticket
- Fill in the form with details
- Click Submit
Response Times
| Priority | Response Time |
|---|---|
| Urgent | Within 1 hour |
| High | Within 4 hours |
| Medium | Within 12 hours |
| Low | Within 24 hours |
Available 24/7 for instant responses to your inquiries
Settings & Account
Change Password
- Profile → Security
- Click Change Password
- Enter current and new password
- Click Update
Two-Factor Authentication (2FA)
To protect your account from unauthorized access
- Profile → Security
- Click Enable 2FA
- Scan QR Code with Google Authenticator
- Enter code to confirm
- Save Backup Codes in a safe place
Frequently Asked Questions
- Domains → Select domain
- Manage → Nameservers
- Enter:
ns1.nutro.cloudandns2.nutro.cloud - Save changes
- Wait 24-48 hours for activation
- Login page
- Click Forgot Password
- Enter email address
- Open reset email
- 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
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
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
Step 1: Create Your Account
Sign up for free at Nutro Cloud and get instant access to all free tier features.
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.
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.
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
- Go to Servers page from sidebar
- Click Create Server button
- Select Node.js as server type
- Choose Node.js version (14.x, 16.x, 18.x, 20.x)
- Ensure you have enough coins (check balance)
- Click Create and wait for deployment
- 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
- Click Files tab in your server panel
- Upload your project files (package.json, index.js, etc.)
- Go to Terminal tab
- Run
npm installto install dependencies - Go to Console tab
- Click Start to run your application
- 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.jsonfor 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
- Navigate to Servers page
- Click Create Server
- Select Python as server type
- Choose Python version (3.8, 3.9, 3.10, 3.11)
- Verify coin balance is sufficient
- Click Create and wait for setup
- 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
- Open Files tab
- Upload your Python files (main.py, requirements.txt)
- Switch to Terminal tab
- Run
pip install -r requirements.txt - Go to Console tab
- Execute your script with
python main.py - 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.
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
- Go to Servers page
- Click Create Server
- Select MySQL as server type
- Choose MySQL version (5.7, 8.0)
- Ensure sufficient coins available
- Click Create
- 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.
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
- Navigate to Servers page
- Click Create Server
- Select VPS as server type
- Choose operating system (Ubuntu, Debian, CentOS)
- Verify coin balance
- Click Create
- 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
- After VPS creation, click Manage
- Click Console tab
- Use the web-based terminal to access your VPS
- Login with provided credentials
- Start managing your server through the browser
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
Upgrade now and get 20% off your first 3 months! Use code: UPGRADE20