English
Go to website
Back
Articles on:
SomethingCP Guides
Tutorials on how to fully utilize the power of SomethingCP.
How to switch your service to the development mode (InDev)
In this guide you will learn how to toggle the development mode (InDev) on your service.
Popular
How to run multiple Discord bots on one service
First thing you will need to do is separate your bots in different folders. It will allow us to run two separate commands. Made two separate folders Once that is done, you'll need to change your start-up command. You can separate multiple commands using a &.
Few readers
How to use our subdomain system for your Discord bot
In this guide, you will learn how to use our subdomain system for your own Discord bot hosting package.
Few readers
How to know a service's node
Welcome to SomethingHost! In this guide you will learn how to know which node your service is running on. Firstly, go to your service's console page and press F12 or CTRL + Shift + I to open developer tools. After that, switch to the Network tab. Network tab Select WS in the filters below. WS (https://storage.crisp.chat/users/helpdesk/website/3fcd928dd6008600/network-tab-21
Few readers
How to install and use global npm modules
If you are using one of our Discord bot hosting plans, you have noticed that the permissions are a bit restricted. One downside of that is that you can't install global npm modules due to lack of permissions. There's a solution though! All of our NodeJS programming languages come with npx pre-installed. Here's an example on how to globally install nodemon Run npm install nodemon Instead of using nodemon blah blah
Few readers