Online Home Poker (4 Viewers)

I am thinking of not being banker anymore, or maybe using PayPal. I just looked at my bank statement for April, and I was charged $40.50 in interac transfer fees:

Apr 30, 2020Branch Transaction E-TRANSFER NETWORK FEE$40.50

Not liking that at all. Even though I do not take a rake, it seems that my bank is :)
 
I am thinking of not being banker anymore, or maybe using PayPal. I just looked at my bank statement for April, and I was charged $40.50 in interac transfer fees:

Apr 30, 2020Branch Transaction E-TRANSFER NETWORK FEE$40.50

Not liking that at all. Even though I do not take a rake, it seems that my bank is :)
Wow, maybe wrong bank? I setup a no fee account just for poker related transactions.
 
I got a domain name and got it set up with aws fine. What's everybody using or how to set up the ssl for pro version? Sorry noob here. Thanks for input
 
Is it a business account or personal? Personal accounts are normally free, business accounts have transfer fees.
[/QUOTE]
It's a personal account. Looking at the fine print for my account it looks like e-transfers are free to receive and a $1.50 to send, and this is separate from any other fees. My usual fees are waived monthly if I maintain a certain balance, but that does not seem to apply to interac transfers.
 
It's a personal account. Looking at the fine print for my account it looks like e-transfers are free to receive and a $1.50 to send, and this is separate from any other fees. My usual fees are waived monthly if I maintain a certain balance, but that does not seem to apply to Interac transfers.
Chequing or savings? TD is free to send for the former, counts as a regular transaction fee for savings (which usually has a fee beyond 1 transaction/month)
 
After seeing my fee charges yesterday, I suggested to my friend, who is a remote admin on my site and plays way more than I do, that he check his bank statement too. He was charged $210 in fees for April.
 
Has anyone put together a step by step installation guide for Poker Mavens + patching + security add-ons/considerations/patches, etc.? If so, I would appreciate a PM. Thx

P.S. Plan is to buy the Pro version, test it for a week or two, and of need be, upgrade to the gold version...but looks like for our need (one or two tables for a bunch of friends playing a home game), the Pro version should suffice.
 
After seeing my fee charges yesterday, I suggested to my friend, who is a remote admin on my site and plays way more than I do, that he check his bank statement too. He was charged $210 in fees for April.
I was shocked to find my account also had a fee of $27.50. It turns out the first 25 withdrawals are free, $1.25 per after that. Upgrading to unlimited account today!
 
Has anyone put together a step by step installation guide for Poker Mavens + patching + security add-ons/considerations/patches, etc.? If so, I would appreciate a PM. Thx

P.S. Plan is to buy the Pro version, test it for a week or two, and of need be, upgrade to the gold version...but looks like for our need (one or two tables for a bunch of friends playing a home game), the Pro version should suffice.
There are no patches to apply - just download and install the latest version. Future patches are the same - just download and install the newer version (stop PM server first), all existing games and settings are retained.

Best advice for setup - go to the online manual (or F1) and just read the comments for each configuration item one by one. Also this thread has a ton of setup tips, although it requires you to wade through the previous 21 pages.

If you are only 1 or 2 tables and you want to test it before committing, maybe start with Lite ($40), which is single table. If you like it, upgrade to Pro ($150), which will give you the second table. No need for Gold ($500), the added features are such that you will likely never use or need them.
 
If you are planning on using poker mavens on a hosted vps, then there are some security things you may want to consider:

Run something like rdpdefender or rdpguard. rdpdefender is free, rdpguard costs $80. They both do mostly the same thing, but rdpguard has a couple of features that make it stand out from rdpdefender

Disable the default administrator account and create a new one. (you will need to uninstall/reinstall poker mavens if you have already installed it under the administrator account since the program uses the installing user local path for the data folder)

Use strong passwords always

Change the listening port for rdp from 3389 to something else of your choice.

Monitor some of the event logs for rdp specific events (failed logon, etc)

If you have a Pro license and your own domain, then use a TLS certificate. They are cheap to buy and easy to setup.

If your hosting provider offers vps snapshots, then take one every now and then. I also like to backup my data folder to something like One Drive or Google Drive. That will maintain all of your user accounts and configured games for easy migration to another install. The data folder is very small. Mine is 36 MB

While I do host my poker mavens on a vps (with ohv right now--great prices, but horrible, horrible customer service), I also maintain a virtual server on my home infrastructure that I keep current with my cloud server. If there is ever an issue with the cloud server all I need to do is copy my data folder from One Drive over to my virtual server at home, then change the A record in my dns settings at my domain provider, and I'm good to go and up and running on a different server in less than ten minutes. I realize this might not be something everyone is interested in, but I work in IT, so this stuff is easy and fun for me.
 
Question for the Mavens folks out there - is there anyway to reset an account's password, other than turning on the password reset by email feature? I'm having a bear of a time trying to get the email function to work.
 
Question for the Mavens folks out there - is there anyway to reset an account's password, other than turning on the password reset by email feature? I'm having a bear of a time trying to get the email function to work.

Are you trying to use a gmail account for account verification? I had to turn on 2 step verification in gmail to get it to work.
 
Question for the Mavens folks out there - is there anyway to reset an account's password, other than turning on the password reset by email feature? I'm having a bear of a time trying to get the email function to work.
Highlight the account, click edit, change the password, send the new password to the user, tell them to change it as soon as they log in.
 
This is really great info, we've just started playing with poker mavens running at home. We'll look into the defenders you mentioned!
Did you change the port for Mavens as well or just RDP?
If you run poker mavens out of your home, you probably don't need to bother with any rdp protection software (unless you expose remote desktop to the internet from your home). The rdp protection stuff is for cloud hosted virtual servers where you need rdp open to the internet so that you can connect to your server.
 
Last edited:
Question for the Mavens folks out there - is there anyway to reset an account's password, other than turning on the password reset by email feature? I'm having a bear of a time trying to get the email function to work.
Me also.
 
What issue are you having with the email based password recovery? It's a bit odd, but the way it works is the user requests the validation code and once received, the user will then enter the validation code and what they want for a new password at the same time. Then if the validation code is good, that password will be their new password.

Or is the email function itself not working?

For smtp setup, mine looks like this:
Host server: smtp.gmail.com
Host port: 465
username: you@gmail.com
password: yourpassword
From address: you@gmail.com
Secure connection: Yes
 
What issue are you having with the email based password recovery? It's a bit odd, but the way it works is the user requests the validation code and once received, the user will then enter the validation code and what they want for a new password at the same time. Then if the validation code is good, that password will be their new password.

Or is the email function itself not working?

For smtp setup, mine looks like this:
Host server: smtp.gmail.com
Host port: 465
username: you@gmail.com
password: yourpassword
From address: you@gmail.com
Secure connection: Yes
It was the email function itself. I'm going to try to straighten this out today.
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account and join our community. It's easy!

Log in

Already have an account? Log in here.

Back
Top Bottom