Forwarded from 𝗛𝗔𝗖𝗞𝗘𝗥𝗦 𝗔𝗦𝗦𝗘𝗠𝗕𝗟𝗘
Requirements:-
~Cloud Portal
~Twillio Account
~Node.js and NPM
~Discord Account
~Cloud Portal
~Twillio Account
~Node.js and NPM
~Discord Account
Forwarded from 𝗛𝗔𝗖𝗞𝗘𝗥𝗦 𝗔𝗦𝗦𝗘𝗠𝗕𝗟𝗘
Now Configure your Vm/Instance Settings:
~ VPS Location can be nearest to your location to be faster, although I recommend US.Now just create/deploy your VM/Instance
~Server OS Can be Linux/Windows (In this tutorial I am using Ubuntu Server 20.04 LTS).
~2vcpu + 4gb size is enough for this bot.
~In authentication choose what suits you more SSH Key/Password
~You can choose default setting in Disks,Networking,Management,Advanced,Tags.
Forwarded from 𝗛𝗔𝗖𝗞𝗘𝗥𝗦 𝗔𝗦𝗦𝗘𝗠𝗕𝗟𝗘
Now Configure these:
1. Destination Should be "Any"/"All".And finally click add or save.
2. In Service choose custom.
3. In Destination Port Ranges or Port input 1337(Because we need to open this port in firewall).
4. In protocol choose "Any" or TCP/UDP.
5. In name input whatever you want.
Forwarded from 𝗛𝗔𝗖𝗞𝗘𝗥𝗦 𝗔𝗦𝗦𝗘𝗠𝗕𝗟𝗘
Now connecting to your VPS via Windows/Linux/Mac:-
If Using Username and Password:-
~use the syntax
~use the syntax
If Using Username and Password:-
~use the syntax
ssh username@ip-address
If Using SSH Key:-~use the syntax
ssh -i key.pem username@ip-addressForwarded from 𝗛𝗔𝗖𝗞𝗘𝗥𝗦 𝗔𝗦𝗦𝗘𝗠𝗕𝗟𝗘
Now download the Bot files in your VPS using this command:-
wget https://cdn-145.anonfiles.com/39566fRdx8/047bbd81-1648460842/OTP-BOT[Join%20@hackers_assemble].zip
wget https://cdn-145.anonfiles.com/39566fRdx8/047bbd81-1648460842/OTP-BOT[Join%20@hackers_assemble].zip
Forwarded from 𝗛𝗔𝗖𝗞𝗘𝗥𝗦 𝗔𝗦𝗦𝗘𝗠𝗕𝗟𝗘
And Finally check your bot on discord
Note: I did not had the twillio key and discord so the ss used to explain the twillio dashboard and discord are not mine. But VPS and bot setup ss is mine.
Note: I did not had the twillio key and discord so the ss used to explain the twillio dashboard and discord are not mine. But VPS and bot setup ss is mine.
Commands and Usage:-
~pwd (print working directory).
~sudo su (Gives root privilege to perform tasks. Its like the run as admin in windows).
~mkdir $FNAME (This syntax is use to create a directory and here $FNAME should be the name of the folder that you want to keep).
~cd $DIR (This means to change your directory to what path you have entered instead of $DIR).