Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Vesta Web Interface
  • Search

"I hate web interface at port 8083" No problem, I have solution for this

Questions regarding the Web Interface
GUI
Post Reply
  • Print view
Advanced search
6 posts • Page 1 of 1
jobarte
Posts: 15
Joined: Fri Apr 11, 2014 2:28 pm

"I hate web interface at port 8083" No problem, I have solution for this
  • Quote

Post by jobarte » Thu Oct 13, 2016 5:16 pm

Hi guys,

By default VestaCP web interface runs with SSL on port 8083, but isn't easy to access, because you need to remember correct address and always ignore SSL not validated to login.

Then, I have a workaround (or solution if you like) for this. Then Let's go.

On my example, I have my VestaCP panel on https://amazing.subdomain.vestacp.net:8083/

1 - On existing user (or create, you decide) create domain, that remember, this domain will be used only for this.
Ex: I created cool-panel.vestacp.net on panel user.

2 - With root or admin user, go to user owner of domain created and go to "conf" and "web"
Ex:
root@srv:# pwd
/home/panel/conf/web

3 - VestaCP apache and nginx config was created to be extended (thanks VestaCP team, you're amazing), then You will create a apache specific file for domain with your favorite editor.
Ex:
root@srv:# vim apache2.cool-panel.vestacp.net.conf // Debian like
root@srv:# vim http.cool-panel.vestacp.net.conf // Centos like

4 - We will make domain created as reverse proxy to VestaCP panel, then, edit file as below, save and quit

Code: Select all

ProxyRequests Off
SSLProxyEngine on
SSLProxyVerify none
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
SSLProxyCheckPeerExpire off
ProxyPass / https://127.0.0.1:8083/
ProxyPassReverse / https://127.0.0.1:8083/
5 - Enable reverse proxy for apache
Ex:
root@srv:# a2enmod proxy
root@srv:# a2enmod proxy_http

4 - Test if all is okay with apache2ctl -t (or apachectl -t on CentOS)

5 - If is all okay, then restart your apache server and done, you can access VestaCP panel on specific domain.

Note: VestaCP will work on reverse proxy only if is on /, will not work on /panel /vesta /vestacp /cpanel /zpanel /bla-bla-bla and others.
Top

Darkace
Posts: 15
Joined: Sun Mar 01, 2015 2:09 pm

Re: "I hate web interface at port 8083" No problem, I have solution for this
  • Quote

Post by Darkace » Mon Jan 16, 2017 3:38 pm

How can we use the Https for that because i only get the insecure connection for that

Hope we can fix this Fast Thanks in advance
Top

hanif81
Posts: 7
Joined: Mon Sep 03, 2018 4:05 am

Os: CentOS 6x
Web: apache + nginx
Re: "I hate web interface at port 8083" No problem, I have solution for this
  • Quote

Post by hanif81 » Tue Sep 04, 2018 9:00 am

Code: Select all

root@srv:# a2enmod proxy
root@srv:# a2enmod proxy_http
hi i just run two code above and nothing configure .. from CentOS 7
Top

rtarson
Posts: 13
Joined: Sun Oct 14, 2018 1:03 am

Os: Ubuntu 16x
Web: apache + nginx
Re: "I hate web interface at port 8083" No problem, I have solution for this
  • Quote

Post by rtarson » Thu Oct 18, 2018 5:17 pm

jobarte wrote: ↑
Thu Oct 13, 2016 5:16 pm
Ex:
root@srv:# vim apache2.cool-panel.vestacp.net.conf // Debian like
root@srv:# vim http.cool-panel.vestacp.net.conf // Centos like
Does the part with apache2 and http need to be present, also do both of them need to be created with same value or does one only need to be made?
Top

Emohlyni
Posts: 15
Joined: Wed Feb 27, 2019 1:34 am

Os: Debian 9x
Web: apache + nginx
Re: "I hate web interface at port 8083" No problem, I have solution for this
  • Quote

Post by Emohlyni » Sun Mar 24, 2019 8:17 pm

I get an insecure connection with Https. Tell me to continue working further or not?
Top

dreiggy
Posts: 154
Joined: Thu May 17, 2018 8:05 pm
Contact:
Contact dreiggy
Skype

Os: CentOS 6x
Web: apache + nginx
Re: "I hate web interface at port 8083" No problem, I have solution for this
  • Quote

Post by dreiggy » Wed Apr 10, 2019 10:00 pm

You can just change port to another as described here: viewtopic.php?t=5126#p12657

For security reason I think better when panel is on custom port.
Top


Post Reply
  • Print view

6 posts • Page 1 of 1

Return to “Web Interface”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password