Page 1 of 1

Hotspot users automatic expiry

Posted: Tue Aug 03, 2010 10:15 am
by singh
Hello.
I have been using the hotspot feature on the mikrotik router OS.
I need to know if I can somehow create users to expire automatically, say after 12 hours or 1day.
I would also like to know if there is a way of generating random logins and passwords, whereby when the user comes, he will sort of buy a scratch card with the login and password which would then expire in say 1day or 12hours or 1hour after his first login

Re: Hotspot users automatic expiry

Posted: Tue Aug 03, 2010 3:49 pm
by fewi
Use User Manager, which is a Mikrotik RADIUS server for RouterOS. It supports the concept pf vouchers, which is exactly what you are looking for.

Re: Hotspot users automatic expiry

Posted: Tue Aug 03, 2010 5:49 pm
by Feklar
Fewi is right, you are looking to use Radius. Weather this be User Manager or another Radius server and back end system.

This describes the Radius Attributes available, I believe the Session-Timeout would be what you are looking for.
http://wiki.mikrotik.com/wiki/RADIUS_Client

As far as generating random user names/passwords, it all depends on the back end system being used.

Re: Hotspot users automatic expiry

Posted: Wed Aug 04, 2010 11:32 am
by birendersinghbudhwar
Hello.
I have been using the hotspot feature on the mikrotik router OS.
I need to know if I can somehow create users to expire automatically, say after 12 hours or 1day.
I would also like to know if there is a way of generating random logins and passwords, whereby when the user comes, he will sort of buy a scratch card with the login and password which would then expire in say 1day or 12hours or 1hour after his first login
Hi we have a package for this kind of requirement we are using currently what you are required it cost us around Rs. 4500/- INR which includes a radius and web user interface which allow you to set the session time after that the user id and password becomes useless.

you you need this just let me know.

Birender

Re: Hotspot users automatic expiry

Posted: Tue Aug 10, 2010 11:54 am
by singh
Use User Manager, which is a Mikrotik RADIUS server for RouterOS. It supports the concept pf vouchers, which is exactly what you are looking for.
Actually I am a bit new at these things.
Is this User Manager part of the router OS I have or is it a separate entity?
How difficult is it to set it up?

Re: Hotspot users automatic expiry

Posted: Tue Aug 10, 2010 12:57 pm
by singh
Hello.
I have been using the hotspot feature on the mikrotik router OS.
I need to know if I can somehow create users to expire automatically, say after 12 hours or 1day.
I would also like to know if there is a way of generating random logins and passwords, whereby when the user comes, he will sort of buy a scratch card with the login and password which would then expire in say 1day or 12hours or 1hour after his first login
Hi we have a package for this kind of requirement we are using currently what you are required it cost us around Rs. 4500/- INR which includes a radius and web user interface which allow you to set the session time after that the user id and password becomes useless.

you you need this just let me know.

Birender

Hi Birender, I think I really am intrested in this. I am in Kenya. Please advise

Re: Hotspot users automatic expiry

Posted: Wed Aug 11, 2010 8:59 am
by singh
Can anyone please assist.........

Re: Hotspot users automatic expiry

Posted: Wed Aug 11, 2010 3:39 pm
by fewi
http://wiki.mikrotik.com/wiki/Manual:User_Manager
http://wiki.mikrotik.com/wiki/User_Mana ... ed_Voucher

There are other User Manager voucher howtos on the wiki. Always search the manual first...

Re: Hotspot users automatic expiry

Posted: Wed Aug 11, 2010 4:15 pm
by birendersinghbudhwar
Hello.
I have been using the hotspot feature on the mikrotik router OS.
I need to know if I can somehow create users to expire automatically, say after 12 hours or 1day.
I would also like to know if there is a way of generating random logins and passwords, whereby when the user comes, he will sort of buy a scratch card with the login and password which would then expire in say 1day or 12hours or 1hour after his first login
Hi we have a package for this kind of requirement we are using currently what you are required it cost us around Rs. 4500/- INR which includes a radius and web user interface which allow you to set the session time after that the user id and password becomes useless.

you you need this just let me know.

Birender

Hi Birender, I think I really am intrested in this. I am in Kenya. Please advise
contact me on my mobile 8121674534

Re: Hotspot users automatic expiry

Posted: Tue Aug 17, 2010 12:15 pm
by birendersinghbudhwar
Can anyone please assist.........
I try to send you mail but its bounced please mention your email i will send you the details.

or you can forward your email to sales@wifi4india.com

birender

Re: Hotspot users automatic expiry

Posted: Wed Aug 18, 2010 10:27 pm
by Christiano
Hello.
I have been using the hotspot feature on the mikrotik router OS.
I need to know if I can somehow create users to expire automatically, say after 12 hours or 1day.
I would also like to know if there is a way of generating random logins and passwords, whereby when the user comes, he will sort of buy a scratch card with the login and password which would then expire in say 1day or 12hours or 1hour after his first login
Hey, i´m looking for it but in API PHP. Is possible?
$API->write('/user/add', false);
$API->write('=group=full', false);
$API->write('=name=zuca', false);
$API->write('=password=123456');
whats the command i use here to define a time´s expire for user?

Re: Hotspot users automatic expiry

Posted: Thu Aug 19, 2010 9:00 am
by birendersinghbudhwar
Hello.
I have been using the hotspot feature on the mikrotik router OS.
I need to know if I can somehow create users to expire automatically, say after 12 hours or 1day.
I would also like to know if there is a way of generating random logins and passwords, whereby when the user comes, he will sort of buy a scratch card with the login and password which would then expire in say 1day or 12hours or 1hour after his first login
Hey, i´m looking for it but in API PHP. Is possible?
$API->write('/user/add', false);
$API->write('=group=full', false);
$API->write('=name=zuca', false);
$API->write('=password=123456');
whats the command i use here to define a time´s expire for user?
The best method is to use Radius server based users were you have lots of options like what you are talking a bout.

Re: Hotspot users automatic expiry

Posted: Fri Aug 27, 2010 10:00 pm
by Christiano
Hello.
I have been using the hotspot feature on the mikrotik router OS.
I need to know if I can somehow create users to expire automatically, say after 12 hours or 1day.
I would also like to know if there is a way of generating random logins and passwords, whereby when the user comes, he will sort of buy a scratch card with the login and password which would then expire in say 1day or 12hours or 1hour after his first login
Hey, i´m looking for it but in API PHP. Is possible?
$API->write('/user/add', false);
$API->write('=group=full', false);
$API->write('=name=zuca', false);
$API->write('=password=123456');
whats the command i use here to define a time´s expire for user?

Look here:

http://forum.mikrotik.com/viewtopic.php?f=13&t=44421

Re: Hotspot users automatic expiry

Posted: Tue Dec 04, 2012 7:36 am
by theviper0308
i use user manager 5.22,
today i was create 1 ticket using profile : usage = 1 hour, valid = 1 day.
how to know when this ticket expiry date? or is it this ticket still can be use on the next next next year?
thanks. i hope somebody will answer my post.

so weird.this is main mikrotik forum, but no one answer my post before.

thanks.