How do I deploy a Discord bot to a VPS? [closed]












0















I wish to deploy this particular bot ( https://github.com/Cog-Creators/Red-DiscordBot ) to a VPS ( https://plox.host/ ). I have purchased a virtual server there and it is operational.



I am using Terminal on macOS. What exactly should I do to make the bot run 24*7??










share|improve this question













closed as off-topic by bertieb, n8te, DavidPostill Dec 28 '18 at 21:13


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This question is not about computer hardware or software, within the scope defined in the help center." – DavidPostill

If this question can be reworded to fit the rules in the help center, please edit the question.


















    0















    I wish to deploy this particular bot ( https://github.com/Cog-Creators/Red-DiscordBot ) to a VPS ( https://plox.host/ ). I have purchased a virtual server there and it is operational.



    I am using Terminal on macOS. What exactly should I do to make the bot run 24*7??










    share|improve this question













    closed as off-topic by bertieb, n8te, DavidPostill Dec 28 '18 at 21:13


    This question appears to be off-topic. The users who voted to close gave this specific reason:


    • "This question is not about computer hardware or software, within the scope defined in the help center." – DavidPostill

    If this question can be reworded to fit the rules in the help center, please edit the question.
















      0












      0








      0








      I wish to deploy this particular bot ( https://github.com/Cog-Creators/Red-DiscordBot ) to a VPS ( https://plox.host/ ). I have purchased a virtual server there and it is operational.



      I am using Terminal on macOS. What exactly should I do to make the bot run 24*7??










      share|improve this question














      I wish to deploy this particular bot ( https://github.com/Cog-Creators/Red-DiscordBot ) to a VPS ( https://plox.host/ ). I have purchased a virtual server there and it is operational.



      I am using Terminal on macOS. What exactly should I do to make the bot run 24*7??







      python bots discord






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 28 '18 at 13:02









      Aragorn TelcontarAragorn Telcontar

      1




      1




      closed as off-topic by bertieb, n8te, DavidPostill Dec 28 '18 at 21:13


      This question appears to be off-topic. The users who voted to close gave this specific reason:


      • "This question is not about computer hardware or software, within the scope defined in the help center." – DavidPostill

      If this question can be reworded to fit the rules in the help center, please edit the question.




      closed as off-topic by bertieb, n8te, DavidPostill Dec 28 '18 at 21:13


      This question appears to be off-topic. The users who voted to close gave this specific reason:


      • "This question is not about computer hardware or software, within the scope defined in the help center." – DavidPostill

      If this question can be reworded to fit the rules in the help center, please edit the question.






















          2 Answers
          2






          active

          oldest

          votes


















          1















          1. Connect to VPS using SSH

          2. Install updates

          3. Install git

          4. Install the bot from GitHub






          share|improve this answer
























          • What exact commands am I supposed to run to do steps 2/3/4?

            – Aragorn Telcontar
            Dec 29 '18 at 0:18



















          0














          You need to read the README.md file in your link for the answer. Always read the readme file when you're jumping into something new.



          And once the bot is running, it should run until something tells it not to.






          share|improve this answer
























          • If you're going to downvote a answer that answers the question, feel free to say why you downvoted it.

            – HazardousGlitch
            Dec 28 '18 at 13:27











          • I read the README.md, and it does not have any instructions for hosting the bot on a VPS. Edit: I did not downvote your answer.

            – Aragorn Telcontar
            Dec 28 '18 at 13:29








          • 1





            @AragornTelcontar It doesn't specify a VPS because a VPS is just a virtual computer. You need to find the instructions for the OS that is on your VPS and follow those.

            – HazardousGlitch
            Dec 28 '18 at 13:49













          • Alright. That helps. Thanks!

            – Aragorn Telcontar
            Dec 29 '18 at 0:17











          • If it answers your question, please mark it as the answer. If not, let us know.

            – HazardousGlitch
            Dec 29 '18 at 0:47


















          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1















          1. Connect to VPS using SSH

          2. Install updates

          3. Install git

          4. Install the bot from GitHub






          share|improve this answer
























          • What exact commands am I supposed to run to do steps 2/3/4?

            – Aragorn Telcontar
            Dec 29 '18 at 0:18
















          1















          1. Connect to VPS using SSH

          2. Install updates

          3. Install git

          4. Install the bot from GitHub






          share|improve this answer
























          • What exact commands am I supposed to run to do steps 2/3/4?

            – Aragorn Telcontar
            Dec 29 '18 at 0:18














          1












          1








          1








          1. Connect to VPS using SSH

          2. Install updates

          3. Install git

          4. Install the bot from GitHub






          share|improve this answer














          1. Connect to VPS using SSH

          2. Install updates

          3. Install git

          4. Install the bot from GitHub







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Dec 28 '18 at 15:06









          A.NewgateA.Newgate

          1863




          1863













          • What exact commands am I supposed to run to do steps 2/3/4?

            – Aragorn Telcontar
            Dec 29 '18 at 0:18



















          • What exact commands am I supposed to run to do steps 2/3/4?

            – Aragorn Telcontar
            Dec 29 '18 at 0:18

















          What exact commands am I supposed to run to do steps 2/3/4?

          – Aragorn Telcontar
          Dec 29 '18 at 0:18





          What exact commands am I supposed to run to do steps 2/3/4?

          – Aragorn Telcontar
          Dec 29 '18 at 0:18













          0














          You need to read the README.md file in your link for the answer. Always read the readme file when you're jumping into something new.



          And once the bot is running, it should run until something tells it not to.






          share|improve this answer
























          • If you're going to downvote a answer that answers the question, feel free to say why you downvoted it.

            – HazardousGlitch
            Dec 28 '18 at 13:27











          • I read the README.md, and it does not have any instructions for hosting the bot on a VPS. Edit: I did not downvote your answer.

            – Aragorn Telcontar
            Dec 28 '18 at 13:29








          • 1





            @AragornTelcontar It doesn't specify a VPS because a VPS is just a virtual computer. You need to find the instructions for the OS that is on your VPS and follow those.

            – HazardousGlitch
            Dec 28 '18 at 13:49













          • Alright. That helps. Thanks!

            – Aragorn Telcontar
            Dec 29 '18 at 0:17











          • If it answers your question, please mark it as the answer. If not, let us know.

            – HazardousGlitch
            Dec 29 '18 at 0:47
















          0














          You need to read the README.md file in your link for the answer. Always read the readme file when you're jumping into something new.



          And once the bot is running, it should run until something tells it not to.






          share|improve this answer
























          • If you're going to downvote a answer that answers the question, feel free to say why you downvoted it.

            – HazardousGlitch
            Dec 28 '18 at 13:27











          • I read the README.md, and it does not have any instructions for hosting the bot on a VPS. Edit: I did not downvote your answer.

            – Aragorn Telcontar
            Dec 28 '18 at 13:29








          • 1





            @AragornTelcontar It doesn't specify a VPS because a VPS is just a virtual computer. You need to find the instructions for the OS that is on your VPS and follow those.

            – HazardousGlitch
            Dec 28 '18 at 13:49













          • Alright. That helps. Thanks!

            – Aragorn Telcontar
            Dec 29 '18 at 0:17











          • If it answers your question, please mark it as the answer. If not, let us know.

            – HazardousGlitch
            Dec 29 '18 at 0:47














          0












          0








          0







          You need to read the README.md file in your link for the answer. Always read the readme file when you're jumping into something new.



          And once the bot is running, it should run until something tells it not to.






          share|improve this answer













          You need to read the README.md file in your link for the answer. Always read the readme file when you're jumping into something new.



          And once the bot is running, it should run until something tells it not to.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Dec 28 '18 at 13:15









          HazardousGlitchHazardousGlitch

          26617




          26617













          • If you're going to downvote a answer that answers the question, feel free to say why you downvoted it.

            – HazardousGlitch
            Dec 28 '18 at 13:27











          • I read the README.md, and it does not have any instructions for hosting the bot on a VPS. Edit: I did not downvote your answer.

            – Aragorn Telcontar
            Dec 28 '18 at 13:29








          • 1





            @AragornTelcontar It doesn't specify a VPS because a VPS is just a virtual computer. You need to find the instructions for the OS that is on your VPS and follow those.

            – HazardousGlitch
            Dec 28 '18 at 13:49













          • Alright. That helps. Thanks!

            – Aragorn Telcontar
            Dec 29 '18 at 0:17











          • If it answers your question, please mark it as the answer. If not, let us know.

            – HazardousGlitch
            Dec 29 '18 at 0:47



















          • If you're going to downvote a answer that answers the question, feel free to say why you downvoted it.

            – HazardousGlitch
            Dec 28 '18 at 13:27











          • I read the README.md, and it does not have any instructions for hosting the bot on a VPS. Edit: I did not downvote your answer.

            – Aragorn Telcontar
            Dec 28 '18 at 13:29








          • 1





            @AragornTelcontar It doesn't specify a VPS because a VPS is just a virtual computer. You need to find the instructions for the OS that is on your VPS and follow those.

            – HazardousGlitch
            Dec 28 '18 at 13:49













          • Alright. That helps. Thanks!

            – Aragorn Telcontar
            Dec 29 '18 at 0:17











          • If it answers your question, please mark it as the answer. If not, let us know.

            – HazardousGlitch
            Dec 29 '18 at 0:47

















          If you're going to downvote a answer that answers the question, feel free to say why you downvoted it.

          – HazardousGlitch
          Dec 28 '18 at 13:27





          If you're going to downvote a answer that answers the question, feel free to say why you downvoted it.

          – HazardousGlitch
          Dec 28 '18 at 13:27













          I read the README.md, and it does not have any instructions for hosting the bot on a VPS. Edit: I did not downvote your answer.

          – Aragorn Telcontar
          Dec 28 '18 at 13:29







          I read the README.md, and it does not have any instructions for hosting the bot on a VPS. Edit: I did not downvote your answer.

          – Aragorn Telcontar
          Dec 28 '18 at 13:29






          1




          1





          @AragornTelcontar It doesn't specify a VPS because a VPS is just a virtual computer. You need to find the instructions for the OS that is on your VPS and follow those.

          – HazardousGlitch
          Dec 28 '18 at 13:49







          @AragornTelcontar It doesn't specify a VPS because a VPS is just a virtual computer. You need to find the instructions for the OS that is on your VPS and follow those.

          – HazardousGlitch
          Dec 28 '18 at 13:49















          Alright. That helps. Thanks!

          – Aragorn Telcontar
          Dec 29 '18 at 0:17





          Alright. That helps. Thanks!

          – Aragorn Telcontar
          Dec 29 '18 at 0:17













          If it answers your question, please mark it as the answer. If not, let us know.

          – HazardousGlitch
          Dec 29 '18 at 0:47





          If it answers your question, please mark it as the answer. If not, let us know.

          – HazardousGlitch
          Dec 29 '18 at 0:47



          Popular posts from this blog

          Mouse cursor on multiple screens with different PPI

          Agildo Ribeiro

          Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”