dmca Ignored Server
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.

dmca Ignored Server

mamuhstmamuhst Member

I want a DMCA ignored dedicated server with a budget of $50 maximum.
Requirement -E5 CPU
STORAGE must be ssd 2tb
Bandwidth unlimited

Comments

  • mamuhstmamuhst Member

    any one there?

  • HostSlickHostSlick Member, Host Rep
    edited 11:02AM

    @Calin @Alyx @aluy @alexhost @HOSTCAY come to my mind

    Lots of choice

    Thanked by 2Alyx alexhost
  • AlyxAlyx Member, Host Rep

    You might need to adjust your budget.
    There aren’t many providers willing to offer an unmetered dedicated server for $50/month.
    Even fewer are DMCA‑ignored.

    Thanked by 1oloke
  • tunatechtunatech Member

    Don't buy expensive server from hosting providers that ignore DMCA.
    Just buy the cheapest one and set up a reverse proxy on the VPS you bought from OVH/HETZNER etc.

    Thanked by 1oloke
  • @tunatech said:
    Don't buy expensive server from hosting providers that ignore DMCA.
    Just buy the cheapest one and set up a reverse proxy on the VPS you bought from OVH/HETZNER etc.

    What do you mean by setting up a reverse proxy?
    Does it affect server speed, etc.?

  • HostMeNowHostMeNow Member, Host Rep

    If you can increase your budget feel free to browse our dedicated server plans.

    Otherwise you could get a cheap regular dedicated server from anywhere and one offshore VPS with nginx reverse proxy.

  • tunatechtunatech Member
    edited 12:01PM

    @dangerover said:

    What do you mean by setting up a reverse proxy?
    Does it affect server speed, etc.?

    If they are in the same location, the difference is not noticeable.

    nginx:

    server {
        listen 80;
    
        server_name yourdomain.com;
    
        location / {
            proxy_pass http://ovh_ip:3000;
            proxy_set_header Host $host;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header X-Forwarded-Proto $scheme;
        }
    }
    
    Thanked by 1dangerover
  • fayaz90fayaz90 Member

    @Alyx said:
    You might need to adjust your budget.
    There aren’t many providers willing to offer an unmetered dedicated server for $50/month.
    Even fewer are DMCA‑ignored.

    i dm you evetime, left the ticket, no reply. and now ticket has been removed. Perfect!!

  • alexhostalexhost Member, Patron Provider

    @mamuhst said:
    I want a DMCA ignored dedicated server with a budget of $50 maximum.
    Requirement -E5 CPU
    STORAGE must be ssd 2tb
    Bandwidth unlimited

    Hi.

    We ignore DMCA and we have E5 CPU. But you need to increase your budget or use our blackfriday discount
    https://alexhost.com/dedicated-servers/

    You can customize during the order.

    Best Regards,
    Alexhost

Sign In or Register to comment.