No Access Code

No Access Code
If you can't access the admin interface, as you don't have an access code or the access code you have doesn't work, check /home/ghostx/bin/nginx/conf/codes/ to ensure there is a code that ends with .conf. If there is, try using this as your access code.

If there are no codes that end with .conf, or the ones that do are not for an admin interface login, then copy template to admin.conf and make the following changes:

  • Replace #CODE# with admin
  • Replace #TYPE# with admin
  • Delete #WHITELIST#
  • Enter mysql via your preferred method and run: USE `ghostx`; INSERT INTO `access_codes`( `code`, `type`, `enabled`, `groups`) VALUES ('admin', 0, 1, '[1]');
  • Run the following command via SSH: service ghostx reload
  • You should now be able to access the admin panel via: http://yoursite.com:8080/admin


Login Error: "You do not have access"
This error relates to the access code specifically, it means the access code you're using is for a group that your user is not in. Make sure you're using the right user, or the right access code. If you can't access the panel because of this then use the instructions from the No Access Code section to create a new access code for admins.

  • 0 Kasutajad peavad seda kasulikuks
Kas see vastus oli kasulik?

Seotud artiklid

Service Commands

Use the following commands to perform basic service commandsservice ghostx...

Licence Generation

Generate LicenseAfter a new installation, the license will be generated from the setup page. This...

Mysql Access Denied

MySQL Access DeniedIf you're getting access denied on the main server, you're going to need to...

Load Balancer Offline

Load Balancer OfflineAccess the load balancer via SSH and run /etc/init.d/ghostx stop then...