Installing Node.js on a ULTRA Cloud server
Step-by-step guide to installing Node.js on a Scout-managed server using the Application drop-down.
If you have any question you can ask below or enter what you are looking for!
Step-by-step guide to installing Node.js on a Scout-managed server using the Application drop-down.
ULTRA Cloud managed servers use the nginx web server which doesn’t natively support .htaccess files. However, you can easily create page and domain redirects directly from the ULTRA Cloud Panel. How to Create a Redirect Log in to your ULTRA Cloud Panel Navigate to Sites and select the relevant domain…
If you’re using ULTRA Cloud’s WordPress SSO feature to access the dashboard and see the error message “There has been a critical error on this site”, it usually means the WordPress user that ULTRA Cloud is trying to use has changed. To clear the issue, trigger a manual refresh of…
Subdomains (e.g. staging.yourdomain.com) are treated as independent sites in ULTRA Cloud and to create a subdomain, simply head to Sites, click Add a Site at the top-right and then select the Subdomain option. Enter the first part of the domain (e.g. staging) in the first field and select the parent…
If you’ve added an IP address to your site’s Trusted IPs but you’re still having issues with 401 or 403 errors when trying to access your site, here are some things to check first: Are you using Cloudflare? If your domain is using Cloudflare, ensure that the Cloudflare toggle is…
With ULTRA Cloud Panel, you can have multiple Servers in the panel for different sites. Thus, you may want to migrate a site between Scout servers e.g making a copy of your site to your other server as a backup. This guide walks you through the full process, including prerequisites,…
Need to redirect some specific URLs while also catching all other traffic with a wildcard redirect? Nginx works differently than Apache, and you may need server-level configuration to do both. The Difference On Apache, you’d use .htaccess files. On Nginx, redirects are managed in the server configuration file. This matters…
If you’ve recently been trying to login to SFTP or SSH and you suddenly can’t access your ULTRA Cloud server(s) or site(s), it’s possible your IP address has been blocked by our security. How to get your IP address unblocked If you suspect you have been blocked, simply login to…
A website may display a database connection error when the hosting account has run out of available storage. In such situation, the database service itself may still be running, but the site cannot connect or operate correctly until disk space is freed. Symptoms You see a message on the website…
If you’ve recently migrated a site into ULTRA Cloud that was previously deployed using Git, you can easily import the Git configuration to continue using ULTRA Cloud’s Git features Login to ULTRA Cloud Panel through your Freethought customer area (portal.freethought.uk) Open the site’s settings via Site and then Settings Select…