Knowledge Base

Getting Started

How to Create Your First Server

Learn how to set up your first server on ElysianNodes, from account creation to deployment.

Read more →

Step-by-Step Guide

  1. Create an account at client.elysiannodes.uk
  2. Verify your email address (you can skip this if you want)
  3. Choose your server type (Discord Bot, Game Server, etc.)
  4. Select your preferred location (USA, Germany, Spain)
  5. Click "Deploy" and wait for the setup to complete
  6. After your server is deployed you should receive email to setup your panel password.

Your server will be ready to use quickly. You can access it through your console

Understanding The Console

A guide to navigating our console and accessing key features.

Read more →

Dashboard Overview

Server List: View and manage all your servers

Resource Usage: Monitor CPU, RAM, (and storage usage these stats are on the console page)

Console Access: Direct access to your server's console

File Manager: Upload, download, and manage server files

Backup System: Create and restore server backups (not for free users yet.)

Use the navigation menu on the left to access different sections of the console.

Server Management

Anti-Abuse System

Understanding our resource monitoring system and how it affects free tier users.

Read more →

Resource Monitoring

How It Works

  • Continuous monitoring of CPU and RAM usage
  • Automatic detection of resource spikes
  • Real-time analysis of usage patterns
  • Instant action on detected abuse

Free Tier Limitations

  • CPU usage limit: 25% for 15 minutes
  • Automatic shutdown on limit breach
  • No cooldown so you can start your server again instantly

Best Practices

  • Monitor your resource usage regularly
  • Optimize your app's configuration
  • Consider upgrading for higher limits

Important Notice

Free tier servers are automatically shut down if they exceed resource limits. This is to ensure fair usage and prevent abuse of our free hosting service. Consider upgrading to a paid plan for higher resource limits and less automatic shutdowns.

Server Configuration Guide

Learn how to configure your server settings, manage resources, and optimize performance.

Read more →

Configuration Options

Network Settings: By default free users have one port but you can request a second one through live chat

Startup Parameters: Customize server startup commands

Remember to restart your server after making configuration changes.

Backup and Restore

How to create backups of your server and restore them when needed. Free users don't have this option.

Read more →

Backup Process

Creating Backups:

  1. Go to your server console page
  2. Click on "Backups" in the left menu
  3. Click "Create Backup"
  4. Wait for the backup to complete

Restoring Backups:

  1. Select the backup you want to restore
  2. Click "Restore"
  3. Confirm the restoration
  4. Wait for the process to complete

We recommend creating regular backups to prevent data loss.

Web Hosting

Setting Up Your Domain

Learn how to configure your domain to work with ElysianNodes web hosting.

Read more →

Domain Configuration Steps

DNS Configuration

  1. Log in to your domain registrar's control panel
  2. Navigate to DNS management or DNS settings
  3. Create an A record with the following settings:
    • Type: A
    • Host: @ (or leave blank)
    • Value: 194.62.248.86
    • TTL: 3600 (or default)
  4. Save your changes

Important Note

DNS changes can take up to 24-48 hours to propagate globally. During this time, your website might not be accessible from all locations.

Uploading Your Website

Guide to uploading and managing your website files on ElysianNodes hosting.

Read more →

File Management

Upload Methods:

  • FTP Access (credentials provided in control panel)
  • File Manager in control panel

File Structure:

  • Place your website files in the public_html directory (example path: /home/web/yourdomain/public_html)
  • Ensure index.html or index.php is present in the root directory
  • Keep sensitive files outside of public_html

Web Hosting Features

Overview of available features and limitations for web hosting.

Read more →

Available Features

Supported Technologies

  • PHP 8.3
  • Databases
  • SSL certificates (Let's Encrypt)
  • AS203446 DDoS Protection

Resource Limits

  • Storage: 2GB (free tier)
  • Bandwidth: 20gb (free tier)
  • Databases: 1 (free tier)
  • Email accounts: Not available on free tier

Best Practices

Keep your website optimized and regularly backed up. Monitor your resource usage to ensure you stay within the free tier limits.

WordPress Installation Guide

Step-by-step guide to install WordPress using HestiaCP's Quick App installer.

Read more →

Installation Steps

Quick Installation Process

  1. Log in to your HestiaCP control panel
  2. Find your domain and click the "Edit" button
  3. Look for the "Quick App Install" section
  4. Scroll down until you find WordPress in the list of applications
  5. Click on WordPress to start the installation
  6. Follow the installation wizard to complete the setup

After Installation

  • Access your WordPress site at your domain
  • Complete the WordPress initial setup
  • Choose and customize your theme
  • Install essential plugins

Important Notes

  • Keep WordPress and plugins updated for security
  • Regularly backup your WordPress site
  • Monitor resource usage as WordPress can be resource-intensive

SEO Basics for Websites Hosted on ElysianNodes

Learn essential SEO practices to improve your website's visibility and ranking.

Read more →

SEO Best Practices

Technical SEO

  • Ensure your website loads quickly (optimize images and use caching)
  • Implement proper meta tags and descriptions
  • Create and submit a sitemap.xml file
  • Set up robots.txt file
  • Enable SSL/HTTPS (included with ElysianNodes hosting)

Content Optimization

  • Use descriptive URLs and page titles
  • Implement proper heading structure (H1, H2, H3)
  • Optimize images with alt tags
  • Create quality, relevant content

Additional Tips

Regularly monitor your website's performance using tools like Google Search Console and Analytics. Keep your content fresh and updated to maintain good rankings.

Fixing Common DNS Issues for Your Domain

Troubleshoot and resolve common DNS configuration problems.

Read more →

Common DNS Issues and Solutions

Website Not Loading

  • Verify A record points to correct IP (194.62.248.86)
  • Check for conflicting DNS records
  • Ensure DNS propagation is complete (can take 24-48 hours)

Troubleshooting Steps

  1. Use DNS lookup tools to verify record propagation
  2. Clear your local DNS cache
  3. Check for typos in DNS records
  4. Contact support if issues persist

Troubleshooting

Common Issues and Solutions

Solutions to frequently encountered problems and how to resolve them.

Read more →

Common Problems

Server Won't Start

  • Check console for error messages
  • Check that you have enough resources to run your app.

High Resource Usage

  • Monitor process usage
  • Check for memory leaks
  • Optimize server startup and your app's config.

Performance Optimization

Tips and tricks to optimize your server's performance and resource usage.

Read more →

Optimization Tips

Memory Management

  • Set appropriate JVM arguments
  • Run lightweight mods.

CPU Optimization

  • Check for loops that affect cpu usage.

How to Resolve 500 and 403 Errors on Your Website

Learn how to diagnose and fix common HTTP error codes on your website.

Read more →

Error Resolution Guide

500 Internal Server Error

  • Check PHP error logs in HestiaCP
  • Check for syntax errors in PHP files

Quick Fixes

  1. Clear browser cache and cookies
  2. Check website files for corruption
  3. Verify SSL certificate status
  4. Contact support if issues persist

Advanced Tips for Optimizing WordPress Performance

Learn advanced techniques to improve your WordPress website's speed and efficiency.

Read more →

Performance Optimization Guide

Server-Side Optimization

  • Implement proper caching headers
  • Use PHP-FPM with optimal settings

WordPress-Specific Optimizations

  • Use a lightweight theme
  • Use a CDN for static content

Plugin and Theme Management

  • Keep plugins and themes updated
  • Remove unused plugins and themes
  • Use performance-focused plugins
  • Optimize images before upload

Monitoring and Maintenance

  • Regular performance audits
  • Monitor resource usage
  • Keep backups before major changes
  • Test changes in staging environment
URL copied to clipboard!