inyx.io documentation
Welcome to the inyx.io documentation. Here you will find all the guides you need to manage your hosting, configure your domains, your mailboxes and your databases.
Requirements
To use inyx.io services, you need:
- A modern web browser (Chrome, Firefox, Safari, Edge)
- A valid email address for your client account
- A domain name (you can register one during checkout or use your own)
- An FTP client to transfer your files (recommended: FileZilla β free)
First login
After your order, you will receive two separate emails:
- Email 1 β Welcome & client area: credentials for clients.inyx.io
- Email 2 β Control panel: access to your Enhance panel
clients.inyx.io and sign in with the credentials received by email. Change your password immediately.Client area dashboard
The inyx.io client area is powered by ClientExec, accessible at clients.inyx.io.
Dashboard overview
| Section | Description |
|---|---|
| My services | List of all your active, suspended or expired hosting services |
| Invoices | Billing history, download of PDF invoices |
| Tickets | Open and track support requests |
| My account | Personal information, password, 2FA |
| Domains | Management of domains registered via inyx.io |
Managing services
From "My services", for each hosting service you can:
- Access the Enhance control panel
- View the renewal date and status
- Upgrade to a higher plan
- Cancel the service
- View technical information (server IP, nameservers, etc.)
Billing
Invoices are generated automatically on each renewal date and sent by email. You can download them in PDF format from the client area.
Introduction to Enhance
Enhance is your hosting control panel. It lets you manage every technical aspect of your hosting from a modern web interface.
Main Enhance features
- Website and domain management
- Email management
- MySQL/MariaDB database management
- Built-in file manager
- FTP/SFTP access
- SSL certificates (automatic Let's Encrypt)
- PHP version selection
- Backup management
- Traffic statistics
- Scheduled task management (cron jobs)
Managing websites in Enhance
mysite.com) and confirm. The site is created instantly.PHP versions
Enhance lets you choose the PHP version used by each site independently.
| PHP version | Status | Recommended use |
|---|---|---|
| PHP 8.4 | Active β Recommended | New projects, latest WordPress |
| PHP 8.3 | Active | Stable projects, recent WordPress |
| PHP 8.2 | Active | Applications requiring PHP 8.2 |
| PHP 8.1 | Active | Compatibility with some CMS |
| PHP 8.0 | End of life | Migration recommended |
| PHP 7.4 | End of life | Urgent migration recommended |
To change the PHP version of a site: Websites β Your site β PHP β Change version.
Shared hosting
inyx.io shared hosting is designed for showcase websites, blogs, portfolios and small web projects. Resources are shared across multiple clients in isolated environments, on European NVMe servers.
Shared plan comparison
| Resource | Starter | Pro | Business |
|---|---|---|---|
| NVMe storage | 10 GB | 30 GB | 100 GB |
| Sites / domains | 1 | 5 | Unlimited |
| Databases | 2 | 10 | Unlimited |
| Email accounts | 5 | 20 | Unlimited |
| Bandwidth | Unlimited | Unlimited | Unlimited |
| Let's Encrypt SSL | β | β | β |
| Backups | Daily | Daily | Daily + 30-day retention |
| Support | Standard | Priority | Priority |
All plans include PHP version selection (from 7.4 to 8.4), full DNS management and access to the Enhance panel.
Deploy your first website
public_html/ folder of your site.WordPress hosting
inyx.io WordPress hosting includes WordPress preinstalled and pre-configured for optimal performance: Redis cache, OPcache and PHP tuned for WordPress.
WordPress plan comparison
| Resource | WP Solo | WP Pro | WP Agency |
|---|---|---|---|
| NVMe storage | 15 GB | 40 GB | 150 GB |
| WordPress sites | 1 | 3 | 10 |
| Redis cache + OPcache | β | β | β |
| Automatic updates | β | β | β |
| Staging environment | β | β | β |
| Site cloning | β | β | β |
| Weekly security reports | β | β | β |
| Backups | Daily | Daily | Daily + 30-day retention |
| Support | Standard | Priority | Priority |
What is pre-configured for you
- Latest WordPress automatically installed
- Redis cache to speed up PHP queries
- OPcache for PHP compilation
- PHP optimized for WordPress (suitable memory limits)
- Automatic SSL and forced HTTPS redirect
- Automatic updates of the WordPress core (configurable)
- Security plugin pre-installed
Accessing your WordPress dashboard
Your WordPress is accessible at: https://your-domain.com/wp-admin
The administrator credentials are sent to you by email upon service activation.
Managing WordPress updates
Automatic updates can be configured from Enhance (Websites β Your site β WordPress β Updates):
- WordPress core: major and minor updates
- Plugins: automatic or manual update
- Themes: automatic or manual update
Exclusive Node
The Exclusive Node is hosting on a software node dedicated exclusively to your account. Unlike shared hosting, all resources (CPU, RAM, storage) are guaranteed and reserved for you.
Benefits of the Exclusive Node
- Fully dedicated CPU and RAM resources β no contention with other clients
- Configurable NVMe storage based on your needs
- Dedicated IP included
- Full environment isolation
- Custom SLA negotiated contractually
- Priority support with a dedicated contact
To subscribe to an Exclusive Node, contact our team for a custom quote.
Add a domain
You can use an existing domain or register a new one through your client area.
Using an existing domain (at another registrar)
ns1.inyx.io and ns2.inyx.io).DNS management
If you use our nameservers, you manage your DNS records directly from Enhance.
Common DNS record types
| Type | Use | Example value |
|---|---|---|
A | Points a domain to an IPv4 address | 185.x.x.x |
AAAA | Points a domain to an IPv6 address | 2a01::1 |
CNAME | Alias to another domain | www β mysite.com |
MX | Mail server for the domain | mail.inyx.io |
TXT | SPF, DKIM, domain verification | v=spf1 include:β¦ |
NS | Domain nameservers | ns1.inyx.io |
Editing a DNS record in Enhance
- Go to Websites β Your site β DNS
- Click the record to edit or + Add
- Enter the type, hostname, value and TTL
- Confirm β the change takes effect on our servers within a few minutes
Redirects
Enhance lets you create HTTP redirects (301 permanent, 302 temporary) from the web interface:
Websites β Your site β Redirects β + Add
Provide the source (e.g. /old-page) and the destination (e.g. /new-page or a full URL).
Create a mailbox
contact for contact@your-domain.com), set a strong password and a mailbox size.https://webmail.your-domain.com or from the Webmail link in Enhance.Mail client configuration (IMAP / SMTP)
Configure your email client (Outlook, Thunderbird, Apple Mail, etc.) with these settings:
| Protocol | Server | Port | Encryption |
|---|---|---|---|
| IMAP (receive) | mail.your-domain.com | 993 | SSL/TLS |
| POP3 (alt. receive) | mail.your-domain.com | 995 | SSL/TLS |
| SMTP (send) | mail.your-domain.com | 587 | STARTTLS |
Use your full email address as the username (e.g. contact@your-domain.com) and the password you set at creation.
Anti-spam & DKIM
To improve email deliverability and avoid being marked as spam, configure the following records:
SPF (Sender Policy Framework)
Add the following TXT record to your domain:
v=spf1 include:spf.inyx.io ~all
DKIM
Enhance automatically generates a DKIM key for each domain. To enable it: Websites β Your site β Email β DKIM β Enable. Copy the DNS record displayed and add it to your DNS zone.
DMARC
Recommended for maximum deliverability. Add this TXT record on _dmarc.your-domain.com:
v=DMARC1; p=quarantine; rua=mailto:dmarc@your-domain.com
Create a database
wp_mysite). A user with full privileges is created automatically.localhost for scripts running on the same server).phpMyAdmin
Enhance integrates phpMyAdmin to manage your databases graphically. Access from:
Websites β Your site β Databases β phpMyAdmin icon
Import / Export database
Export (manual backup)
Via phpMyAdmin: Select your database β Export β SQL format β Run
Or via SSH (if available on your plan):
mysqldump -u username -p db_name > backup.sql
Import (restore)
Via phpMyAdmin: Select your database β Import β Choose the SQL file β Run
FTP / SFTP access
SFTP (secure FTP) is recommended to transfer your files securely.
Get your FTP credentials
In Enhance: Websites β Your site β FTP β Create FTP account
| Parameter | Value |
|---|---|
| Host | ftp.your-domain.com or the server IP |
| FTP port | 21 |
| SFTP port | 22 |
| Protocol | SFTP recommended |
| Username | The FTP username created in Enhance |
| Password | The password set at creation |
Connecting with FileZilla
public_html/ folder of your site.Built-in file manager
Enhance includes a file manager accessible from your browser, without any third-party software.
Access: Websites β Your site β File manager
Available features:
- Browse the file tree
- File upload (drag & drop)
- Built-in code editor to edit files directly
- Create, rename, move and delete files/folders
- Extract ZIP archives
SSL certificates
inyx.io includes free Let's Encrypt SSL/TLS certificates on all hosting plans. They are automatically issued and renewed.
Two-factor authentication (2FA)
Protect your account with two-factor authentication:
On the client area (ClientExec)
- Sign in to
clients.inyx.io - Go to My account β Security β Enable 2FA
- Scan the QR code with an authenticator app (Google Authenticator, Authy, etc.)
- Enter the 6-digit code to confirm
On Enhance
Enhance also supports 2FA. Go to your profile settings at the top right of the Enhance interface to enable it.
IP blocking and application firewall
Enhance offers application-level protection rules:
- IP blocking: Websites β Your site β Security β IP blocking
- Brute-force protection: enabled by default (blocks after 5 failed attempts)
- ModSecurity (WAF): available depending on the plan β Websites β Your site β Security β WAF
Automatic backups
inyx.io runs daily automatic backups of your hosting:
| Backed-up element | Frequency | Retention |
|---|---|---|
Site files (public_html) | Daily | 30 days |
| MySQL databases | Daily | 30 days |
| Site configuration | Daily | 30 days |
| Emails (if hosted) | Daily | 30 days |
Restore from a backup
Self-service restore (Enhance)
For assistance with restoring, contact support.
Frequently Asked Questions
My site shows a 500 error β what should I do?
A 500 error is an internal server error. Common causes:
- Corrupted .htaccess file: temporarily rename
.htaccessto.htaccess.bakand reload - Permission issue: PHP files should be
644and folders755 - Incompatible WordPress plugin: disable all plugins and re-enable them one by one
- PHP memory limit reached: increase
memory_limitfrom Enhance β PHP β Configuration
My domain does not yet point to my hosting
Check that the DNS records are correctly configured. DNS propagation can take up to 24h. You can verify propagation with tools like dnschecker.org.
How do I migrate an existing site to inyx.io?
- Export your files via FTP from the previous host
- Export your database via phpMyAdmin
- Create your site in Enhance
- Import the files via FTP/SFTP or the file manager
- Create a database and import your SQL
- Update the database connection settings in your CMS
- Test via your local hosts file before changing DNS
How do I create an SSL certificate for a subdomain?
In Enhance, first add the subdomain to your site (Websites β Your site β Domains β + Add subdomain), then enable Let's Encrypt for this subdomain in the SSL tab.
My email is flagged as spam β what should I do?
- Check that SPF, DKIM and DMARC are correctly configured (see Anti-spam & DKIM)
- Check that your IP is not on a blacklist (MXToolbox Blacklist Check)
- Make sure you send compliant emails (no suspicious links, with an unsubscribe option)
- Contact support if the issue persists
How do I increase the PHP maximum upload size?
In Enhance: Websites β Your site β PHP β PHP Configuration. Change the values:
upload_max_filesize = 128M
post_max_size = 128M
Can I host multiple websites on a single plan?
Yes, depending on the plan: the Starter plan hosts one site, Pro up to 5 and Business an unlimited number. Each site has its own PHP configuration, its own email and database.
How do I access my site's logs?
In Enhance: Websites β Your site β Logs. You can view access and error logs in real time or download them.
Contact support
Our team is here to help you. Choose the channel that fits your situation:
| Channel | Use | Response time |
|---|---|---|
| Support ticket Via the client area | Technical questions, configuration requests, incidents | Within 24h business hours |
| Email contact@inyx.io | General, sales, pre-sales questions | Within 24h business hours |
| Urgent Priority ticket | Total site outage (Exclusive Node) | Within 4h (business hours) |