Howdy, Stranger!

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


what control panel you are using on the vps? any good advice?
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.

what control panel you are using on the vps? any good advice?

I'm doing some website for reserved proxy. what control panel is good for it?
anyone can give some good adice?
thanks in advance

Comments

  • Thanked by 1SeederKun
  • AMH

    I think it's not bad

  • aaplane

  • AXYZEAXYZE Member

    "website for reserved proxy" what do you mean?

    You want just reverse proxy?

    Install nginx via apt/yum, add proxy_pass in config and activate SSL via acme.sh.
    Done.

    Installing panel will take more time than doing this yourself, create additional attack surface and waste CPU+RAM resources.

    Thanked by 2SeederKun Arkas
  • Command-line only. No control panel. You'll get a bunch of RAM and disk space back to use for other things.

    Thanked by 1SeederKun
  • exp82exp82 Member

    Cloudpanel reverse proxy

  • bruh21bruh21 Member, Host Rep

    I have no adice for a reserved proxy

  • fastpanel, hestiacp, cloudpanel

  • cloudpanel. fast, nice ux, lite-weight.
    webmin is also good. but now-a-days I prefer cloudpanel

  • TrKTrK Member

    Cloudpanel for personal and fastpanel for client oriented services.

  • Anyone know how to install mail server on cloudpanel ?

  • @blackeye said:
    Anyone know how to install mail server on cloudpanel ?

    They don't have mail server.

  • seenuseenu Member
    edited March 2023

    i used to love/use cyberpanel but then i felt installing OLS with its own panel is enough and less headache and i dont need many fancy features like mail, dns etc anyway.

    but cloudpanel looks awesome, trying it now on a new vps.

    PS: looks like it doesn't have apache and i never used nginx earlier but this is just a testing one...so lets see how it goes.

  • Keyhelp and HestiaCP

  • ArkasArkas Moderator

    Cloudpanel, but as @AXYZE said, going manual is easier.

  • tjntjn Member

    If you just want reverse proxy, look at a Caddy.
    3 lines is all you usually need and it automagically takes care of LE certificates.

    https://yourdomain.com {
        reverse_proxy 192.168.0.1:80
    }
    
    Thanked by 1AXYZE
  • HestiaCP

  • I used CyberPanel for 90% of my servers

  • If you want to use for reverse_proxy, you can try to use nginx proxy manager

Sign In or Register to comment.