Self-Host IP Logger Using Render
Important Considerations
- Your URL will stop working after 5 minutes if you host other services on the same account. My suggestion is to create multiple accounts for each service, as Render has an instance time limit per month.
- You need to have a Discord account and a Discord server.
- You can’t deactivate URLs after they have been sent.
- There is a web UI to help you set up links.
- Feel free to disguise this as an image hosting site.
How to Set Up
-
Create a new web service.
-
Click on “Build and deploy from a Git repository.”
-
Click “Next.”
-
Scroll down until you see “Public Git repository.”
-
Paste in this URL:
https://github.com/eli32-vlc/ip-logger.git
-
Click on “Continue.”
-
Change “Instance Type” to “Free.”
-
Scroll to “Environment Variables.”
-
Log in to Discord, create a new server, and generate a webhook for that server.
-
Click “Add from .env” and paste the following:
URL_SHORTENER_USERNAME=‘Admin Username’ URL_SHORTENER_PASSWORD=‘Admin Password’ DISCORD_WEBHOOK_URL=‘WEBHOOK’
-
Replace
'Admin Username'
with your own username. -
Replace
'Admin Password'
with your own password. -
Replace
'WEBHOOK'
with your Discord webhook URL. -
Click on “Deploy Web Service.”
-
Click the link and log in.
License
Non-Commercial License (CC BY-NC 4.0)
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license.
You are free to:
- Share — copy and redistribute the material in any medium or format
- Adapt — remix, transform, and build upon the material
Under the following terms:
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- Non-Commercial — You may not use the material for commercial purposes.
For the full license, see CC BY-NC 4.0.
Commercial License
For commercial use of this software, you must obtain a commercial license. Please contact Zenith Rifle at first@sharecrypt.uk to discuss licensing terms and fees.
Note: You can attach a custom domain in Render.
Used AI for formatting and spelling. The original concept remains unchanged.