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.

Looking for a VPS with Desktop Ubuntu

shajeeafzalshajeeafzal Member
edited October 2024 in Requests

Hello,

I am looking for a VPS that can run Ubuntu (desktop variant) via RDP smoothly. Location should be US. I have a monthly budget of upto $10.

Comments

  • You can install RDP and whatever Desktop you want on a server install.
    Legit just build it yourself. It's better than what you get from apt.
    https://github.com/neutrinolabs/xrdp/wiki#building-from-sources
    https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.1

  • MikeAMikeA Member, Patron Provider

    $9,99/m
    2 Cores Ryzen 9
    4GB RAM DDR5
    60GB NVMe
    10TB BW
    Dallas

    You'd have to install VNC/desktop manually over the normal server install or install desktop via Netboot ISO.

    Thanked by 2JerryHou shajeeafzal
  • Example: Ubuntu 22

    apt install ufw
    ufw allow 22
    ufw allow 3389
    ufw enable

    apt-get update; apt-get upgrade -y

    apt install xfce4

    apt install xrdp

    service xrdp restart

    Your rdp is setup and ready to go. This will all install on a 2GB VPS, just note that as you add software your ram/cpu needs will go up.

    Hope this helps.

    Anthony

  • JoshRJoshR Member, Patron Provider

    @shajeeafzal said:
    Hello,

    I am looking for a VPS that can run Ubuntu (desktop variant) via RDP smoothly. Location should be US. I have a monthly budget of upto $10.

    https://my2.dataideas.com/store/intel-xeon-storage-vps-shared-cpu

    Thanked by 1shajeeafzal
  • I think BuyVM's US node would be a good choice.

    Thanked by 1shajeeafzal
  • @shajeeafzal said:
    Hello,

    I am looking for a VPS that can run Ubuntu (desktop variant) via RDP smoothly. Location should be US. I have a monthly budget of upto $10.

    Go for 2x Ryzen vCPU

    @rsk Layer.ae
    @Shakib
    @oplink
    @lnx Lenveo

    Thanked by 3Shakib rsk lnx
  • rskrsk Member, Host Rep

    @dev_vps said:

    @shajeeafzal said:
    Hello,

    I am looking for a VPS that can run Ubuntu (desktop variant) via RDP smoothly. Location should be US. I have a monthly budget of upto $10.

    Go for 2x Ryzen vCPU

    @rsk Layer.ae
    @Shakib
    @oplink
    @lnx Lenveo

    Thanks for the mention.

    We can do 4 cores AMD Ryzen 7950X, with 8GB RAM, 100GB NVMe, 10TB on 10Gbit for $10/monthly in Spokane with 5 free backups. Looking glass https://spk-lg.layer.ae/ - if interested, please register on https://my.layer.ae and PM me your email address :)

    Thanked by 1shajeeafzal
  • davidedavide Member
    edited October 2024

    Results for 2+ Ryzen cores, 4GB RAM:

    HostEons — $8 / month
    4 Ryzen Cores (shared)
    4096 MB RAM
    50 GB NVMe
    10240 GB/month bandwidth
    1.0 Gbps port speed
    IPv4 + IPv6
    U.S.A.

    RackNerd — $56 / year
    2 Ryzen Cores (shared)
    4096 MB RAM
    65 GB NVMe
    6000 GB/month bandwidth
    1.0 Gbps port speed
    IPv4
    U.S.A

    Found on my affiliated LET aggregator.

  • HostMayoHostMayo Member, Patron Provider

    4GB RAM
    80GB SSD
    4 CPU Cores Intel Xeon
    Unlimited BW
    IPV4 and IPV6
    $10/mo
    Location USA
    Coupon Code "extreme"
    http://hostmayo.com/members/order.php?step=2&productGroup=14&product=88&paymentterm=1

    Look all vps plans here

  • sh97sh97 Member, Host Rep
    edited October 2024

    Can offer you our Xeon VDS

    Crunchbits Xeon Scalable VDS
    2 Dedicated vCPU (6146)
    8GB ECC RAM
    150GB NVMe SSD
    20TB Bandwidth
    1x IPv4, /64 IPv6
    2.5Gbps Port
    Spokane, WA-USA

    $8 / month

    DM to order.

    Thanked by 2Frameworks dev_vps
  • YmpkerYmpker Member
    edited October 2024

    @Just295 said:
    Example: Ubuntu 22

    apt install ufw
    ufw allow 22
    ufw allow 3389
    ufw enable

    apt-get update; apt-get upgrade -y

    apt install xfce4

    apt install xrdp

    service xrdp restart

    Your rdp is setup and ready to go. This will all install on a 2GB VPS, just note that as you add software your ram/cpu needs will go up.

    Hope this helps.

    Anthony

    Also thought about trying this out some time.
    Are the VPS good enough to handle the graphics for desktop though? Or are all graphics rendered on the enduser device when connecting to rdp?

  • @Ympker said:

    @Just295 said:
    Example: Ubuntu 22

    apt install ufw
    ufw allow 22
    ufw allow 3389
    ufw enable

    apt-get update; apt-get upgrade -y

    apt install xfce4

    apt install xrdp

    service xrdp restart

    Your rdp is setup and ready to go. This will all install on a 2GB VPS, just note that as you add software your ram/cpu needs will go up.

    Hope this helps.

    Anthony

    Also thought about trying this out some time.
    Are the VPS good enough to handle the graphics for desktop though? Or are all graphics rendered on the enduser device when connecting to rdp?

    In my experience, nothing beats desktop experience with Windows Server OS RDP.

    MX Linux and Zorin OS are two choices to consider, for Linux OS based desktop experience.

    Thanked by 3host_c sh97 Ympker
  • @dev_vps said:

    @Ympker said:

    @Just295 said:
    Example: Ubuntu 22

    apt install ufw
    ufw allow 22
    ufw allow 3389
    ufw enable

    apt-get update; apt-get upgrade -y

    apt install xfce4

    apt install xrdp

    service xrdp restart

    Your rdp is setup and ready to go. This will all install on a 2GB VPS, just note that as you add software your ram/cpu needs will go up.

    Hope this helps.

    Anthony

    Also thought about trying this out some time.
    Are the VPS good enough to handle the graphics for desktop though? Or are all graphics rendered on the enduser device when connecting to rdp?

    In my experience, nothing beats desktop experience with Windows Server OS RDP.

    MX Linux and Zorin OS are two choices to consider, for Linux OS based desktop experience.

    I'm running ZorinOS on a virtualbox as a desktop environment and it's been great. Wondering how it would run on a server without gpu.

  • I recommend nomachine, it is free and can beat Windows RDP. You can definitely run remote desktop GUI without GPU, however you need to set up a framebuffer like using xvfb.

    Thanked by 2MikeA sh97
  • dev_vpsdev_vps Member
    edited October 2024

    @friedrice said:
    I recommend nomachine, it is free and can beat Windows RDP. You can definitely run remote desktop GUI without GPU, however you need to set up a framebuffer like using xvfb.

    I agree that NoMachine is a great app for Linux OS based desktop, but nothing beats Windows RDP session using Windows Server OS.

  • Still looking for it...

  • exception0x876exception0x876 Member, Host Rep, LIR

    Check our Anniversary Special - located in the US and priced at just $3.99/mo it can run Ubuntu via RDP - https://www.wishosting.com/order/main/packages/VPS/?group_id=7

  • JoshRJoshR Member, Patron Provider

    @DataIdeas-Josh said:

    @shajeeafzal said:
    Hello,

    I am looking for a VPS that can run Ubuntu (desktop variant) via RDP smoothly. Location should be US. I have a monthly budget of upto $10.

    https://my2.dataideas.com/store/intel-xeon-storage-vps-shared-cpu

    If haven't found something and our packages above is more than you want. Let us know. We can customize it for you.

    Thanked by 1shajeeafzal
  • @shajeeafzal said:
    Still looking for it...

    I have only one vps that is running Linux based desktop …. 2x vCPU Ryzen 7950x / 4 GB

    That is the configuration I would suggest you to consider

  • edited October 2024

    Use this specific Promo Code to see the discount in the Cart Checkout page (not the default in the cart):

    LET-75-RIDE

    These in Houston TX USA

    VDS 2 now $3.75/mo with the discount
    3 vCPU E5-2696v3
    4 GB RAM
    80 GB SSD
    1 Gbps unmetered
    1 ipv4 1 ipv6
    Monthly automatic managed backup

    VDS 4 now $7.50/mo with the discount
    4 vCPU E5-2696v3
    8 GB RAM
    160 GB SSD
    1 Gbps unmetered
    1 ipv4 1 ipv6
    Monthly automatic managed backup

    https://charityhost.org/virtual-dedicated-servers

    Test network: https://looking-glass.charityhost.org

  • vsys_hostvsys_host Member, Patron Provider

    @shajeeafzal said:
    Hello,

    I am looking for a VPS that can run Ubuntu (desktop variant) via RDP smoothly. Location should be US. I have a monthly budget of upto $10.

    You can use our managed VPS in the USA:
    https://vsys.host/cheap-vps-hosting

    CPU: 1 core
    RAM: 1GB
    SSD: 10GB
    for $5/m

    CPU: 1 core
    RAM: 2GB
    SSD: 30GB
    for $7/m

    CPU: 2 core
    RAM: 2GB
    SSD: 25GB
    for $9/m

    Each VPS also comes with:
    IP: 1
    Snapshot: 1
    Backups: 2
    Bandwidth: 200 Mbps Unmetered
    24×7 Support: ✓
    Free Setup: ✓

Sign In or Register to comment.