I would like to create one Un/pw in the mikrotik for clint side users,with the validity which means the created Un/pw password should be valid for give time only? How to do that?
You would either have to use a RADIUS platform or create a script that automatically disables or removes the user at a specific time. Creating a script to do it would be very easy as long and you don’t need to constantly amend it.
Can you pls explain How to do the script?
You can create the user as you normally would and then user scheduler to disable/ remove the user at a specified time such as:
/system scheduler
add name=schedule1 on-event=“/user disable user1” policy=ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive,api start-date=nov/14/2013
start-time=03:59:07
You could also use the find command if you are creating several accounts. Be careful with that though…it could have disastrous results!
Kindly check the attachment, Is that right? Kindly explain about “interval” & “Run Count”

That looks good except that you will not need the quotation marks. The interval is in the format hh:mm:ss and it how often after the start time to run. The run count is how many time its executed that scheduler script.
Hi,
First of all Thanks for reply!!!
Still I have not fulfilled with My requirement,here with I attached the user profile- in this user profile I have created the one UN/Pw(nirmal/nirmal) so per the profile it getting logging in & disconnect in the correct 30 Min, but my requirement is it shouldn’t login after the 30 min end, it should say something like already used like that!!! but no after getting end the 30 Min, it try the login again it’s getting logging in.

hi
Thanks for your reply!!!
Here with I attached the User Profile, In this profile I have created the Un/PW(nirmal/nirmal) Whenever I am logging in with this, Exact 30 Min it’s getting disconnect because the session time out kept only 30 min for this profile, after If again I tried for Loging in it’s getting logging in which i dont want want, my requirement is If it’s logged in one time it should disconnected in the session time which was mentioned & then it should not be able to login.
How to do that?


Oh, I’m sorry. I missed what you were trying to do all together. Why don’t you try User Manager? If that is an option for you, then it will solve the problem. Check out:
Is that any other way to do that? Upgarding the user manager is very difficult to me i think?
Will the below details Router will support User Manager config?

Yes, I have used User Manager on several RB-750s. Depending on how much use the router has, you may slow it down a bit. If the number of users is relativity small, it will be just fine.
Without radius server User manager will work? Which means in mikrotik i will run the hotspot but i won’t enable radius?
which possible?