Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Suggest VPS Provider for hosting Downloader Bots for Telegram

We are looking to switch from Heroku FREE tier to PAID VPS for hosting our content downloader bots that we run on Telegram.

As of now our main requirement is 2 TB HDD space and unmetered bandwidth. Not sure about other resources though, as we are new to VPS environment.

Our bots are generally used to download pirated stuff. Once the content is downloaded, the bot uploads them to Telegram/Google Drive and deletes the downloaded files from server HDD automatically.

Kindly suggest any good VPS provider which can be used to host our downloader bots.

If you need any other information, then please comment. Thanks

Comments

  • BuyVM?

    Thanked by 1vpsdedopls
  • Can I join you telegram group?

  • throw a man an invite?

  • alexhost maybe.
    but i'm thinking you need a dedicated server

  • @dosai said:
    Can I join you telegram group?

    same

  • @vpsdedopls said:
    We are looking to switch from Heroku FREE tier to PAID VPS for hosting our content downloader bots that we run on Telegram.

    As of now our main requirement is 2 TB HDD space and unmetered bandwidth. Not sure about other resources though, as we are new to VPS environment.

    Our bots are generally used to download pirated stuff. Once the content is downloaded, the bot uploads them to Telegram/Google Drive and deletes the downloaded files from server HDD automatically.

    Kindly suggest any good VPS provider which can be used to host our downloader bots.

    If you need any other information, then please comment. Thanks

    Any chance this bot is opensource ?

  • @jmaxwell said:

    @vpsdedopls said:
    We are looking to switch from Heroku FREE tier to PAID VPS for hosting our content downloader bots that we run on Telegram.

    As of now our main requirement is 2 TB HDD space and unmetered bandwidth. Not sure about other resources though, as we are new to VPS environment.

    Our bots are generally used to download pirated stuff. Once the content is downloaded, the bot uploads them to Telegram/Google Drive and deletes the downloaded files from server HDD automatically.

    Kindly suggest any good VPS provider which can be used to host our downloader bots.

    If you need any other information, then please comment. Thanks

    Any chance this bot is opensource ?

    https://github.com/topics/mirror-bot
    Tons of options available :)

    Thanked by 2crilla vpsdedopls
  • adwsislifeadwsislife Member
    edited October 2022

    @vpsdedopls said:
    We are looking to switch from Heroku FREE tier to PAID VPS for hosting our content downloader bots that we run on Telegram.

    As of now our main requirement is 2 TB HDD space and unmetered bandwidth. Not sure about other resources though, as we are new to VPS environment.

    Our bots are generally used to download pirated stuff. Once the content is downloaded, the bot uploads them to Telegram/Google Drive and deletes the downloaded files from server HDD automatically.

    Kindly suggest any good VPS provider which can be used to host our downloader bots.

    If you need any other information, then please comment. Thanks

    Hello
    I have done an intensive search for this since last march 2022 when Heroku was on ban strike.

    I am sharing the results I found:-

    1. as we use the mirror bot via docker, deploy a vpn docker and route your mirror bot traffic via the vpn docker. (I am doing the exact same thing in my current vps for my private mirror bot and no issues so far :) )

    2. Find a provider which is partially DMCA Resistant (They are partially resistant because of the location of their datacenter. example:- Romania, Netherlands etc..)

    3. Unmetered Bandwidth is not possible in LET. Kubbur.com tried to provide unmetered bandwidth and its business is closed now lol.

    Info which might be useful:-

    A. if you proceed with point 1, you need to keep simultaneous mirroring to 3 (max 4) in config.env. If you exceed it, DDOS protection might get activated and your vps/server might go into mitigation.

    [I had faced this issue. When I asked the provider about the reason, he said "Too many packets from too many different IPs try to go through same port. and As vpn uses UDP, System sees it as DDOS attack and activate mitigation to protect the resources."
    I am not sure if he is correct or not. But after I set simultaneous transfer = 3, I have not faced mitigation issues anymore.]

    B. I used the word "partially DMCA Resistant" because if you go with fully DMCA Resistant providers, It will cost you tooooo much money for a 2tb VPS.
    Partially DMCA Proof means... most of things allowed except adult website hosting, CP and terrorisms etc etc .

    C. Oneprovider has a server which costs 13$/month (https://i.imgur.com/dX1Jsty.png) fits your requirements.
    1. CPU is good enough to handle multiple zip/tar/extract command/mirroring.
    2. You can download and even seed public torrents.
    3. No bandwidth limit ( I have pushed more than 500tb public torrent seeding in just 3-4 months using same server specs shown in the pic)

    I have personally used this server. Server is good considering the price (best for public torrent usage).

    Hope this info helps you to find your desired VPS :)

    Thanked by 3Void vpsdedopls dev077
  • @adwsislife said:

    @vpsdedopls said:
    We are looking to switch from Heroku FREE tier to PAID VPS for hosting our content downloader bots that we run on Telegram.

    As of now our main requirement is 2 TB HDD space and unmetered bandwidth. Not sure about other resources though, as we are new to VPS environment.

    Our bots are generally used to download pirated stuff. Once the content is downloaded, the bot uploads them to Telegram/Google Drive and deletes the downloaded files from server HDD automatically.

    Kindly suggest any good VPS provider which can be used to host our downloader bots.

    If you need any other information, then please comment. Thanks

    Hello
    I have done an intensive search for this since last march 2022 when Heroku was on ban strike.

    I am sharing the results I found:-

    1. as we use the mirror bot via docker, deploy a vpn docker and route your mirror bot traffic via the vpn docker. (I am doing the exact same thing in my current vps for my private mirror bot and no issues so far :) )

    2. Find a provider which is partially DMCA Resistant (They are partially resistant because of the location of their datacenter. example:- Romania, Netherlands etc..)

    3. Unmetered Bandwidth is not possible in LET. Kubbur.com tried to provide unmetered bandwidth and its business is closed now lol.

    Info which might be useful:-

    A. if you proceed with point 1, you need to keep simultaneous mirroring to 3 (max 4) in config.env. If you exceed it, DDOS protection might get activated and your vps/server might go into mitigation.

    [I had faced this issue. When I asked the provider about the reason, he said "Too many packets from too many different IPs try to go through same port. and As vpn uses UDP, System sees it as DDOS attack and activate mitigation to protect the resources."
    I am not sure if he is correct or not. But after I set simultaneous transfer = 3, I have not faced mitigation issues anymore.]

    B. I used the word "partially DMCA Resistant" because if you go with fully DMCA Resistant providers, It will cost you tooooo much money for a 2tb VPS.
    Partially DMCA Proof means... most of things allowed except adult website hosting, CP and terrorisms etc etc .

    C. Oneprovider has a server which costs 13$/month (https://i.imgur.com/dX1Jsty.png) fits your requirements.
    1. CPU is good enough to handle multiple zip/tar/extract command/mirroring.
    2. You can download and even seed public torrents.
    3. No bandwidth limit ( I have pushed more than 500tb public torrent seeding in just 3-4 months using same server specs shown in the pic)

    I have personally used this server. Server is good considering the price (best for public torrent usage).

    Hope this info helps you to find your desired VPS :)

    This is the way.

    Thanked by 1adwsislife
  • ArkasArkas Member, Retired Moderator

    Moved to Requests Category

  • @adwsislife said:

    @vpsdedopls said:
    We are looking to switch from Heroku FREE tier to PAID VPS for hosting our content downloader bots that we run on Telegram.

    As of now our main requirement is 2 TB HDD space and unmetered bandwidth. Not sure about other resources though, as we are new to VPS environment.

    Our bots are generally used to download pirated stuff. Once the content is downloaded, the bot uploads them to Telegram/Google Drive and deletes the downloaded files from server HDD automatically.

    Kindly suggest any good VPS provider which can be used to host our downloader bots.

    If you need any other information, then please comment. Thanks

    Hello
    I have done an intensive search for this since last march 2022 when Heroku was on ban strike.

    I am sharing the results I found:-

    1. as we use the mirror bot via docker, deploy a vpn docker and route your mirror bot traffic via the vpn docker. (I am doing the exact same thing in my current vps for my private mirror bot and no issues so far :) )

    2. Find a provider which is partially DMCA Resistant (They are partially resistant because of the location of their datacenter. example:- Romania, Netherlands etc..)

    3. Unmetered Bandwidth is not possible in LET. Kubbur.com tried to provide unmetered bandwidth and its business is closed now lol.

    Info which might be useful:-

    A. if you proceed with point 1, you need to keep simultaneous mirroring to 3 (max 4) in config.env. If you exceed it, DDOS protection might get activated and your vps/server might go into mitigation.

    [I had faced this issue. When I asked the provider about the reason, he said "Too many packets from too many different IPs try to go through same port. and As vpn uses UDP, System sees it as DDOS attack and activate mitigation to protect the resources."
    I am not sure if he is correct or not. But after I set simultaneous transfer = 3, I have not faced mitigation issues anymore.]

    B. I used the word "partially DMCA Resistant" because if you go with fully DMCA Resistant providers, It will cost you tooooo much money for a 2tb VPS.
    Partially DMCA Proof means... most of things allowed except adult website hosting, CP and terrorisms etc etc .

    C. Oneprovider has a server which costs 13$/month (https://i.imgur.com/dX1Jsty.png) fits your requirements.
    1. CPU is good enough to handle multiple zip/tar/extract command/mirroring.
    2. You can download and even seed public torrents.
    3. No bandwidth limit ( I have pushed more than 500tb public torrent seeding in just 3-4 months using same server specs shown in the pic)

    I have personally used this server. Server is good considering the price (best for public torrent usage).

    Hope this info helps you to find your desired VPS :)

    thanks a lot for your detailed explanation. too many things to explore/learn.

    I will get back to this thread soon. thanks for suggesting oneprovider as well.

    Thanked by 1adwsislife
  • vsys_hostvsys_host Member, Patron Provider

    @vpsdedopls said:
    We are looking to switch from Heroku FREE tier to PAID VPS for hosting our content downloader bots that we run on Telegram.

    As of now our main requirement is 2 TB HDD space and unmetered bandwidth. Not sure about other resources though, as we are new to VPS environment.

    Our bots are generally used to download pirated stuff. Once the content is downloaded, the bot uploads them to Telegram/Google Drive and deletes the downloaded files from server HDD automatically.

    Kindly suggest any good VPS provider which can be used to host our downloader bots.

    If you need any other information, then please comment. Thanks

    You can use Cheap Dedicated Server
    CPU: XEON E3-1230
    RAM: 16GB DDR3
    DRIVE: 2TB HDD
    PORT: 1G
    $105 $58 / month

    From here: https://vsys.host/cheap-dedicated-servers

Sign In or Register to comment.