Jump to content

Battlefield Admin Control Panel - BFACP


Message added by Prophet731,

Version 2.3.0 and 3.0 will only be offered as a SaaS solution. Please redirect all discussions regarding these versions to EZSCALE's discord channel. 

https://discord.com/channels/905179054527905823/1043276850694201375/1043276850694201375

Recommended Posts

6 hours ago, Prophet731 said:

So you made sure that the creds you provided to the BFACP are correct right? Wiping the database doesn't solve a connection issue with connecting to the database. 

Yes i made sure how to i clear like the cache for the servers listed and start over with a new connection to a DB? i dont see a add server button or anything im confused does it set it up with the SQL setup script?

Link to comment
  • Administrators
3 minutes ago, anthdawg5443 said:

Yes i made sure how to i clear like the cache for the servers listed and start over with a new connection to a DB? i dont see a add server button or anything im confused does it set it up with the SQL setup script?

I'm confused on what you're asking? Connecting to the database and adding a server are totally separate things.

The developer of the Battlefield Admin Control Panel (BFACP)

For BFACP support please post in the BFACP topic linked above.

Do not contact me via PM on the forums for help with procon. Please make a topic for it. Only PM's I will accept will revolve around any website issues.

spacer.png

Link to comment
2 minutes ago, Prophet731 said:

I'm confused on what you're asking? Connecting to the database and adding a server are totally separate things.

so what im saying is that the live scoreboard isnt working the only issue i could find is it cannot connect to my database.. i have checked the creds i have no clue why it cannot connect ill check a third time

Link to comment
  • Administrators
15 minutes ago, anthdawg5443 said:

and another thing, if it cannot connect to my database? why the hell is it letting me login and shit and get to live scoreboard? doesnt make any sense

 

So did you set the rcon password under Site Management > Servers? Also have you made sure that the web host allows an outgoing connection to the port that your game server uses on your web host? Usually it's 47000 TCP. I checked by going to it and clicking on the 500 error requests and see that it's one of these two options. The things you've said so far you were saying was an issue with your database, from the original error you posted. 

The developer of the Battlefield Admin Control Panel (BFACP)

For BFACP support please post in the BFACP topic linked above.

Do not contact me via PM on the forums for help with procon. Please make a topic for it. Only PM's I will accept will revolve around any website issues.

spacer.png

Link to comment
16 minutes ago, Prophet731 said:

So did you set the rcon password under Site Management > Servers? Also have you made sure that the web host allows an outgoing connection to the port that your game server uses on your web host? Usually it's 47000 TCP. I checked by going to it and clicking on the 500 error requests and see that it's one of these two options. The things you've said so far you were saying was an issue with your database, from the original error you posted. 

outgoing connection to the port that my game server uses on my web host? so 22100?

Link to comment
  • Administrators
Just now, anthdawg5443 said:

outgoing connection to the port that my game server uses on my web host? so 22100?

If that's the RCON port then yes.

The developer of the Battlefield Admin Control Panel (BFACP)

For BFACP support please post in the BFACP topic linked above.

Do not contact me via PM on the forums for help with procon. Please make a topic for it. Only PM's I will accept will revolve around any website issues.

spacer.png

Link to comment
  • 2 weeks later...

Hi i cant get the website to work. I tried install it manual 2.0.3, with the composer method for 2.0.3, the git method for 2.0.3 and finally the dev version. After some changes like go back to php 5.6 and install an older version of composer (because the up to date version dont work with older php versions) i managed to get on the Dashboard with all methods of installing it but if i click on login or something else nothing happen except the url change from /index.php to /index.php/login and the server menu opens but i stay at the homepage and dont get an login field. I also cant click on any other menu it always stay on the homepage and nothing except the url changes.

Any Idea how i can fix this?

bfacp2.thumb.png.eb786328888b146c39cabff0634b1cc1.png

Link to comment
  • Administrators
6 hours ago, KampfCobain said:

Hi i cant get the website to work. I tried install it manual 2.0.3, with the composer method for 2.0.3, the git method for 2.0.3 and finally the dev version. After some changes like go back to php 5.6 and install an older version of composer (because the up to date version dont work with older php versions) i managed to get on the Dashboard with all methods of installing it but if i click on login or something else nothing happen except the url change from /index.php to /index.php/login and the server menu opens but i stay at the homepage and dont get an login field. I also cant click on any other menu it always stay on the homepage and nothing except the url changes.

Any Idea how i can fix this?

bfacp2.thumb.png.eb786328888b146c39cabff0634b1cc1.png

 

6 hours ago, KampfCobain said:

I also get an error for bans

bfacp-bans.thumb.png.dff89bbf962b8c80cef82ef7b9222792.png

So... Do you have mod_rewrite enabled for apache?

The developer of the Battlefield Admin Control Panel (BFACP)

For BFACP support please post in the BFACP topic linked above.

Do not contact me via PM on the forums for help with procon. Please make a topic for it. Only PM's I will accept will revolve around any website issues.

spacer.png

Link to comment
2 hours ago, KampfCobain said:

yes mod_rewrite is enabled for apache

 

Do not expose the address of your server next time. SeCuRiTy

Edited by Prophet731
Deleted image

Need new plugin features? I can change: Adkats, AdKatsLRT, LanguageEnforcer, InsaneLimits, xVotemap for you. Also working on new plugins. Have an idea? Share it and I might include it in my repos. Github.com/hedius

 

Check out E4GLAdKats for an advancded and maintained AdKats version.

Link to comment
  • Administrators
1 hour ago, KampfCobain said:

ok i got it to work with version 2.0.3. must have been problems with my NGINX proxy. Thanks for this great interface ❤️

Should have mentioned you were using a NGINX proxy.

location / {
    try_files $uri $uri/ /index.php?$query_string;
}

 

The developer of the Battlefield Admin Control Panel (BFACP)

For BFACP support please post in the BFACP topic linked above.

Do not contact me via PM on the forums for help with procon. Please make a topic for it. Only PM's I will accept will revolve around any website issues.

spacer.png

Link to comment
9 hours ago, Prophet731 said:

Should have mentioned you were using a NGINX proxy.


location / {
    try_files $uri $uri/ /index.php?$query_string;
}

 

Thanks for the answer, I should have really mentioned directly that i am using a nginx proxy sry :). unfortunately it still does not work. I am not redirected to the individual pages through the proxy. Here is my config:

server {
        listen 80;
        listen [::]:80;

        root /var/www/bfacp/public;
        index index.php;
        server_name XX.XXXXXX.XXX;

        access_log /var/log/nginx/bfacp-access.log;
        error_log /var/log/nginx/bfacp-error.log;

        location / {
                try_files $uri $uri/ /index.php?$query_string;
                proxy_pass http://127.0.0.1:XXXX;
  }
}

 

Link to comment

I have now updated to version 2.1 and it runs everything as far as version 2.0.3. Unfortunately my NGINX proxy does also not work with 2.1.
In addition I have now tried to set the mail server in the .env file. If I now create a new user i get this error message:


 Fatal System Error!

Expected response code 250 but got code "550", with message "550 5.7.0 The sender address used does not belong to your authenticated <myprovider> package. - You are not authorized to send mail from: <noreply@mg.gamerethos.net>
"

 

Link to comment
  • Administrators
On 1/23/2021 at 7:24 AM, KampfCobain said:

I have now updated to version 2.1 and it runs everything as far as version 2.0.3. Unfortunately my NGINX proxy does also not work with 2.1.
In addition I have now tried to set the mail server in the .env file. If I now create a new user i get this error message:




 Fatal System Error!

Expected response code 250 but got code "550", with message "550 5.7.0 The sender address used does not belong to your authenticated <myprovider> package. - You are not authorized to send mail from: <noreply@mg.gamerethos.net>
"

 

See this post about the email issue. Battlefield Admin Control Panel - BFACP - Page 11 - Plugin Enhancements - MyRCON

17 hours ago, KampfCobain said:

On version 2.1 i cant open Servers>Listing i get this error:



Fatal System Error!

Trying to get property of non-object (View: /var/www/bfacp/resources/views/servers/list.blade.php)

And can you tell me how i can edit the Preset Messages? Thx :)

Do you have any game servers in your

tbl_server

that have a game id of zero?

Preset messages are set in AdKats plugin settings. BFACP pulls those out.

The developer of the Battlefield Admin Control Panel (BFACP)

For BFACP support please post in the BFACP topic linked above.

Do not contact me via PM on the forums for help with procon. Please make a topic for it. Only PM's I will accept will revolve around any website issues.

spacer.png

Link to comment
5 hours ago, Prophet731 said:

See this post about the email issue. Battlefield Admin Control Panel - BFACP - Page 11 - Plugin Enhancements - MyRCON

Do you have any game servers in your


tbl_server

that have a game id of zero?

Preset messages are set in AdKats plugin settings. BFACP pulls those out.

 

i have already looked at your post and adjusted the settings in the .env file. As far as I understand i only have to adjust the .env file with version 2.1. Unfortunately the mailer still tries to send mails via [email protected].

And i only have one server in tbl_server with a 1 at ServerID and a 1 at GameID

Link to comment
7 minutes ago, wizz3 said:

"Could not connect to server. It may be offline or port is closed. Please try again later."
the server is active and it shows the live amount of players in the dashboard but i can not see the live scoreborad, what can i do to fix this?

Screenshot_68.png

Make sure that the RCON port of your server is reachable from your webserver. Maybe your hoster is blocking external access. Ask them if needed.

Need new plugin features? I can change: Adkats, AdKatsLRT, LanguageEnforcer, InsaneLimits, xVotemap for you. Also working on new plugins. Have an idea? Share it and I might include it in my repos. Github.com/hedius

 

Check out E4GLAdKats for an advancded and maintained AdKats version.

Link to comment
1 minute ago, TheNoobetPlayer said:

OK I think I find the problem

I download this on github

But the github release version dont have vendor folder

Hope you can fix this :)

Follow the instructions and use compose to load the dependencies.

Need new plugin features? I can change: Adkats, AdKatsLRT, LanguageEnforcer, InsaneLimits, xVotemap for you. Also working on new plugins. Have an idea? Share it and I might include it in my repos. Github.com/hedius

 

Check out E4GLAdKats for an advancded and maintained AdKats version.

Link to comment
On 1/28/2021 at 1:12 PM, Hedius said:

Make sure that the RCON port of your server is reachable from your webserver. Maybe your hoster is blocking external access. Ask them if needed.

thx, i talked with my hoster and they oppened port 47200 and everything is working now


including this :

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Our picks

    • Game Server Hosting:

      We're happy to announce that EZRCON will branch out into the game server provider scene. This is a big step for us so please having patience if something doesn't go right in this area. Now, what makes us different compared to other providers? Well, we're going with the idea of having a scaleable server hosting and providing more control in how you set up your server. For example, in Minecraft, you have the ability to control how many CPU cores you wish your server to have access to, how much RAM you want to use, how much disk space you want to use. This type of control can't be offered in a single service package so you're able to configure a custom package the way you want it.

      You can see all the available games here. Currently, we have the following games available.

      Valheim (From $1.50 USD)


      Rust (From $3.20 USD)


      Minecraft (Basic) (From $4.00 USD)


      Call of Duty 4X (From $7.00 USD)


      OpenTTD (From $4.00 USD)


      Squad (From $9.00 USD)


      Insurgency: Sandstorm (From $6.40 USD)


      Changes to US-East:

      Starting in January 2022, we will be moving to a different provider that has better support, better infrastructure, and better connectivity. We've noticed that the connection/routes to this location are not ideal and it's been hard getting support to correct this. Our contract for our two servers ends in March/April respectively. If you currently have servers in this location you will be migrated over to the new provider. We'll have more details when the time comes closer to January. The new location for this change will be based out of Atlanta, GA. If you have any questions/concerns please open a ticket and we'll do our best to answer them.
      • 5 replies
    • Hello All,

      I wanted to give an update to how EZRCON is doing. As of today we have 56 active customers using the services offered. I'm glad its doing so well and it hasn't been 1 year yet. To those that have services with EZRCON, I hope the service is doing well and if not please let us know so that we can improve it where possible. We've done quite a few changes behind the scenes to improve the performance hopefully. 

      We'll be launching a new location for hosting procon layers in either Los Angeles, USA or Chicago, IL. Still being decided on where the placement should be but these two locations are not set in stone yet. We would like to get feedback on where we should have a new location for hosting the Procon Layers, which you can do by replying to this topic. A poll will be created where people can vote on which location they would like to see.

      We're also looking for some suggestions on what else you would like to see for hosting provider options. So please let us know your thoughts on this matter.
      • 4 replies
    • Added ability to disable the new API check for player country info


      Updated GeoIP database file


      Removed usage sending stats


      Added EZRCON ad banner



      If you are upgrading then you may need to add these two lines to your existing installation in the file procon.cfg. To enable these options just change False to True.

      procon.private.options.UseGeoIpFileOnly False
      procon.private.options.BlockRssFeedNews False



       
      • 2 replies
    • I wanted I let you know that I am starting to build out the foundation for the hosting services that I talked about here. The pricing model I was originally going for wasn't going to be suitable for how I want to build it. So instead I decided to offer each service as it's own product instead of a package deal. In the future, hopefully, I will be able to do this and offer discounts to those that choose it.

      Here is how the pricing is laid out for each service as well as information about each. This is as of 7/12/2020.

      Single MySQL database (up to 30 GB) is $10 USD per month.



      If you go over the 30 GB usage for the database then each additional gigabyte is charged at $0.10 USD each billing cycle. If you're under 30GB you don't need to worry about this.


      Databases are replicated across 3 zones (regions) for redundancy. One (1) on the east coast of the USA, One (1) in Frankfurt, and One (1) in Singapore. Depending on the demand, this would grow to more regions.


      Databases will also be backed up daily and retained for 7 days.




      Procon Layer will be $2 USD per month.


      Each layer will only allow one (1) game server connection. The reason behind this is for performance.


      Each layer will also come with all available plugins installed by default. This is to help facilitate faster deployments and get you up and running quickly.


      Each layer will automatically restart if Procon crashes. 


      Each layer will also automatically restart daily at midnight to make sure it stays in tip-top shape.


      Custom plugins can be installed by submitting a support ticket.




      Battlefield Admin Control Panel (BFACP) will be $5 USD per month


      As I am still working on building version 3 of the software, I will be installing the last version I did. Once I complete version 3 it will automatically be upgraded for you.





      All these services will be managed by me so you don't have to worry about the technical side of things to get up and going.

      If you would like to see how much it would cost for the services, I made a calculator that you can use. It can be found here https://ezrcon.com/calculator.html

       
      • 11 replies
    • I have pushed out a new minor release which updates the geodata pull (flags in the playerlisting). This should be way more accurate now. As always, please let me know if any problems show up.

       
      • 9 replies
×
×
  • Create New...

Important Information

Please review our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.