Questions tagged [cyber-panel]

63 questions
0
votes
0 answers

Mysql ERROR 1064 while importing database via SSH

I just take a backup from my webmin server and want to restore it on cyberpanel since the database is large I was restoring it via command line. but I am getting an error ERROR 1064 ERROR 1064 (42000) at line 76929: You have an error in your SQL…
0
votes
1 answer

Cronjobs doesn't works wirth CyberPanel, but they works through SSH

I've configured the below 2 cronjobs with CyberPanel UI: * * * * * cd /home/marinisilvio.com/rarespot/rs-core/src; php ether_handler.php >> /var/log/rscore.log * * * * * cd…
SWeC
  • 165
  • 2
  • 15
0
votes
1 answer

Create database to access small project inside wordpress from cyber panel

I had setup wordpress project in main url : www.example.com with help of cyber panel in aws-ec2 free hosting. I had domain and setup wordpress via cyber panel. Now, I want to setup small php project inside this like: www.example.com/mysmallproject I…
vrajesh
  • 2,935
  • 3
  • 25
  • 40
0
votes
1 answer

404 not found after installed cyberpanal

I try to install cyberpanal in digitalocean droplet, but it does not install successfully. After that when i visited my website a '404 not found' default page from LiteSpeed is shown. Also the Apache is not running Sample Image
0
votes
2 answers

How to save logs of Node.js running in CyberPanel?

I am currently running a Cyber Panel v2.1 + Ubuntu + Node v14.4 on an EC2 T2.Small Instance. Using the context menu in the Open Lite Speed Interface, I run a Node.JS Website. However, their are issues with its functionality, particularly when I try…
0
votes
1 answer

getting 500 Internal Server Error when hosting website on cyberpanel

I am hosting django application on Cyberpanel. I have created website in cyberpanel and setup my django project. also changed vHost configuration. but in LIST WEBSITES getting this error No Screenshot Available 500 Internal server Error here is…
Namita Tare
  • 123
  • 9
0
votes
0 answers

CyberPanel stalls as soon as I require mongoose on a Node.Js Website

I have an EC2 Instance, it runs Ubuntu, CyberPanel, Node v 14.4.0. I created a website using the normal CyberPanel options and edited the context menue in OLS (:7080) to run node. The website runs fine but the moment I try to connect it with my…
0
votes
1 answer

im trying to use hashcat on a hash from hackthebox with rule and i get the output of Exhausted every time

The hash is an SHA1 hash that i need to append 2020 to the end of each password: The rule.txt file input is: "$2 $0 $2 $0" The command: hashcat -a 0 -m 100 hash.txt /opt/useful/SecLists/Passwords/Leaked-Databases/rockyou.txt -r rule.txt The…
0
votes
1 answer

I can’t send email from my own mail server using cyberpanel webmail

I have been trying to create my own server using cyberpanel on vultr I already created my email and issue ssl and configured my dns and my reverse dns but when I login to my rainloop my message would be sent but won’t deliver but if I send a mail to…
Exactman
  • 43
  • 8
0
votes
2 answers

I tried to delete admin user and then I can't login to the cyberpanel

I tried to remove the default admin user on cyberpanel as follows: Create a new user with the highest authority admin Login cyberpnael with new user and go to user section to delete admin user. I got an error message, I don't remember what it is. I…
FanCanvas
  • 1
  • 1
0
votes
1 answer

Im a cyber student im working on nmap now and i didnt understand why i got a different anwser on this scan type:

I'm studying nmap now on a website and I didn't understand something. When I'm trying to use nmap to scan ports with this command: sudo nmap -sS x.x.x.x. I get this: Nmap scan report for x.x.x.x Host is up (0.011s latency). Not shown: 992 closed…
0
votes
0 answers

What is the process to add sub domain with Cloudflare and Cyberpanel whose domain name is used as custom domain name for WP multisite?

The domain example.Org is custom domain name that points to WP Multisite enabled example.Com WP Mu site example.Com is working fine. /home/example.Com/ This WPMU example.Com is added via CyberPanel I need to create a subdomain name like…
AnupRaj
  • 661
  • 5
  • 11
0
votes
2 answers

Laravel cronjob in server won't run

I have my laravel app installed on subdomain of my website and I've set cronjob but it does not fire. I've tested my command by terminal and its firing just fine so the issue is all about cronjob and not my command/console I guess. Code Does not…
mafortis
  • 6,750
  • 23
  • 130
  • 288
0
votes
1 answer

Error: Your requirements could not be resolved to an installable set of packages

I am trying to run composer install on my server,(which is a CentOS based machine) and getting this weird error, Your requirements could not be resolved to an installable set of packages. Though output of my phpinfo() in my project folder gives php…
sajag16642
  • 75
  • 2
  • 9
0
votes
3 answers

How to deploy node.js application in cyberpanel?

I have my application developed in node.js, and I have cyberpanel installed on my server. I have seen many examples of how to deploy a node application in cyberpanel, but I have doubts about how to view it from the browser. So far I have the…
Icler Anaya
  • 1
  • 1
  • 2