Questions tagged [cyber-panel]

63 questions
0
votes
0 answers

Created cron job on cyber panel but it is not working

I have created a cron job but nothing is happening neither i am able to see the error logs I am working on cyber panel. here is what I posted on command input field /usr/local/lsws/lsphp74/bin/lsphp …
Usman Khan
  • 75
  • 1
  • 7
0
votes
1 answer

N8N SSL on main domain port:5678

I have been struggling with getting this n8n port secure with an SSL (https://). My n8n sits on the main root at mydomain.com:5678. I have forced https sitewide but has not worked. I have read many different docs but none seemed to help me with my…
CodeOfArms
  • 21
  • 4
0
votes
1 answer

Dovecot service starting failed centos, CyberPanel

Main Error `● dovecot.service - Dovecot IMAP/POP3 email server Loaded: loaded (/usr/lib/systemd/system/dovecot.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Thu 2023-02-09 12:10:36 UTC; 3min 7s ago …
SiLeNt
  • 1
  • 2
0
votes
0 answers

How to Rewrite Rule in CyberPanel to take off www?

I am trying to enter my website using CyberPanel but when I try to enter the www appears so can´t enter. I have to Rewrite the Rule but I don´t know how Rewrite Rules Added by CyberPanel Rewrite Rule Generator RewriteEngine On RewriteCond…
0
votes
0 answers

CyberPanel Installation Syntax Error on Hostinger: newline unexpected

I am quite new at Ubuntu, but I am trying to install Cyberpanel to my VPS with Ubuntu 20.04 64bit on Hostinger. I have tried to use the command below from the documentation (https://community.cyberpanel.net/docs?category=9&topic=82): sh <(curl…
Guilherme Matheus
  • 573
  • 10
  • 30
0
votes
1 answer

Command Line to retreive CyberPanel/Snappymail admin dashboard password on Ubuntu Virtual Machine

I recently purchased a VPS with amazon lightsail and I installed cyberpanel. As I am setting up my websites and email server I realized that I was not able to send out emails but can receive them just fine. I later found out that amazon blocks the…
Trillumonopoly Inc
  • 115
  • 1
  • 1
  • 11
0
votes
0 answers

Auto run npm install after git pull

so I have my own VPS, and I installed CyberPanel to host my website. The problem is that there is no option to do a command after my git is being pulled to the server. So I have to include node_modules in the repository which is a pain. Is there a…
Alvin Stefanus
  • 1,873
  • 2
  • 22
  • 60
0
votes
1 answer

CyberPanel OpenLiteSpeed: Host Node JS Website

I bought my own VPS and installed CyberPanel. Now I want to host my application written in NodeJS (Typescript). So I have uploaded my application into public_html folder: The application is resulted from these commands: "build": "tsc --project…
Alvin Stefanus
  • 1,873
  • 2
  • 22
  • 60
0
votes
1 answer

ModSecurity Configuration > Installation Failed. None

Moved from Hostinger Shared to Hostinger Cyberpanel VPS. OS: Centos 7 CyberPanel: v2.3.2 Problem: Server > Security > ModSecurity Conf > Install Now > "Installation failed. None" Text* Loaded plugins: copr, fastestmirror, priorities Loading mirror…
0
votes
0 answers

Cyberpanel error log: "bypassed". Htaccess in subfolder

So I have a Cyberpanel that I want to use for a laravel script. At first I thought the issue is due to the .htaccess in my root folder directly but I think the issue is the .htaccess file on my subfolder not being recognized by OpenLiteSpeed? I read…
Tescan
  • 23
  • 4
0
votes
0 answers

when my site transfer to cyber panel through duplicator plugging then every time facing this issue

[ when my site transfer to cyber panel through duplicator plugging then every time facing this issue. can anyone help me ] Error Query size limit error (max limit 16777216) See FAQ: FAQ Link FAILED QUERY LIMIT…
Osama Ali
  • 1
  • 1
0
votes
0 answers

deploy spring boot application to vps centos 7 with cyberpanel

hello I have developed a spring boot application using spring sts IDE and i build jar file then i deployed to my cyberpanel and then i follow this tutorial https://computingforgeeks.com/how-to-run-java-jar-application-with-systemd-on-linux/ and it…
0
votes
1 answer

Snappy Mail/Rainloop Authentication failed

I Installed the fresh cyberpanel installation when I created a email with the domain and tried to login with the same it shows Authentication failed Server message: AUTHENTICATIONFAILED Authentication failed. I am using VPS server from…
Ibrahim Khan
  • 184
  • 10
0
votes
0 answers

Not able to run Django website without port 8000(for eg: website.example:8000) using cyberpanel and openlitespeed

I am trying to host website on cyberpanel with openlitespeed server, CentOS operating system. but whenever I am trying to make the project live it is not coming on the specified domain but running only on the example.com:8000. I did all the changes…
0
votes
1 answer

Rewrite Rule returns 500 internal server error litespeed

how are you ? Today I'm with this problem that I cannot solve. I created an instance to which I associated a docker container using cyberpanel, so far so good since if I enter the URL of the instance including the port I can use the app correctly.…