Documentation

I logged in and can't see my sites

The first question is what method did you use to login? You can have both a Hey.Caf茅 account and an email account on NodeHost, so if you maybe used the other method logout and login the other way.
馃摌 Panel

Sharing account access

We have tried to make sharing really simple, and we are using the same system as container sharing using Tokens. To share your account to someone else you just need to visit settings and tap on Tokens to get started. You can also revoke Tokens from this menu.
馃摌 Panel

NodeHost IMAP and SMTP details

Unlike in the past our new panel does not provide mail sending services, but we do offer a mail inbox system that you can pair with a SMTP Relay service like ImprovMX to send your emails. We have a guide for that setup but once done you might be wondering how to setup your mail client.
馃摎 Setup Guides

Setting up SMTP relay with Brevo to send emails

Just like other providers you can use Brevo (used to be called sendinblue) to be your SMTP relay sender. To do this create an account on Brevo. You only need to do the free option as it allows 300 emails per day. Once you create the account you will need to go to the settings area on the top right and click on the option Senders & IP to setup your domain. Follow the steps they show you.
馃摎 Setup Guides

Setting up SMTP relay with ImprovMX to send emails

Here is some info on how to use ImprovMX as a email sender for your domain on NodeHost. Since we don鈥檛 send emails using ImprovMX as a SMTP Relay also allows for easy domain forwarding and changes down the road. With a cost of $9 for 100 domains ImprovMX is an amazing service for mail.
馃摎 Setup Guides

Setting up external DNS

Although many hosts provide a DNS service (we do also) It's actually better to point your DNS records from your domain provider's built in DNS to the IP for the server as it requires less lookup time and can be more stable. You can find the IP your container is on from the domain area.
馃摎 Setup Guides

Transfer your old panel account balance

You can now move your balance and close your old account. If your old panel account has no containers you can visit your settings on the new panel and click the button that says [Close Old Account].
馃摌 Panel

Old panel migration

At this time migration is only done manually, so it鈥檚 a case of setting up a new container on the new account and then copying files over via SFTP and setting up the database if it鈥檚 say Wordpress.
馃摌 Panel

How to calculate real CPU usage in a PHP script

Simple function you need to add to begin is the following. This will let us compute the results.
鈱笍 Code Snippets

Calculate how long a PHP script takes to run

Now this one is simple, everything is already in place in PHP, first just add this line before the code you want to measure.
鈱笍 Code Snippets