Documentation

How is pricing calculated?

Short story is we use a 28 day month to day calculation that is rounded to a 3 decimal multiplied to 7 and then rounded to 2 decimals. But let’s break down what that actually means.
πŸͺ§ Questions

My container has been destroyed/deleted do you have any backups?

The simple answer is no. During the process of destroying a container all backups stored on B2 are deleted at the same time by the server process. This results in us having NO backups as soon as a container is destroyed.
πŸͺ§ Questions

Making emails getting sent to multiple email addresses

This is a core part of the organization setup, that makes ALL emails sent to the main organization account also get sent to any users who have access to the organization account. You can setup users to have access and such get all emails by using [Share access to managed accounts and organization settings to management staff](https://nodehost.ca/docs/article?id=iana42jo9k67v8o).
πŸ’Ό Organizations

Lock account while you are making remote changes

If you are switched into an account to make changes we have an option to lock them so they don't make changes while you are making changes. You can do this by clicking ** Lock ** in the top right of the screen when you are switched into the account. When the account is locked the icon will turn red.
πŸ“˜ Panel

Switching into an account that is managed by an organization

If you are in the main organization account or you are given shared access to the organization account you will be able to switch into any account that is managed. To do this you can from the main containers screen click on ** Switch Account ** and you will see all accounts you have access to including managed accounts.
πŸ’Ό Organizations

Organization billing

One key aspect of an organization is you can make accounts not need to deal with there own billing, the way to manage this is under the main organization page you can click on an account and turn on and off organization billing. When it's enabled all charges that will be made to the account will instead be made to the main organization account.
πŸ’Ό Organizations

Add an account to your organization

You have 2 ways to add accounts to your organization, one is to create the account for the other person, or you can go to the organization page in the menu and can click on ** Join URL ** to get a URL you can share. When anyone opens the link they will be asked if they want to become a user of the organization and be managed by the organization.
πŸ’Ό Organizations

Share access to managed accounts and organization settings to management staff

You can share access to your organization by creating a new access token to share access to that account. To do this you can go to settings and click on ** Manage Account Access ** and you will be taken to the tokens access page. This page will also display accounts your organization has access to both shared to you and accounts that are managed by the organization. You can click on ** Create ** on the top left of this page to create a new access token you can share to your management staff and pick an expire time.
πŸ’Ό Organizations

Setting up a new organization

If you want to setup a new organization for use by a company, school, or group you can do so in settings. We recommend you use a generic account for your organization like using an admin email address. Once your organization is created you can share access to management staff by creating a share access token.
πŸ’Ό Organizations

Why has my container been suspended?

If your container has been suspend this is due to your account being in bad standing. We will suspend sites that have not had account payments to a due balance in over 120 days. We send out alerts before this happens and you can have your container back online by paying your account balance.
πŸͺ§ Questions

How to fix WordPress database error after import

If you recently used the import tool and get a databases error screen when you view your site, you may need to import your database and update your site wp-config.php file with the new database details. We have tools under the containers main screen for database create, import, and update WordPress settings.
πŸ“š Setup Guides

How to fix critical WordPress error after import

If you see this error message after your site is imported your WordPress may be an older version, or one or more plugins have not been updated to support PHP 8.3+. If this is the case you can contact us and we can enable PHP 7.4 support.
πŸ“š Setup Guides

Do your prices change?

We may at any time change our pricing, we will give notice on our official @nodehost account. Price changes can be due to many factors including change in service providers costs, and market changes. We work hard to keep our pricing low. If you have any questions on price changes contact us.
πŸͺ§ Questions

Custom domain email mail services

If you do not want to setup the relay as seen in the guide (https://nodehost.ca/docs/article?id=g9p30iw8kh45hyr), you can use a number of other great free options for forwarding your domain email, or using custom mail hosting for your domain if you already have a service like Apple One.
πŸ“š Setup Guides

Set container tag

Tags can be really useful for sorting on the panel, you can set a containers tag by just providing it in this API call.
πŸ”Œ API

Destroy container

This call will completely destroy a container and all files along with it.
πŸ”Œ API

Enable TLS on domain

This call will enable TLS aka HTTPS support on your domain, just make sure you have the domain and all aliases pointed before you enable or it will fail. This process can take a minute and you should wait for this call to complete.
πŸ”Œ API

Create domain

Once you have a container created you can use that container's ID to create a domain. You can also add the optional proxy variable to enable proxy mode.
πŸ”Œ API

Create container

To create a container you need to give it a name and also the server you want it created on. If you need a list of servers just supply this URL without any variables attached (other than API key if needed).
πŸ”Œ API

List nodes available

This call is the same as the one to create a container, but with no info provided will display a list of the different nodes you can use and info about them.
πŸ”Œ API