tftp-server

Deploy a Docker container as a TFTP server on UDP 69.

18|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/miminashi/pvese --skill tftp-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tftp-server
Source: https://github.com/miminashi/pvese/tree/main/.claude/skills/tftp-server
Command: npx skills add https://github.com/miminashi/pvese --skill tftp-server

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides an easy way to deploy a temporary TFTP server for firmware and configuration file distribution in network management.

Core Features & Use Cases

  • Rapid Deployment: Launch a Docker-based TFTP server with minimal configuration.
  • File Sharing: Serve firmware images or configuration files to devices like iDRAC or network switches.
  • Use Case: An administrator needs to quickly deliver firmware images to multiple servers via iDRAC, using a Docker container without complex setup.

Quick Start

Use the tftp-server skill to start a TFTP server binding your firmware directory to the container and prepare for device updates.

Frequently Asked Questions about tftp-server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a TFTP server for firmware updates?

This Skill deploys a Docker container as a lightweight TFTP server to facilitate firmware and configuration file distribution, ensuring files are accessible over UDP port 69 with correct permissions.

Can I use a Docker container to serve configuration files to network switches?

Yes, this Docker-based TFTP server serves configuration files and firmware images to network switches and devices like iDRAC, ensuring accessibility over UDP port 69 with correct network configuration.

Do I need complex configuration to run a TFTP server for iDRAC updates?

No, rapid deployment allows launching a Docker-based TFTP server with minimal configuration to deliver firmware images to multiple servers via iDRAC without complex setup.

What protocol does a Docker TFTP server use for network device provisioning?

The TFTP server operates over UDP port 69, providing a lightweight method for distributing firmware and configuration files to network devices in data center environments.

When should I use a temporary TFTP server instead of other file distribution methods?

Use a temporary TFTP server when you need rapid, lightweight firmware or configuration distribution to network devices like switches or iDRAC without complex, permanent server setup.